Secret Manager V1 Client - Class CustomerManagedEncryptionStatus (1.12.3)

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

Namespace

Google \ Cloud \ SecretManager \ V1

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