Attributes of an organization.

Hierarchy

  • OrgAttributes

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 creation timestamp of the organization.

description: string

A description of the organization.

disabled: boolean

Whether the organization is disabled.

modifiedAt: Date

The last modification timestamp of the organization.

name: string

The name of the organization.

publicId: string

The public identifier of the organization.

sharing: string

The sharing setting of the organization.

url: string

The URL of the organization.

Generated using TypeDoc