predefinedRole property
predefined_role is the Kubernetes default role to use Possible string values are:
- "UNKNOWN" : UNKNOWN
- "ADMIN" : ADMIN has EDIT and RBAC permissions
- "EDIT" : EDIT can edit all resources except RBAC
- "VIEW" : VIEW can only read resources
- "ANTHOS_SUPPORT" : ANTHOS_SUPPORT gives Google Support read-only access to a number of cluster resources.
Implementation
core.String? predefinedRole;