Class FullPersonalAccessTokenAttributes

Attributes of a full personal access token, including the token key.

Hierarchy

  • FullPersonalAccessTokenAttributes

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
alias?: string

The alias (short identifier) of the personal access token.

createdAt?: Date

Creation date of the personal access token.

expiresAt?: Date

Expiration date of the personal access token.

key?: string

The personal access token key. Only returned upon creation.

name?: string

Name of the personal access token.

publicPortion?: string

The public portion of the personal access token.

scopes?: string[]

Array of scopes granted to the personal access token.

Generated using TypeDoc