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.
| JSON representation |
|---|
{ "id" : string , "namespace" : string } |
| Fields | |
|---|---|
id
|
The ID of the entity. For Google-managed entities, the For external-identity-mapped entities, the Must be unique within a |
namespace
|
The namespace in which the entity exists. If not specified, the If specified, the |

