Member Junction
    Preparing search index...

    Result of testing a connection to an external system

    interface ConnectionTestResult {
        Message: string;
        ServerVersion?: string;
        Success: boolean;
    }
    Index

    Properties

    Message: string

    Human-readable status message

    ServerVersion?: string

    Server or API version reported by the external system

    Success: boolean

    Whether the connection was successful