page_title | subcategory | description |
---|---|---|
opal_group_resource_list Data Source - terraform-provider-opal |
GroupResourceList DataSource |
GroupResourceList DataSource
data "opal_group_resource_list" "my_groupresourcelist" {
group_id = "4baf8423-db0a-4037-a4cf-f79c60cb67a5"
}
group_id
(String) The ID of the group.
group_resources
(Attributes List) (see below for nested schema)
Read-Only:
access_level
(Attributes) # Access Level Object
The AccessLevel
object is used to represent the level of access that a principal has. The "default" access
level is a AccessLevel
object whose fields are all empty strings.
View the AccessLevel
of a resource/user or resource/group pair to see the level of access granted to the resource. (see below for nested schema)
group_id
(String) The ID of the group.resource_id
(String) The ID of the resource.
Read-Only:
access_level_name
(String) The human-readable name of the access level.access_level_remote_id
(String) The machine-readable identifier of the access level.