Show / Hide Table of Contents

Class CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions

The options to create a spanner database. KMS key access audit logging and AxT logging will be associated with the given resource name, resource type and service name. Please ensure to give right options to enable correct audit logging and AxT logging.

Inheritance
object
CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions
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.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class CloudAiPlatformTenantresourceInfraSpannerConfigCreateDatabaseOptions : IDirectResponseSchema

Properties

CmekCloudResourceName

The cloud resource name for the CMEK encryption. For example, projects//locations/

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

CmekCloudResourceType

The cloud resource type for the CMEK encryption. For example, contentwarehouse.googleapis.com/Location

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

CmekServiceName

The service name for the CMEK encryption. For example, contentwarehouse.googleapis.com

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX