Secrets Store

secrets_store

secrets_store.quota

Methods

View Secret Usage -> Envelope<{ secrets }>
get/accounts/{account_id}/secrets_store/quota

Lists the number of secrets used in the account.

secrets_store.stores

Methods

Create A Store -> SinglePage<{ id, created, modified, 1 more... }>
post/accounts/{account_id}/secrets_store/stores

Creates a store in the account

Delete A Store -> Envelope<{ id, created, modified, 1 more... }>
delete/accounts/{account_id}/secrets_store/stores/{store_id}

Deletes a single store

List Account Stores -> V4PagePaginationArray<{ id, created, modified, 1 more... }>
get/accounts/{account_id}/secrets_store/stores

Lists all the stores in an account

secrets_store.stores.secrets

Methods

Delete Secrets -> SinglePage<{ id, created, modified, 4 more... }>
delete/accounts/{account_id}/secrets_store/stores/{store_id}/secrets

Deletes one or more secrets

Create A Secret -> SinglePage<{ id, created, modified, 4 more... }>
post/accounts/{account_id}/secrets_store/stores/{store_id}/secrets

Creates a secret in the account

Delete A Secret -> Envelope<{ id, created, modified, 4 more... }>
delete/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}

Deletes a single secret

Patch A Secret -> Envelope<{ id, created, modified, 4 more... }>
patch/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}

Updates a single secret

Get A Secret By ID -> Envelope<{ id, created, modified, 4 more... }>
get/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}

Returns details of a single secret

List Store Secrets -> V4PagePaginationArray<{ id, created, modified, 4 more... }>
get/accounts/{account_id}/secrets_store/stores/{store_id}/secrets

Lists all store secrets