Class ServiceAccountAccessTokenCreateAttributes

Attributes used to create a service account access token.

Hierarchy

  • ServiceAccountAccessTokenCreateAttributes

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 access token. Optional for service account tokens.

name: string

Name of the access token.

scopes: string[]

Array of scopes to grant the access token.

Generated using TypeDoc