public sealed class ImportIdentityMappingsRequest : IMessage<ImportIdentityMappingsRequest>, IEquatable<ImportIdentityMappingsRequest>, IDeepCloneable<ImportIdentityMappingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ImportIdentityMappingsRequest.
Request message for [IdentityMappingStoreService.ImportIdentityMappings][google.cloud.discoveryengine.v1.IdentityMappingStoreService.ImportIdentityMappings]
Implements
IMessageImportIdentityMappingsRequest, IEquatableImportIdentityMappingsRequest, IDeepCloneableImportIdentityMappingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ImportIdentityMappingsRequest()
public ImportIdentityMappingsRequest()
ImportIdentityMappingsRequest(ImportIdentityMappingsRequest)
public ImportIdentityMappingsRequest(ImportIdentityMappingsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ImportIdentityMappingsRequest |
Properties
IdentityMappingStore
public string IdentityMappingStore { get; set; }
Required. The name of the Identity Mapping Store to import Identity Mapping
Entries to. Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Property Value | |
---|---|
Type | Description |
string |
IdentityMappingStoreAsIdentityMappingStoreName
public IdentityMappingStoreName IdentityMappingStoreAsIdentityMappingStoreName { get; set; }
IdentityMappingStoreName-typed view over the IdentityMappingStore resource name property.
Property Value | |
---|---|
Type | Description |
IdentityMappingStoreName |
InlineSource
public ImportIdentityMappingsRequest.Types.InlineSource InlineSource { get; set; }
The inline source to import identity mapping entries from.
Property Value | |
---|---|
Type | Description |
ImportIdentityMappingsRequestTypesInlineSource |
SourceCase
public ImportIdentityMappingsRequest.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ImportIdentityMappingsRequestSourceOneofCase |