Class: Google::Cloud::Container::V1beta1::IdentityServiceConfig

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Whether to enable the Identity Service component.

Returns:

  • (::Boolean)

    Whether to enable the Identity Service component



5876
5877
5878
5879
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5876

class IdentityServiceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end