get Group Lookup
Use this data source to look up the resource name of a Cloud Identity Group by its EntityKey, i.e. the group's email. https://cloud.google.com/identity/docs/concepts/overview#groups
Example Usage
data "google_cloud_identity_group_lookup" "group" {
group_key {
id = "my-group@example.com"
}
}
Return
A collection of values returned by getGroupLookup.
Parameters
A collection of arguments for invoking getGroupLookup.
Return
A collection of values returned by getGroupLookup.
Parameters
The EntityKey of the Group to lookup. A unique identifier for an entity in the Cloud Identity Groups API. An entity can represent either a group with an optional namespace or a user without a namespace. The combination of id and namespace must be unique; however, the same id can be used with different namespaces. Structure is documented below.
See also
Return
A collection of values returned by getGroupLookup.
Parameters
Builder for com.pulumi.gcp.cloudidentity.kotlin.inputs.GetGroupLookupPlainArgs.