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

    Interface EventStreamCloudEventOrgCreatedObject

    The event content.

    interface EventStreamCloudEventOrgCreatedObject {
        name?: string;
        id: string;
        display_name?: string;
        metadata?: EventStreamCloudEventOrgCreatedObjectMetadata;
        branding?: EventStreamCloudEventOrgCreatedObjectBranding;
    }
    Index

    Properties

    name?: string

    The human-readable identifier for the organization that will be used by end-users to direct them to their organization in your application..

    id: string

    ID of the organization.

    display_name?: string

    If set, the name that will be displayed to end-users for this organization in any interaction with them.