Data Source: oci_identity_dynamic_groups

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

Lists the dynamic groups in your tenancy. You must specify your tenancy’s OCID as the value for the compartment ID (remember that the tenancy is simply the root compartment). See Where to Get the Tenancy’s OCID and User’s OCID.

Example Usage

data "oci_identity_dynamic_groups" "test_dynamic_groups" {
	#Required
	compartment_id = var.tenancy_ocid

	#Optional
	name = var.dynamic_group_name
	state = var.dynamic_group_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DynamicGroup Reference

The following attributes are exported: