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

    Interface ConnectionProfileTemplate

    interface ConnectionProfileTemplate {
        name?: string;
        authMode?: AuthMode;
        serverUrl?: string;
        database?: string;
        apiBasePath?: string;
        apiVersionPath?: string;
        username?: string;
        proxyEndpoint?: string;
        locked?: boolean;
    }
    Index

    Properties

    name?: string
    authMode?: AuthMode
    serverUrl?: string
    database?: string
    apiBasePath?: string
    apiVersionPath?: string
    username?: string
    proxyEndpoint?: string
    locked?: boolean