Class: Google::Cloud::Container::V1beta1::IdentityServiceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::IdentityServiceConfig
- 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
-
#enabled ⇒ ::Boolean
Whether to enable the Identity Service component.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether to enable the Identity Service component.
5137 5138 5139 5140 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5137 class IdentityServiceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |