Class PrivilegedAccessManagerGrpc (0.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
0.48.0 (latest)
0.47.0
0.45.0
0.42.0
0.41.0
0.39.0
0.37.0
0.36.0
0.34.0
0.32.0
0.30.0
0.29.0
0.28.0
0.27.0
0.26.0
0.24.0
0.22.0
0.21.0
0.18.0
0.17.0
0.16.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.3.0
0.2.0
0.1.0
public final class PrivilegedAccessManagerGrpc
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.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Type
Description
String
Static Methods
bindService(PrivilegedAccessManagerGrpc.AsyncService service)
public static final ServerServiceDefinition bindService ( PrivilegedAccessManagerGrpc . AsyncService service )
Returns
Type
Description
io.grpc.ServerServiceDefinition
getApproveGrantMethod()
public static MethodDescriptor<ApproveGrantRequest , Grant > getApproveGrantMethod ()
getCheckOnboardingStatusMethod()
public static MethodDescriptor<CheckOnboardingStatusRequest , CheckOnboardingStatusResponse > getCheckOnboardingStatusMethod ()
getCreateEntitlementMethod()
public static MethodDescriptor<CreateEntitlementRequest , Operation > getCreateEntitlementMethod ()
getCreateGrantMethod()
public static MethodDescriptor<CreateGrantRequest , Grant > getCreateGrantMethod ()
getDeleteEntitlementMethod()
public static MethodDescriptor<DeleteEntitlementRequest , Operation > getDeleteEntitlementMethod ()
getDenyGrantMethod()
public static MethodDescriptor<DenyGrantRequest , Grant > getDenyGrantMethod ()
getGetEntitlementMethod()
public static MethodDescriptor<GetEntitlementRequest , Entitlement > getGetEntitlementMethod ()
getGetGrantMethod()
public static MethodDescriptor<GetGrantRequest , Grant > getGetGrantMethod ()
getListEntitlementsMethod()
public static MethodDescriptor<ListEntitlementsRequest , ListEntitlementsResponse > getListEntitlementsMethod ()
getListGrantsMethod()
public static MethodDescriptor<ListGrantsRequest , ListGrantsResponse > getListGrantsMethod ()
getRevokeGrantMethod()
public static MethodDescriptor<RevokeGrantRequest , Operation > getRevokeGrantMethod ()
getSearchEntitlementsMethod()
public static MethodDescriptor<SearchEntitlementsRequest , SearchEntitlementsResponse > getSearchEntitlementsMethod ()
getSearchGrantsMethod()
public static MethodDescriptor<SearchGrantsRequest , SearchGrantsResponse > getSearchGrantsMethod ()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor ()
Returns
Type
Description
io.grpc.ServiceDescriptor
getUpdateEntitlementMethod()
public static MethodDescriptor<UpdateEntitlementRequest , Operation > getUpdateEntitlementMethod ()
newBlockingStub(Channel channel)
public static PrivilegedAccessManagerGrpc . PrivilegedAccessManagerBlockingStub newBlockingStub ( Channel channel )
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newBlockingV2Stub(Channel channel)
public static PrivilegedAccessManagerGrpc . PrivilegedAccessManagerBlockingV2Stub newBlockingV2Stub ( Channel channel )
Creates a new blocking-style stub that supports all types of calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newFutureStub(Channel channel)
public static PrivilegedAccessManagerGrpc . PrivilegedAccessManagerFutureStub newFutureStub ( Channel channel )
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newStub(Channel channel)
public static PrivilegedAccessManagerGrpc . PrivilegedAccessManagerStub newStub ( Channel channel )
Creates a new async stub that supports all call types for the service
Parameter
Name
Description
channel
io.grpc.Channel
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]