Class: Google::Apis::ContainerV1::IdentityServiceConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::IdentityServiceConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether to enable the Identity Service component Corresponds to the JSON property
enabled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IdentityServiceConfig
constructor
A new instance of IdentityServiceConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IdentityServiceConfig
Returns a new instance of IdentityServiceConfig.
4025 4026 4027 |
# File 'lib/google/apis/container_v1/classes.rb', line 4025 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether to enable the Identity Service component
Corresponds to the JSON property enabled
4022 4023 4024 |
# File 'lib/google/apis/container_v1/classes.rb', line 4022 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4030 4031 4032 |
# File 'lib/google/apis/container_v1/classes.rb', line 4030 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |