Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

client: PteroApp
createdAt: Date

The date the user account was created.

createdTimestamp: number
email: string

The email of the user.

externalId: null | string

The external ID of the user (if set).

firstname: string

The firstname of the user.

id: number

The internal ID of the user.

isAdmin: boolean

Whether the user is an admin.

language: string

The language set for the user.

lastname: string

The lastname of the user.

servers: undefined | Dict<number, ApplicationServer>

A dict of the servers associated with the user.

twoFactor: boolean

Whether the user has two-factor authentication enabled.

updatedAt: undefined | Date

The date the user account was last updated.

updatedTimestamp: undefined | number
username: string

The username of the user.

uuid: string

The UUID of the user.

Accessors

  • get adminURL(): string

Methods

  • _patch(data: any): void
  • toJSON(): object
  • toString(): string

Generated using TypeDoc