Class PersonalAccessTokenUpdateAttributes

Attributes used to update an access token.

Hierarchy

  • PersonalAccessTokenUpdateAttributes

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

Name of the access token.

scopes?: string[]

Array of scopes to grant the access token.

Generated using TypeDoc