Package com.strongdm.api
Class RequestableAccountEntitlements
java.lang.Object
com.strongdm.api.RequestableAccountEntitlements
- All Implemented Interfaces:
SnapshotRequestableAccountEntitlements
public class RequestableAccountEntitlements
extends Object
implements SnapshotRequestableAccountEntitlements
RequestableAccountEntitlements enumerates the resources that an account is permitted to request access to.
The RequestableAccountEntitlements service is read-only.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestableAccountEntitlements(io.grpc.ManagedChannel channel, Client client) -
Method Summary
Modifier and TypeMethodDescriptionList gets a list of RequestableAccountEntitlement records matching a given set of criteria.withDeadlineAfter(long duration, TimeUnit units) This function returns a copy of the RequestableAccountEntitlements service which has the given deadline set for all method calls.
-
Constructor Details
-
RequestableAccountEntitlements
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the RequestableAccountEntitlements service which has the given deadline set for all method calls. -
list
public Iterable<RequestableAccountEntitlement> list(String accountId, String filter, Object... args) throws RpcException List gets a list of RequestableAccountEntitlement records matching a given set of criteria.- Specified by:
listin interfaceSnapshotRequestableAccountEntitlements- Throws:
RpcException
-