Attributes of an organization associated with the authenticated user.

Hierarchy

  • GlobalOrgAttributes

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

Organization information for a global organization association.

redirectUrl?: string

The login URL used to switch into the organization, if available.

sourceRegion: string

The source region of the organization.

User information for a global organization association.

Generated using TypeDoc