Class: Google::Cloud::SecretManager::V1::ReplicationStatus::AutomaticStatus
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::ReplicationStatus::AutomaticStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/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::V1::CustomerManagedEncryptionStatus
readonly
Output only.
Instance Attribute Details
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1::CustomerManagedEncryptionStatus (readonly)
Returns Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
224 225 226 227 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 224 class AutomaticStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |