Class SharedDashboardInvitesDataObjectAttributes

Attributes of the shared dashboard invitation

Hierarchy

  • SharedDashboardInvitesDataObjectAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

When the invitation was sent.

email?: string

An email address that an invitation has been (or if used in invitation request, will be) sent to.

hasSession?: boolean

Indicates whether an active session exists for the invitation (produced when a user clicks the link in the email).

invitationExpiry?: Date

When the invitation expires.

sessionExpiry?: Date

When the invited user's session expires. null if the invitation has no associated session.

shareToken?: string

The unique token of the shared dashboard that was (or is to be) shared.

Generated using TypeDoc