Module: Google::Cloud::Container::V1beta1::AnonymousAuthenticationConfig::Mode
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Mode defines the mode of anonymous authentication allowed in the cluster.
Constant Summary collapse
- MODE_UNSPECIFIED =
Default value not specified.
0
- ENABLED =
Anonymous authentication is allowed for all endpoints.
1
- LIMITED =
Anonymous authentication is allowed for only health check endpoints.
2