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

    Interface OrganizationConnectionInformation

    This file was auto-generated by Fern from our API Definition.

    interface OrganizationConnectionInformation {
        name?: string;
        strategy?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    name?: string

    The name of the enabled connection.

    strategy?: string

    The strategy of the enabled connection.