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