UNPKG

@pulumiverse/fortios

Version:

A Pulumi package for creating and managing Fortios resources. Based on terraform-provider-fortios: version v1.16.0

59 lines (58 loc) 1.59 kB
/** * 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; /** * Vdom name of FortiOS. It will apply to all resources. Specify variable `vdomparam` on each resource will override the * vdom value on that resource. */ export declare const vdom: string | undefined;