GetGroupLookupPlainArgs

data class GetGroupLookupPlainArgs(val groupKey: GetGroupLookupGroupKey) : ConvertibleToJava<GetGroupLookupPlainArgs>

A collection of arguments for invoking getGroupLookup.

Constructors

Link copied to clipboard
constructor(groupKey: GetGroupLookupGroupKey)

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.

Functions

Link copied to clipboard
open override fun toJava(): GetGroupLookupPlainArgs