Interface: RestApiKey
Defined in: type/RestApiKey.ts:4
Object class for RestApiKey
Properties
active
active:
boolean
Defined in: type/RestApiKey.ts:14
Whether the API key is active
clientId
clientId:
string
Defined in: type/RestApiKey.ts:10
The client ID
clientSecret
clientSecret:
string
Defined in: type/RestApiKey.ts:12
The client secret
createdAt
createdAt:
string
Defined in: type/RestApiKey.ts:16
Timestamp when the API key was created
id
id:
string
Defined in: type/RestApiKey.ts:6
Unique identifier for the API key
lastModifiedAt
lastModifiedAt:
string
Defined in: type/RestApiKey.ts:18
Timestamp when the API key was last modified
name
name:
string
Defined in: type/RestApiKey.ts:8
Name of the API key