Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface EventStreamCloudEventOrgUpdatedPreviousObject

    The event content as it was prior to the change described by this event, when applicable.

    interface EventStreamCloudEventOrgUpdatedPreviousObject {
        name?: string;
        id: string;
        display_name?: string;
        metadata?: EventStreamCloudEventOrgUpdatedPreviousObjectMetadata;
        branding?: EventStreamCloudEventOrgUpdatedPreviousObjectBranding;
    }
    Index
    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.