Class: Google::Cloud::Container::V1::SecretManagerConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

SecretManagerConfig is config for secret manager enablement.

Defined Under Namespace

Classes: RotationConfig

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Enable/Disable Secret Manager Config.

Returns:

  • (::Boolean)

    Enable/Disable Secret Manager Config.



7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7517

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::V1::SecretManagerConfig::RotationConfig

Returns Rotation config for secret manager.

Returns:



7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
# File 'proto_docs/google/container/v1/cluster_service.rb', line 7517

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