Secret Manager V1 Client - Class CustomerManagedEncryptionStatus (1.10.4)

Reference documentation and code samples for the Secret Manager V1 Client class CustomerManagedEncryptionStatus.

Describes the status of customer-managed encryption.

Generated from protobuf message google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kms_key_version_name string

Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the following format: projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*.

getKmsKeyVersionName

Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the following format: projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*.

Returns
TypeDescription
string

setKmsKeyVersionName

Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the following format: projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this