id property
The ID of the entity.
For Google-managed entities, the id
should be the email address of an
existing group or user. For external-identity-mapped entities, the id
must be a string conforming to the Identity Source's requirements. Must be
unique within a namespace
.
Implementation
core.String? id;