mode property
Defines the mode of limiting anonymous access in the cluster. Possible string values are:
- "MODE_UNSPECIFIED" : Default value not specified.
- "ENABLED" : Anonymous authentication is allowed for all endpoints.
- "LIMITED" : Anonymous authentication is allowed for only health check endpoints.
Implementation
core.String? mode;