CloudidentityFunctions

Functions

Link copied to clipboard

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

Link copied to clipboard

Use this data source to get list of the Cloud Identity Group Memberships within a given Group. https://cloud.google.com/identity/docs/concepts/overview#memberships To get more information about GroupMembership, see:

Link copied to clipboard

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

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