Secrets Store
Secrets StoreStores
List account stores
client.SecretsStore.Stores.List(ctx, params) (*V4PagePaginationArray[StoreListResponse], error)
GET/accounts/{account_id}/secrets_store/stores
Create a store
client.SecretsStore.Stores.New(ctx, params) (*SinglePage[StoreNewResponse], error)
POST/accounts/{account_id}/secrets_store/stores
Delete a store
client.SecretsStore.Stores.Delete(ctx, storeID, body) (*StoreDeleteResponse, error)
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}
Secrets StoreStoresSecrets
List store secrets
client.SecretsStore.Stores.Secrets.List(ctx, storeID, params) (*V4PagePaginationArray[StoreSecretListResponse], error)
GET/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Get a secret by ID
client.SecretsStore.Stores.Secrets.Get(ctx, storeID, secretID, query) (*StoreSecretGetResponse, error)
GET/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Create a secret
client.SecretsStore.Stores.Secrets.New(ctx, storeID, params) (*SinglePage[StoreSecretNewResponse], error)
POST/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Patch a secret
client.SecretsStore.Stores.Secrets.Edit(ctx, storeID, secretID, params) (*StoreSecretEditResponse, error)
PATCH/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Delete a secret
client.SecretsStore.Stores.Secrets.Delete(ctx, storeID, secretID, body) (*StoreSecretDeleteResponse, error)
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Delete secrets
client.SecretsStore.Stores.Secrets.BulkDelete(ctx, storeID, body) (*SinglePage[StoreSecretBulkDeleteResponse], error)
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Duplicate Secret
client.SecretsStore.Stores.Secrets.Duplicate(ctx, storeID, secretID, params) (*StoreSecretDuplicateResponse, error)
POST/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate
Secrets StoreQuota
View secret usage
client.SecretsStore.Quota.Get(ctx, query) (*QuotaGetResponse, error)
GET/accounts/{account_id}/secrets_store/quota