Cloudidentity Functions
Functions
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
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:
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
Use this data source to get list of the Cloud Identity Group Memberships within a given Group. Whereas gcp.cloudidentity.getGroupMemberships
returns details of only direct members of the group, gcp.cloudidentity.getGroupTransitiveMemberships
will return details about both direct and indirect members. For example, a user is an indirect member of Group A if the user is a direct member of Group B and Group B is a direct member of Group A. To get more information about TransitiveGroupMembership, see: