Secrets Store
Secrets StoreStores
List account stores
client.secretsStore.stores.list(StoreListParams { account_id, direction, order, 2 more } params, RequestOptionsoptions?): V4PagePaginationArray<StoreListResponse { id, created, modified, name } >
GET/accounts/{account_id}/secrets_store/stores
Create a store
client.secretsStore.stores.create(StoreCreateParams { account_id, body } params, RequestOptionsoptions?): SinglePage<StoreCreateResponse { id, created, modified, name } >
POST/accounts/{account_id}/secrets_store/stores
Delete a store
client.secretsStore.stores.delete(stringstoreId, StoreDeleteParams { account_id } params, RequestOptionsoptions?): StoreDeleteResponse { id, created, modified, name }
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}
Secrets StoreStoresSecrets
List store secrets
client.secretsStore.stores.secrets.list(stringstoreId, SecretListParams { account_id, direction, order, 4 more } params, RequestOptionsoptions?): V4PagePaginationArray<SecretListResponse { id, created, modified, 4 more } >
GET/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Get a secret by ID
client.secretsStore.stores.secrets.get(stringstoreId, stringsecretId, SecretGetParams { account_id } params, RequestOptionsoptions?): SecretGetResponse { id, created, modified, 4 more }
GET/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Create a secret
client.secretsStore.stores.secrets.create(stringstoreId, SecretCreateParams { account_id, body } params, RequestOptionsoptions?): SinglePage<SecretCreateResponse { id, created, modified, 4 more } >
POST/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Patch a secret
client.secretsStore.stores.secrets.edit(stringstoreId, stringsecretId, SecretEditParams { account_id, comment, scopes } params, RequestOptionsoptions?): SecretEditResponse { id, created, modified, 4 more }
PATCH/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Delete a secret
client.secretsStore.stores.secrets.delete(stringstoreId, stringsecretId, SecretDeleteParams { account_id } params, RequestOptionsoptions?): SecretDeleteResponse { id, created, modified, 4 more }
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Delete secrets
client.secretsStore.stores.secrets.bulkDelete(stringstoreId, SecretBulkDeleteParams { account_id } params, RequestOptionsoptions?): SinglePage<SecretBulkDeleteResponse { id, created, modified, 4 more } >
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Duplicate Secret
client.secretsStore.stores.secrets.duplicate(stringstoreId, stringsecretId, SecretDuplicateParams { account_id, name, scopes, comment } params, RequestOptionsoptions?): SecretDuplicateResponse { id, created, modified, 4 more }
POST/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate
Secrets StoreQuota
View secret usage
client.secretsStore.quota.get(QuotaGetParams { account_id } params, RequestOptionsoptions?): QuotaGetResponse { secrets }
GET/accounts/{account_id}/secrets_store/quota