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

    Interface UpdateEnabledClientConnectionsRequestContentItem

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

    Properties

    Properties

    client_id: string

    The client_id of the client whose status will be changed. Note that the limit per PATCH request is 50 clients.

    status: boolean

    Whether the connection is enabled or not for this client_id