Secrets Store

SecretsStore

SecretsStore.Quota

Methods

get(, ):
get/accounts/{account_id}/secrets_store/quota

Lists the number of secrets used in the account.

SecretsStore.Stores

Methods

list(, ): <>
get/accounts/{account_id}/secrets_store/stores

Lists all the stores in an account

create(, ): <>
post/accounts/{account_id}/secrets_store/stores

Creates a store in the account

delete(, , ):
delete/accounts/{account_id}/secrets_store/stores/{store_id}

Deletes a single store

SecretsStore.Stores.Secrets

Methods

list(, , ): <>
get/accounts/{account_id}/secrets_store/stores/{store_id}/secrets

Lists all store secrets

get(, , , ):
get/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}

Returns details of a single secret

create(, , ): <>
post/accounts/{account_id}/secrets_store/stores/{store_id}/secrets

Creates a secret in the account

edit(, , , ):
patch/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}

Updates a single secret

delete(, , , ):
delete/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}

Deletes a single secret

bulkDelete(, , ): <>
delete/accounts/{account_id}/secrets_store/stores/{store_id}/secrets

Deletes one or more secrets

duplicate(, , , ):
post/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate

Duplicates the secret, keeping the value