Module secret_store_api

Module secret_store_api 

Source

Structs§

CreateSecretStoreParams
struct for passing parameters to the method create_secret_store
DeleteSecretStoreParams
struct for passing parameters to the method delete_secret_store
GetSecretStoreParams
struct for passing parameters to the method get_secret_store
GetSecretStoresParams
struct for passing parameters to the method get_secret_stores

Enums§

ClientKeyError
struct for typed errors of method client_key
CreateSecretStoreError
struct for typed errors of method create_secret_store
DeleteSecretStoreError
struct for typed errors of method delete_secret_store
GetSecretStoreError
struct for typed errors of method get_secret_store
GetSecretStoresError
struct for typed errors of method get_secret_stores
SigningKeyError
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.