Entity Key Args
data class EntityKeyArgs(val id: Output<String>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<EntityKeyArgs>
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 namespace
s.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The namespace in which the entity exists. If not specified, the EntityKey
represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey
represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source}
.