Attributes of a user authorized client.

Hierarchy

  • UserAuthorizedClientAttributes

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

The date and time this authorization was created.

disabled: boolean

Whether the user has disabled this authorization.

lastExercised: null | Date

The date and time this authorization was last exercised.

modifiedAt: Date

The date and time this authorization was last modified.

orgDisabled: boolean

Whether the organization has disabled this authorization.

Generated using TypeDoc