state property

String? state
getter/setter pair

The state of the RBACRoleBinding.

Output only. Possible string values are:

  • "ROLE_BINDING_STATE_UNSPECIFIED" : Unspecified state.
  • "OK" : RBACRoleBinding is created properly on the cluster.
  • "CUSTOM_ROLE_MISSING_FROM_CLUSTER" : The RBACRoleBinding was created on the cluster but the specified custom role does not exist on the cluster, hence the RBACRoleBinding has no effect.

Implementation

core.String? state;