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

    Interface UpdateEnabledClientConnectionsRequestContentItem

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

    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