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