Skip to main content

Type Alias: OdinAccessKey

type OdinAccessKey: components["schemas"]["OdinAccessKey"];

Properties

PropertyTypeRequiredDescription
idstringYesUnique identifier for the access key
namestringYesHuman-readable name of the access key
descriptionstringNoOptional description of the access key
pubKeystringYesThe public key (base64-encoded, 44 characters)
keyIdstringYesShort identifier derived from the public key
createdstringNoISO 8601 creation timestamp
updatedstringNoISO 8601 last-update timestamp

Defined in

4Players/cortex-typescript-sdk/src/resources/voice.ts:9