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