Data Source: oci_identity_group

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

Gets the specified group’s information.

This operation does not return a list of all the users in the group. To do that, use ListUserGroupMemberships and provide the group’s OCID as a query parameter in the request.

Example Usage

data "oci_identity_group" "test_group" {
	#Required
	group_id = oci_identity_group.test_group.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: