Skip to main content

Interface: GqlApiKey

Defined in: type/GqlApiKey.ts:5

Object class for GqlApiKey

Properties

active

active: boolean

Defined in: type/GqlApiKey.ts:13

Whether the API key is active


channelId?

optional channelId?: number

Defined in: type/GqlApiKey.ts:17

Channel ID associated with this API key


createdAt

createdAt: string

Defined in: type/GqlApiKey.ts:19

Timestamp when the API key was created


id

id: string

Defined in: type/GqlApiKey.ts:7

Unique identifier for the API key


key

key: string

Defined in: type/GqlApiKey.ts:11

The API key value


lastModifiedAt

lastModifiedAt: string

Defined in: type/GqlApiKey.ts:21

Timestamp when the API key was last modified


name

name: string

Defined in: type/GqlApiKey.ts:9

Name of the API key


roles?

optional roles?: GqlApiKeyRole[]

Defined in: type/GqlApiKey.ts:15

Roles assigned to this API key