getGroups

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

Return

A collection of values returned by getGroups.

Parameters

argument

A collection of arguments for invoking getGroups.


suspend fun getGroups(parent: String): GetGroupsResult

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


suspend fun getGroups(argument: suspend GetGroupsPlainArgsBuilder.() -> Unit): GetGroupsResult

Return

A collection of values returned by getGroups.

Parameters

argument

Builder for com.pulumi.gcp.cloudidentity.kotlin.inputs.GetGroupsPlainArgs.

See also