Class GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequest
Request message for IdentityMappingStoreService.ImportIdentityMappings
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InlineSource
The inline source to import identity mapping entries from.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequestInlineSource InlineSource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequestInlineSource |