Byok - TypeScript SDK
Byok - TypeScript SDK
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Overview
BYOK endpoints
Available Operations
list
List the bring-your-own-key (BYOK) provider credentials for the authenticated entity’s default workspace. Use the workspace_id query parameter to scope the result to a different workspace, or the provider query parameter to filter by upstream provider. Management key required.
Example Usage
Standalone function
The standalone function version of this method:
Parameters
Response
Promise<operations.ListBYOKKeysResponse>
Errors
get
Get a single bring-your-own-key (BYOK) provider credential by its id. Defaults to the authenticated entity’s default workspace; use the workspace_id query parameter to scope to a different workspace. Management key required.
Example Usage
Standalone function
The standalone function version of this method:
Parameters
Response
Promise<models.GetBYOKKeyResponse>