FileMaker Data API Tools API - v1.2.0
    Preparing search index...

    Interface ConnectionProfile

    interface ConnectionProfile {
        id: string;
        name: string;
        serverUrl: string;
        database: string;
        authMode: AuthMode;
        username?: string;
        apiBasePath?: string;
        apiVersionPath?: string;
        proxyEndpoint?: string;
        allowSelfSigned?: boolean;
        caBundlePath?: string;
    }
    Index

    Properties

    id: string
    name: string
    serverUrl: string
    database: string
    authMode: AuthMode
    username?: string
    apiBasePath?: string
    apiVersionPath?: string
    proxyEndpoint?: string
    allowSelfSigned?: boolean
    caBundlePath?: string