Module: Google::Cloud::PrivilegedAccessManager::V1::Entitlement::State
- Defined in:
- proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb
Overview
Different states an entitlement can be in.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state. This value is never returned by the server.
0- CREATING =
The entitlement is being created.
1- AVAILABLE =
The entitlement is available for requesting access.
2- DELETING =
The entitlement is being deleted.
3- DELETED =
The entitlement has been deleted.
4- UPDATING =
The entitlement is being updated.
5