» Data Source: oci_identity_identity_provider_groups
This data source provides the list of Identity Provider Groups in Oracle Cloud Infrastructure Identity service.
Lists the identity provider groups.
» Example Usage
data "oci_identity_identity_provider_groups" "test_identity_provider_groups" {
#Required
identity_provider_id = "${oci_identity_identity_provider.test_identity_provider.id}"
}
» Argument Reference
The following arguments are supported:
-
identity_provider_id- (Required) The OCID of the identity provider.
» Attributes Reference
The following attributes are exported:
-
identity_provider_groups- The list of identity_provider_groups.
» IdentityProviderGroup Reference
The following attributes are exported:
-
display_name- Display name of the group -
external_identifier- Identifier of the group in the identity provider -
id- The OCID of theIdentityProviderGroup. -
identity_provider_id- The OCID of theIdentityProviderthis group belongs to. -
time_created- Date and time theIdentityProviderGroupwas created, in the format defined by RFC3339. Example:2016-08-25T21:10:29.600Z -
time_modified- Date and time theIdentityProviderGroupwas last modified, in the format defined by RFC3339. Example:2016-08-25T21:10:29.600Z