Class GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequestInlineSource
The inline source to import identity mapping entries from.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsRequestInlineSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IdentityMappingEntries
A maximum of 10000 entries can be imported at one time
Declaration
[JsonProperty("identityMappingEntries")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaIdentityMappingEntry> IdentityMappingEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaIdentityMappingEntry> |