Package com.strongdm.api
Interface SnapshotAccountGrants
- All Known Implementing Classes:
AccountGrants
public interface SnapshotAccountGrants
A SnapshotAccountGrants exposes the read only methods of the AccountGrants
service for historical queries.
-
Method Summary
Modifier and TypeMethodDescriptionGet reads one AccountGrant by ID.List gets a list of AccountGrants matching a given set of criteria.
-
Method Details
-
get
Get reads one AccountGrant by ID.- Throws:
RpcException
-
list
List gets a list of AccountGrants matching a given set of criteria.- Throws:
RpcException
-