state property

String? state
getter/setter pair

The state of the ACL policy.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "ACTIVE" : ACL policy has been created and is fully usable. Since ACL policy creation is synchronous and not an LRO, there is no CREATING state.
  • "UPDATING" : ACL policy is being updated.
  • "DELETING" : ACL policy is being deleted.

Implementation

core.String? state;