Data Source: oci_identity_domains_groups

This data source provides the list of Groups in Oracle Cloud Infrastructure Identity Domains service.

Search for groups. 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_groups" "test_groups" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url

	#Optional
	group_count = var.group_group_count
	group_filter = var.group_group_filter
	attribute_sets = []
	attributes = ""
	authorization = var.group_authorization
	resource_type_schema_version = var.group_resource_type_schema_version
	start_index = var.group_start_index
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Group Reference

The following attributes are exported: