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