Secret Manager V1beta2 Client - Class CustomerManagedEncryptionStatus (1.15.1)

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

Describes the status of customer-managed encryption.

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

Namespace

Google \ Cloud \ SecretManager \ V1beta2

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
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
Name Description
var string
Returns
Type Description
$this