Logo
Type aliases

ApiKeyCreate

ApiKeyCreate = object

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

Schema for creating an API key.

Properties

name?

optional name: string | null

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


project_id?

optional project_id: string | null

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

The project ID to associate with the API key.

On this page