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