Logo
Type aliases

APIKeyCreate

APIKeyCreate = object

Defined in: packages/cloud/src/client/types.gen.ts:48

Schema for creating an API key.

Properties

name?

optional name: string | null

Defined in: packages/cloud/src/client/types.gen.ts:49


project_id?

optional project_id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:53

The project ID to associate with the API key.

On this page