code property

String? code
getter/setter pair

The current state of the rbacrolebinding resource.

Output only. Possible string values are:

  • "CODE_UNSPECIFIED" : The code is not set.
  • "CREATING" : The rbacrolebinding is being created.
  • "READY" : The rbacrolebinding active.
  • "DELETING" : The rbacrolebinding is being deleted.
  • "UPDATING" : The rbacrolebinding is being updated.

Implementation

core.String? code;