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

    Interface EventStreamCloudEventOrgConnectionUpdatedObjectOrganization

    Information about an Auth0 Organization.

    interface EventStreamCloudEventOrgConnectionUpdatedObjectOrganization {
        name?: string;
        id: string;
    }
    Index

    Properties

    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.