Google Cloud Tasks v2beta3 API - Class CmekConfig (3.0.0-beta09)

public sealed class CmekConfig : IMessage<CmekConfig>, IEquatable<CmekConfig>, IDeepCloneable<CmekConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class CmekConfig.

Describes the customer-managed encryption key (CMEK) configuration associated with a project and location.

Inheritance

object > CmekConfig

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

CmekConfig()

public CmekConfig()

CmekConfig(CmekConfig)

public CmekConfig(CmekConfig other)
Parameter
Name Description
other CmekConfig

Properties

CmekConfigName

public CmekConfigName CmekConfigName { get; set; }

CmekConfigName-typed view over the Name resource name property.

Property Value
Type Description
CmekConfigName

KmsKey

public string KmsKey { get; set; }

Resource name of the Cloud KMS key, of the form projects/PROJECT_ID/locations/LOCATION_ID/keyRings/KEY_RING_ID/cryptoKeys/KEY_ID, that will be used to encrypt the Queues & Tasks in the region. Setting this as blank will turn off CMEK encryption.

Property Value
Type Description
string

KmsKeyAsCryptoKeyName

public CryptoKeyName KmsKeyAsCryptoKeyName { get; set; }

CryptoKeyName-typed view over the KmsKey resource name property.

Property Value
Type Description
CryptoKeyName

Name

public string Name { get; set; }

Output only. The config resource name which includes the project and location and must end in 'cmekConfig', in the format projects/PROJECT_ID/locations/LOCATION_ID/cmekConfig`

Property Value
Type Description
string