Class GoogleCloudDiscoveryengineV1alphaIdentityMappingEntry
Identity Mapping Entry that maps an external identity to an internal identity.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaIdentityMappingEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIdentity
Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.
Declaration
[JsonProperty("externalIdentity")]
public virtual string ExternalIdentity { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupId
Group identifier. For Google Workspace user account, group_id should be the google workspace group email. For non-google identity provider, group_id is the mapped group identifier configured during the workforcepool config.
Declaration
[JsonProperty("groupId")]
public virtual string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
User identifier. For Google Workspace user account, user_id should be the google workspace user email. For non-google identity provider, user_id is the mapped user identifier configured during the workforcepool config.
Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |