Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1IdentityMappingStore

Identity Mapping Store which contains Identity Mapping Entries.

Inheritance
object
GoogleCloudDiscoveryengineV1IdentityMappingStore
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1IdentityMappingStore : IDirectResponseSchema

Properties

CmekConfig

Output only. CMEK-related information for the Identity Mapping Store.

Declaration
[JsonProperty("cmekConfig")]
public virtual GoogleCloudDiscoveryengineV1CmekConfig CmekConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1CmekConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KmsKeyName

Input only. The KMS key to be used to protect this Identity Mapping Store at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the Identity Mapping Store will be protected by the KMS key, as indicated in the cmek_config field.

Declaration
[JsonProperty("kmsKeyName")]
public virtual string KmsKeyName { get; set; }
Property Value
Type Description
string

Name

Immutable. The full resource name of the identity mapping store. Format: projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX