Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.55 KB

group_resource_list.md

File metadata and controls

53 lines (37 loc) · 1.55 KB
page_title subcategory description
opal_group_resource_list Data Source - terraform-provider-opal
GroupResourceList DataSource

opal_group_resource_list (Data Source)

GroupResourceList DataSource

Example Usage

data "opal_group_resource_list" "my_groupresourcelist" {
  group_id = "4baf8423-db0a-4037-a4cf-f79c60cb67a5"
}

Schema

Required

  • group_id (String) The ID of the group.

Read-Only

Nested Schema for group_resources

Read-Only:

  • access_level (Attributes) # Access Level Object

Description

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.

Usage Example

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.

Nested Schema for group_resources.access_level

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.