Class GoogleCloudDiscoveryengineV1alphaExternalIdentityUserMetadata
Metadata corresponding to the external user.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaExternalIdentityUserMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FamilyName
The user's family name.
Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GivenName
The user's given name.
Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrimaryEmail
The user's primary email address.
Declaration
[JsonProperty("primaryEmail")]
public virtual string PrimaryEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |