Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::SecretManagerConfig.
SecretManagerConfig is config for secret manager enablement.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Enable/Disable Secret Manager Config.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Enable/Disable Secret Manager Config.
Returns
- (::Boolean) — Enable/Disable Secret Manager Config.
#rotation_config
def rotation_config() -> ::Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig
Returns
- (::Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig) — Rotation config for secret manager.
#rotation_config=
def rotation_config=(value) -> ::Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig
Parameter
- value (::Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig) — Rotation config for secret manager.
Returns
- (::Google::Cloud::Container::V1beta1::SecretManagerConfig::RotationConfig) — Rotation config for secret manager.