Package com.strongdm.api
Interface SnapshotRequestableRoleEntitlements
- All Known Implementing Classes:
RequestableRoleEntitlements
public interface SnapshotRequestableRoleEntitlements
A SnapshotRequestableRoleEntitlements exposes the read only methods of the RequestableRoleEntitlements
service for historical queries.
-
Method Summary
-
Method Details
-
list
Iterable<RequestableRoleEntitlement> list(String roleId, String filter, Object... args) throws RpcException List gets a list of RequestableRoleEntitlement records matching a given set of criteria.- Throws:
RpcException
-