Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 4.44 KB

EmbedToken.md

File metadata and controls

19 lines (15 loc) · 4.44 KB

EmbedToken

A representation of an embed token granted for working with Speakeasy components.

Fields

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.