Reference documentation and code samples for the Secret Manager V1beta2 Client class AutomaticStatus.
The replication status of a SecretVersion using automatic replication.
Only populated if the parent Secret has an automatic replication policy.
Generated from protobuf message google.cloud.secretmanager.v1beta2.ReplicationStatus.AutomaticStatus
Namespace
Google \ Cloud \ SecretManager \ V1beta2 \ ReplicationStatusMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ customer_managed_encryption |
Google\Cloud\SecretManager\V1beta2\CustomerManagedEncryptionStatus
Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used. |
getCustomerManagedEncryption
Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecretManager\V1beta2\CustomerManagedEncryptionStatus|null |
hasCustomerManagedEncryption
clearCustomerManagedEncryption
setCustomerManagedEncryption
Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecretManager\V1beta2\CustomerManagedEncryptionStatus
|
Returns | |
---|---|
Type | Description |
$this |