class Google::Apis::ContainerV1beta1::IdentityServiceConfig

IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API

Attributes

enabled[RW]

Whether to enable the Identity Service component Corresponds to the JSON property `enabled` @return [Boolean]

enabled?[RW]

Whether to enable the Identity Service component Corresponds to the JSON property `enabled` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 2163
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1beta1/classes.rb, line 2168
def update!(**args)
  @enabled = args[:enabled] if args.key?(:enabled)
end