Class ExternalId
An external identifier for an entity in the Cloud Identity Groups API. Used to link a Group in Cloud Identity
Groups API with a corresponding entity in an external identity system or directory.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class ExternalId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required. The unique identifier assigned by the external identity provider. The API does not enforce uniqueness of IDs across entities, but clients should ensure IDs are unique within their namespace.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Namespace__
Required. The namespace in which the entity exists. Cannot be empty. Currently, the only allowable namespace
is "system/external".
Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |