Organization information for a global organization association.

Hierarchy

  • GlobalOrg

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
name: string

The name of the organization.

publicId?: string

The public identifier of the organization.

subdomain?: string

The subdomain used to access the organization, if configured.

uuid: string

The UUID of the organization.

Generated using TypeDoc