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

    Interface UpdateEnabledClientConnectionsRequestContentItem

    interface UpdateEnabledClientConnectionsRequestContentItem {
        client_id: string;
        status: boolean;
    }
    Index

    Properties

    Properties

    client_id: string

    The client_id of the client to be the subject to change status

    status: boolean

    Whether the connection is enabled or not for this client_id