Secrets Store
SecretsStore
Secrets Store
Quota
SecretsStore.Quota
Methods
get/accounts/{account_id}/secrets_store/quota
Lists the number of secrets used in the account.
Secrets Store
Stores
SecretsStore.Stores
Methods
get/accounts/{account_id}/secrets_store/stores
Lists all the stores in an account
post/accounts/{account_id}/secrets_store/stores
Creates a store in the account
delete/accounts/{account_id}/secrets_store/stores/{store_id}
Deletes a single store
SecretsStore.Stores.Secrets
Methods
get/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Lists all store secrets
get/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Returns details of a single secret
post/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Creates a secret in the account
patch/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Updates a single secret
delete/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Deletes a single secret
delete/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Deletes one or more secrets
post/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate
Duplicates the secret, keeping the value