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