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.
Implements
Inherited Members
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 |