Attributes of an org authorized client.

Hierarchy

  • OrgAuthorizedClientAttributes

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
disabled: boolean

Whether the organization has disabled this client.

lastExercised: null | Date

The date and time this client was last exercised.

userCount: number

The number of users in the organization who have authorized this client.

Generated using TypeDoc