» 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}"
}

» Argument Reference

The following arguments are supported:

  • compartment_id - (Required) The OCID of the compartment (remember that the tenancy is simply the root compartment).

» Attributes Reference

The following attributes are exported:

» DynamicGroup Reference

The following attributes are exported:

  • compartment_id - The OCID of the tenancy containing the group.
  • defined_tags - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
  • description - The description you assign to the group. Does not have to be unique, and it's changeable.
  • freeform_tags - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
  • id - The OCID of the group.
  • inactive_state - The detailed status of INACTIVE lifecycleState.
  • matching_rule - A rule string that defines which instance certificates will be matched. For syntax, see Managing Dynamic Groups.
  • name - The name you assign to the group during creation. The name must be unique across all groups in the tenancy and cannot be changed.
  • state - The group's current state.
  • time_created - Date and time the group was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z