[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Privileged Access Manager V1 Client - Class State (0.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.0 (latest)](/php/docs/reference/cloud-privilegedaccessmanager/latest/V1.Grant.State)\n- [0.2.1](/php/docs/reference/cloud-privilegedaccessmanager/0.2.1/V1.Grant.State)\n- [0.1.4](/php/docs/reference/cloud-privilegedaccessmanager/0.1.4/V1.Grant.State) \nReference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class State.\n\nDifferent states a grant can be in.\n\nProtobuf type `google.cloud.privilegedaccessmanager.v1.Grant.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ PrivilegedAccessManager \\\\ V1 \\\\ Grant\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state. This value is never returned by the server.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### APPROVAL_AWAITED\n\n Value: 1\n\nThe entitlement had an approval workflow configured and this grant is\nwaiting for the workflow to complete.\n\nGenerated from protobuf enum `APPROVAL_AWAITED = 1;`\n\n### DENIED\n\n Value: 3\n\nThe approval workflow completed with a denied result. No access is\ngranted for this grant. This is a terminal state.\n\nGenerated from protobuf enum `DENIED = 3;`\n\n### SCHEDULED\n\n Value: 4\n\nThe approval workflow completed successfully with an approved result or\nnone was configured. Access is provided at an appropriate time.\n\nGenerated from protobuf enum `SCHEDULED = 4;`\n\n### ACTIVATING\n\n Value: 5\n\nAccess is being given.\n\nGenerated from protobuf enum `ACTIVATING = 5;`\n\n### ACTIVE\n\n Value: 6\n\nAccess was successfully given and is currently active.\n\nGenerated from protobuf enum `ACTIVE = 6;`\n\n### ACTIVATION_FAILED\n\n Value: 7\n\nThe system could not give access due to a non-retriable error. This is a\nterminal state.\n\nGenerated from protobuf enum `ACTIVATION_FAILED = 7;`\n\n### EXPIRED\n\n Value: 8\n\nExpired after waiting for the approval workflow to complete. This is a\nterminal state.\n\nGenerated from protobuf enum `EXPIRED = 8;`\n\n### REVOKING\n\n Value: 9\n\nAccess is being revoked.\n\nGenerated from protobuf enum `REVOKING = 9;`\n\n### REVOKED\n\n Value: 10\n\nAccess was revoked by a user. This is a terminal state.\n\nGenerated from protobuf enum `REVOKED = 10;`\n\n### ENDED\n\n Value: 11\n\nSystem took back access as the requested duration was over. This is a\nterminal state.\n\nGenerated from protobuf enum `ENDED = 11;`\n\n### WITHDRAWING\n\n Value: 12\n\nAccess is being withdrawn.\n\nGenerated from protobuf enum `WITHDRAWING = 12;`\n\n### WITHDRAWN\n\n Value: 13\n\nGrant was withdrawn by the grant owner. This is a terminal state.\n\nGenerated from protobuf enum `WITHDRAWN = 13;`"]]