Class CustomerManagedEncryptionStatus
Describes the status of customer-managed encryption.
Implements
Inherited Members
Namespace: Google.Apis.SecretManager.v1beta2.Data
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class CustomerManagedEncryptionStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsKeyVersionName
Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the
following format: projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*
.
Declaration
[JsonProperty("kmsKeyVersionName")]
public virtual string KmsKeyVersionName { get; set; }
Property Value
Type | Description |
---|---|
string |