Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateOrganizationResponseContent

    interface CreateOrganizationResponseContent {
        id?: string;
        name?: string;
        display_name?: string;
        branding?: OrganizationBranding;
        metadata?: OrganizationMetadata;
        token_quota?: TokenQuota;
        enabled_connections?: OrganizationEnabledConnection[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string

    Organization identifier.

    name?: string

    The name of this organization.

    display_name?: string

    Friendly name of this organization.

    token_quota?: TokenQuota
    enabled_connections?: OrganizationEnabledConnection[]