Class: Google::Cloud::SecretManager::V1::Replication::Automatic
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::Replication::Automatic
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/resources.rb
Overview
A replication policy that replicates the Secret payload without any restrictions.
Instance Attribute Summary collapse
-
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1::CustomerManagedEncryption
Optional.
Instance Attribute Details
#customer_managed_encryption ⇒ ::Google::Cloud::SecretManager::V1::CustomerManagedEncryption
Returns Optional. The customer-managed encryption configuration of the Secret. If no configuration is provided, Google-managed default encryption is used.
Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.
269 270 271 272 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 269 class Automatic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |