interface RemoteConnection {
    allowInsecureTLS: boolean;
    description?: string;
    id: string;
    name: string;
    orgID: string;
    remoteOrgID: string;
    remoteURL: string;
}

Properties

allowInsecureTLS: boolean
description?: string
id: string
name: string
orgID: string
remoteOrgID: string
remoteURL: string
MMNEPVFCICPMFPCPTTAAATR