Class: Google::Cloud::Container::V1beta1::SecretManagerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::SecretManagerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
SecretManagerConfig is config for secret manager enablement.
Defined Under Namespace
Classes: RotationConfig
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable/Disable Secret Manager Config.
-
#rotation_config ⇒ ::Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig
Rotation config for secret manager.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable/Disable Secret Manager Config.
8662 8663 8664 8665 8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8662 class SecretManagerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # RotationConfig is config for secret manager auto rotation. # @!attribute [rw] enabled # @return [::Boolean] # Whether the rotation is enabled. # @!attribute [rw] rotation_interval # @return [::Google::Protobuf::Duration] # The interval between two consecutive rotations. Default rotation interval # is 2 minutes. class RotationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#rotation_config ⇒ ::Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig
Returns Rotation config for secret manager.
8662 8663 8664 8665 8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8662 class SecretManagerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # RotationConfig is config for secret manager auto rotation. # @!attribute [rw] enabled # @return [::Boolean] # Whether the rotation is enabled. # @!attribute [rw] rotation_interval # @return [::Google::Protobuf::Duration] # The interval between two consecutive rotations. Default rotation interval # is 2 minutes. class RotationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |