public enum Grant.Types.State
Reference documentation and code samples for the Privileged Access Manager v1 API enum Grant.Types.State.
Different states a grant can be in.
Namespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Fields |
|
---|---|
Name | Description |
Activating |
Access is being given. |
ActivationFailed |
The system could not give access due to a non-retriable error. This is a terminal state. |
Active |
Access was successfully given and is currently active. |
ApprovalAwaited |
The entitlement had an approval workflow configured and this grant is waiting for the workflow to complete. |
Denied |
The approval workflow completed with a denied result. No access is granted for this grant. This is a terminal state. |
Ended |
System took back access as the requested duration was over. This is a terminal state. |
Expired |
Expired after waiting for the approval workflow to complete. This is a terminal state. |
Revoked |
Access was revoked by a user. This is a terminal state. |
Revoking |
Access is being revoked. |
Scheduled |
The approval workflow completed successfully with an approved result or none was configured. Access is provided at an appropriate time. |
Unspecified |
Unspecified state. This value is never returned by the server. |