A representation of an embed token granted for working with Speakeasy components.
Field | Type | Required | Description |
---|---|---|---|
createdAt |
OffsetDateTime | ✔️ | Creation timestamp. |
createdBy |
String | ✔️ | The ID of the user that created this token. |
description |
String | ✔️ | A detailed description of the EmbedToken. |
expiresAt |
OffsetDateTime | ✔️ | The time this token expires. |
filters |
String | ✔️ | The filters applied to this token. |
id |
String | ✔️ | The ID of this EmbedToken. |
lastUsed |
OffsetDateTime | ➖ | The last time this token was used. |
revokedAt |
OffsetDateTime | ➖ | The time this token was revoked. |
revokedBy |
Optional<String> | ➖ | The ID of the user that revoked this token. |
workspaceId |
String | ✔️ | The workspace ID this token belongs to. |