Structs§
- Create
Secret Store Params - struct for passing parameters to the method
create_secret_store
- Delete
Secret Store Params - struct for passing parameters to the method
delete_secret_store
- GetSecret
Store Params - struct for passing parameters to the method
get_secret_store
- GetSecret
Stores Params - struct for passing parameters to the method
get_secret_stores
Enums§
- Client
KeyError - struct for typed errors of method
client_key
- Create
Secret Store Error - struct for typed errors of method
create_secret_store
- Delete
Secret Store Error - struct for typed errors of method
delete_secret_store
- GetSecret
Store Error - struct for typed errors of method
get_secret_store
- GetSecret
Stores Error - struct for typed errors of method
get_secret_stores
- Signing
KeyError - struct for typed errors of method
signing_key
Functions§
- client_
key - Create a new client key for encrypting secrets locally before uploading.
- create_
secret_ store - Create a new secret store.
- delete_
secret_ store - Delete a secret store and all of its contents.
- get_
secret_ store - Get a secret store by ID.
- get_
secret_ stores - Get all secret stores.
- signing_
key - Get the public key used for signing client keys.