Class: Google::Cloud::SecretManager::V1beta2::ReplicationStatus::AutomaticStatus
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta2::ReplicationStatus::AutomaticStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1beta2/resources.rb
Overview
The replication status of a SecretVersion using automatic replication.
Only populated if the parent Secret has an automatic replication policy.
Instance Attribute Summary collapse
-
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1beta2::CustomerManagedEncryptionStatus
readonly
Output only.
Instance Attribute Details
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1beta2::CustomerManagedEncryptionStatus (readonly)
Returns Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
371 372 373 374 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/resources.rb', line 371 class AutomaticStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |