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.
8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8723 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.
8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8723 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 |