interface RemoteConnectionUpdateRequest {
    allowInsecureTLS?: boolean;
    description?: string;
    name?: string;
    remoteAPIToken?: string;
    remoteOrgID?: string;
    remoteURL?: string;
}

Properties

allowInsecureTLS?: boolean
description?: string
name?: string
remoteAPIToken?: string
remoteOrgID?: string
remoteURL?: string
MMNEPVFCICPMFPCPTTAAATR