Class: Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
RotationConfig is config for secret manager auto rotation.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the rotation is enabled.
-
#rotation_interval ⇒ ::Google::Protobuf::Duration
The interval between two consecutive rotations.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the rotation is enabled.
7180 7181 7182 7183 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7180 class RotationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rotation_interval ⇒ ::Google::Protobuf::Duration
Returns The interval between two consecutive rotations. Default rotation interval is 2 minutes.
7180 7181 7182 7183 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7180 class RotationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |