GoogleApi.CloudIdentity.V1.Model.EntityKey (google_api_cloud_identity v0.26.0) View Source
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.
Attributes
-
id(type:String.t, default:nil) - The ID of the entity. For Google-managed entities, theidshould be the email address of an existing group or user. For external-identity-mapped entities, theidmust be a string conforming to the Identity Source's requirements. Must be unique within anamespace. -
namespace(type:String.t, default:nil) - The namespace in which the entity exists. If not specified, theEntityKeyrepresents a Google-managed entity such as a Google user or a Google Group. If specified, theEntityKeyrepresents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form ofidentitysources/{identity_source}.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.