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