A representation of an embed token granted for working with Speakeasy components.
| Field | Type | Required | Description |
|---|---|---|---|
created_at |
Date | ✔️ | Creation timestamp. |
created_by |
::String | ✔️ | The ID of the user that created this token. |
description |
::String | ✔️ | A detailed description of the EmbedToken. |
expires_at |
Date | ✔️ | The time this token expires. |
filters |
::String | ✔️ | The filters applied to this token. |
id |
::String | ✔️ | The ID of this EmbedToken. |
last_used |
Date | ➖ | The last time this token was used. |
revoked_at |
Date | ➖ | The time this token was revoked. |
revoked_by |
T.nilable(::String) | ➖ | The ID of the user that revoked this token. |
workspace_id |
::String | ✔️ | The workspace ID this token belongs to. |