This API allows customers to manage temporary, request based
privileged access to their resources.
It defines the following resource model:
A collection of Entitlement resources. An entitlement allows
configuring (among other things):
Some kind of privileged access that users can request.
A set of users called requesters who can request this
access.
A maximum duration for which the access can be requested.
An optional approval workflow which must be satisfied before
access is granted.
A collection of Grant resources. A grant is a request by a
requester to get the privileged access specified in an
entitlement for some duration.
After the approval workflow as specified in the entitlement is
satisfied, the specified access is given to the requester. The
access is automatically taken back after the requested duration
is over.
This API allows customers to manage temporary, request based
privileged access to their resources.
It defines the following resource model:
A collection of Entitlement resources. An entitlement allows
configuring (among other things):
Some kind of privileged access that users can request.
A set of users called requesters who can request this
access.
A maximum duration for which the access can be requested.
An optional approval workflow which must be satisfied before
access is granted.
A collection of Grant resources. A grant is a request by a
requester to get the privileged access specified in an
entitlement for some duration.
After the approval workflow as specified in the entitlement is
satisfied, the specified access is given to the requester. The
access is automatically taken back after the requested duration
is over.
[[["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,["# Package privileged_access_manager (0.1.9)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.9 (latest)](/python/docs/reference/google-cloud-privilegedaccessmanager/latest/google.cloud.privilegedaccessmanager_v1.services.privileged_access_manager)\n- [0.1.8](/python/docs/reference/google-cloud-privilegedaccessmanager/0.1.8/google.cloud.privilegedaccessmanager_v1.services.privileged_access_manager) \nAPI documentation for `privilegedaccessmanager_v1.services.privileged_access_manager` package. \n\nClasses\n-------\n\n### [PrivilegedAccessManagerAsyncClient](/python/docs/reference/google-cloud-privilegedaccessmanager/latest/google.cloud.privilegedaccessmanager_v1.services.privileged_access_manager.PrivilegedAccessManagerAsyncClient)\n\nThis API allows customers to manage temporary, request based\nprivileged access to their resources.\n\nIt defines the following resource model:\n\n- A collection of `Entitlement` resources. An entitlement allows\n configuring (among other things):\n\n - Some kind of privileged access that users can request.\n - A set of users called *requesters* who can request this access.\n - A maximum duration for which the access can be requested.\n - An optional approval workflow which must be satisfied before access is granted.\n- A collection of `Grant` resources. A grant is a request by a\n requester to get the privileged access specified in an\n entitlement for some duration.\n\n After the approval workflow as specified in the entitlement is\n satisfied, the specified access is given to the requester. The\n access is automatically taken back after the requested duration\n is over.\n\n### [PrivilegedAccessManagerClient](/python/docs/reference/google-cloud-privilegedaccessmanager/latest/google.cloud.privilegedaccessmanager_v1.services.privileged_access_manager.PrivilegedAccessManagerClient)\n\nThis API allows customers to manage temporary, request based\nprivileged access to their resources.\n\nIt defines the following resource model:\n\n- A collection of `Entitlement` resources. An entitlement allows\n configuring (among other things):\n\n - Some kind of privileged access that users can request.\n - A set of users called *requesters* who can request this access.\n - A maximum duration for which the access can be requested.\n - An optional approval workflow which must be satisfied before access is granted.\n- A collection of `Grant` resources. A grant is a request by a\n requester to get the privileged access specified in an\n entitlement for some duration.\n\n After the approval workflow as specified in the entitlement is\n satisfied, the specified access is given to the requester. The\n access is automatically taken back after the requested duration\n is over.\n\nModules\n-------\n\n### [pagers](/python/docs/reference/google-cloud-privilegedaccessmanager/latest/google.cloud.privilegedaccessmanager_v1.services.privileged_access_manager.pagers)\n\nAPI documentation for `privilegedaccessmanager_v1.services.privileged_access_manager.pagers` module."]]