Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig.
RotationConfig is config for secret manager auto rotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Whether the rotation is enabled.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the rotation is enabled.
Returns
- (::Boolean) — Whether the rotation is enabled.
#rotation_interval
def rotation_interval() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The interval between two consecutive rotations. Default rotation interval is 2 minutes.
#rotation_interval=
def rotation_interval=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The interval between two consecutive rotations. Default rotation interval is 2 minutes.
Returns
- (::Google::Protobuf::Duration) — The interval between two consecutive rotations. Default rotation interval is 2 minutes.