Class ExternalId
External identifier used to link and identify this group across external directory systems.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.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
The unique identifier string assigned by the external provider.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Namespace__
The system or identity provider managing this ID.
Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |