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
|
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
|