/** * CA Bundle file content */ export declare const cabundlecontent: string | undefined; /** * CA Bundle file */ export declare const cabundlefile: string | undefined; /** * CA certtificate(Optional) */ export declare const cacert: string | undefined; /** * User certificate */ export declare const clientcert: string | undefined; /** * User private key */ export declare const clientkey: string | undefined; /** * CA Bundle file */ export declare const fmgCabundlefile: string | undefined; /** * Hostname/IP address of the FortiManager to connect to */ export declare const fmgHostname: string | undefined; export declare const fmgInsecure: boolean | undefined; export declare const fmgPasswd: string | undefined; export declare const fmgUsername: string | undefined; /** * The hostname/IP address of the FortiOS to be connected */ export declare const hostname: string | undefined; /** * HTTP proxy address */ export declare const httpProxy: string | undefined; export declare const insecure: boolean | undefined; /** * The password of the user. */ export declare const password: string | undefined; /** * Enable/disable peer authentication, can be 'enable' or 'disable' */ export declare const peerauth: string | undefined; export declare const token: string | undefined; /** * The username of the user. */ export declare const username: string | undefined; export declare const vdom: string | undefined;