get Groups
Use this data source to get list of the Cloud Identity Groups under a customer or namespace. https://cloud.google.com/identity/docs/concepts/overview#groups
Example Usage
data "google_cloud_identity_groups" "groups" {
parent = "customers/A01b123xz"
}
Content copied to clipboard
Return
A collection of values returned by getGroups.
Parameters
argument
A collection of arguments for invoking getGroups.
Return
A collection of values returned by getGroups.
Parameters
parent
The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.
See also
Return
A collection of values returned by getGroups.
Parameters
argument
Builder for com.pulumi.gcp.cloudidentity.kotlin.inputs.GetGroupsPlainArgs.