Class PersonalAccessTokenCreateAttributes

Attributes used to create a personal access token.

Hierarchy

  • PersonalAccessTokenCreateAttributes

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
expiresAt: Date

Expiration date of the personal access token. Must be at least 24 hours in the future.

name: string

Name of the personal access token.

scopes: string[]

Array of scopes to grant the personal access token.

Generated using TypeDoc