Secrets Store
Secrets StoreStores
List account stores
secrets_store.stores.list(StoreListParams**kwargs) -> SyncV4PagePaginationArray[StoreListResponse]
GET/accounts/{account_id}/secrets_store/stores
Create a store
secrets_store.stores.create(StoreCreateParams**kwargs) -> SyncSinglePage[StoreCreateResponse]
POST/accounts/{account_id}/secrets_store/stores
Delete a store
secrets_store.stores.delete(strstore_id, StoreDeleteParams**kwargs) -> StoreDeleteResponse
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}
Secrets StoreStoresSecrets
List store secrets
secrets_store.stores.secrets.list(strstore_id, SecretListParams**kwargs) -> SyncV4PagePaginationArray[SecretListResponse]
GET/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Get a secret by ID
secrets_store.stores.secrets.get(strsecret_id, SecretGetParams**kwargs) -> SecretGetResponse
GET/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Create a secret
secrets_store.stores.secrets.create(strstore_id, SecretCreateParams**kwargs) -> SyncSinglePage[SecretCreateResponse]
POST/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Patch a secret
secrets_store.stores.secrets.edit(strsecret_id, SecretEditParams**kwargs) -> SecretEditResponse
PATCH/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Delete a secret
secrets_store.stores.secrets.delete(strsecret_id, SecretDeleteParams**kwargs) -> SecretDeleteResponse
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}
Delete secrets
secrets_store.stores.secrets.bulk_delete(strstore_id, SecretBulkDeleteParams**kwargs) -> SyncSinglePage[SecretBulkDeleteResponse]
DELETE/accounts/{account_id}/secrets_store/stores/{store_id}/secrets
Duplicate Secret
secrets_store.stores.secrets.duplicate(strsecret_id, SecretDuplicateParams**kwargs) -> SecretDuplicateResponse
POST/accounts/{account_id}/secrets_store/stores/{store_id}/secrets/{secret_id}/duplicate
Secrets StoreQuota
View secret usage
secrets_store.quota.get(QuotaGetParams**kwargs) -> QuotaGetResponse
GET/accounts/{account_id}/secrets_store/quota