Data Source: oci_identity_domains_group

This data source provides details about a specific Group resource in Oracle Cloud Infrastructure Identity Domains service.

Get a group. Important: The Group SEARCH and GET operations on users and members will throw an exception if the response has more than 10,000 members. To avoid the exception, use the pagination filter to GET or SEARCH group members.

Example Usage

data "oci_identity_domains_group" "test_group" {
	#Required
	group_id = oci_identity_group.test_group.id
	idcs_endpoint = data.oci_identity_domain.test_domain.url

	#Optional
	attribute_sets = []
	attributes = ""
	authorization = var.group_authorization
	resource_type_schema_version = var.group_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: