Get Group Lookup Plain Args
data class GetGroupLookupPlainArgs(val groupKey: GetGroupLookupGroupKey) : ConvertibleToJava<GetGroupLookupPlainArgs>
A collection of arguments for invoking getGroupLookup.
Properties
Link copied to clipboard
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.