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.
3163 3164 3165 |
# File 'lib/google/apis/container_v1/classes.rb', line 3163 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
3160 3161 3162 |
# File 'lib/google/apis/container_v1/classes.rb', line 3160 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3168 3169 3170 |
# File 'lib/google/apis/container_v1/classes.rb', line 3168 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |