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.
3355 3356 3357 |
# File 'lib/google/apis/container_v1/classes.rb', line 3355 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
3352 3353 3354 |
# File 'lib/google/apis/container_v1/classes.rb', line 3352 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3360 3361 3362 |
# File 'lib/google/apis/container_v1/classes.rb', line 3360 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |