1. Packages
  2. Fortios
  3. API Docs
  4. Provider
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.Provider

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    The provider type for the fortios package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 cabundlecontent: Optional[str] = None,
                 cabundlefile: Optional[str] = None,
                 cacert: Optional[str] = None,
                 clientcert: Optional[str] = None,
                 clientkey: Optional[str] = None,
                 fmg_cabundlefile: Optional[str] = None,
                 fmg_hostname: Optional[str] = None,
                 fmg_insecure: Optional[bool] = None,
                 fmg_passwd: Optional[str] = None,
                 fmg_username: Optional[str] = None,
                 hostname: Optional[str] = None,
                 http_proxy: Optional[str] = None,
                 insecure: Optional[bool] = None,
                 password: Optional[str] = None,
                 peerauth: Optional[str] = None,
                 token: Optional[str] = None,
                 username: Optional[str] = None,
                 vdom: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:fortios
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Provider resource accepts the following input properties:

    Cabundlecontent string
    CA Bundle file content It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLECONTENT
    Cabundlefile string
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLE
    Cacert string
    CA certtificate(Optional) It can also be sourced from the following environment variable: FORTIOS_CA_CACERT
    Clientcert string
    User certificate It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTCERT
    Clientkey string
    User private key It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTKEY
    FmgCabundlefile string
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_FMG_CABUNDLE
    FmgHostname string
    Hostname/IP address of the FortiManager to connect to It can also be sourced from the following environment variable: FORTIOS_FMG_HOSTNAME
    FmgInsecure bool
    It can also be sourced from the following environment variable: FORTIOS_FMG_INSECURE
    FmgPasswd string
    It can also be sourced from the following environment variable: FORTIOS_FMG_PASSWORD
    FmgUsername string
    It can also be sourced from the following environment variable: FORTIOS_FMG_USERNAME
    Hostname string
    The hostname/IP address of the FortiOS to be connected It can also be sourced from the following environment variable: FORTIOS_ACCESS_HOSTNAME
    HttpProxy string
    HTTP proxy address It can also be sourced from the following environment variable: FORTIOS_HTTP_PROXY
    Insecure bool
    It can also be sourced from the following environment variable: FORTIOS_INSECURE
    Password string
    The password of the user.
    Peerauth string
    Enable/disable peer authentication, can be 'enable' or 'disable' It can also be sourced from the following environment variable: FORTIOS_CA_PEERAUTH
    Token string
    It can also be sourced from the following environment variable: FORTIOS_ACCESS_TOKEN
    Username string
    The username of the user.
    Vdom string
    It can also be sourced from the following environment variable: FORTIOS_VDOM
    Cabundlecontent string
    CA Bundle file content It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLECONTENT
    Cabundlefile string
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLE
    Cacert string
    CA certtificate(Optional) It can also be sourced from the following environment variable: FORTIOS_CA_CACERT
    Clientcert string
    User certificate It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTCERT
    Clientkey string
    User private key It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTKEY
    FmgCabundlefile string
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_FMG_CABUNDLE
    FmgHostname string
    Hostname/IP address of the FortiManager to connect to It can also be sourced from the following environment variable: FORTIOS_FMG_HOSTNAME
    FmgInsecure bool
    It can also be sourced from the following environment variable: FORTIOS_FMG_INSECURE
    FmgPasswd string
    It can also be sourced from the following environment variable: FORTIOS_FMG_PASSWORD
    FmgUsername string
    It can also be sourced from the following environment variable: FORTIOS_FMG_USERNAME
    Hostname string
    The hostname/IP address of the FortiOS to be connected It can also be sourced from the following environment variable: FORTIOS_ACCESS_HOSTNAME
    HttpProxy string
    HTTP proxy address It can also be sourced from the following environment variable: FORTIOS_HTTP_PROXY
    Insecure bool
    It can also be sourced from the following environment variable: FORTIOS_INSECURE
    Password string
    The password of the user.
    Peerauth string
    Enable/disable peer authentication, can be 'enable' or 'disable' It can also be sourced from the following environment variable: FORTIOS_CA_PEERAUTH
    Token string
    It can also be sourced from the following environment variable: FORTIOS_ACCESS_TOKEN
    Username string
    The username of the user.
    Vdom string
    It can also be sourced from the following environment variable: FORTIOS_VDOM
    cabundlecontent String
    CA Bundle file content It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLECONTENT
    cabundlefile String
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLE
    cacert String
    CA certtificate(Optional) It can also be sourced from the following environment variable: FORTIOS_CA_CACERT
    clientcert String
    User certificate It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTCERT
    clientkey String
    User private key It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTKEY
    fmgCabundlefile String
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_FMG_CABUNDLE
    fmgHostname String
    Hostname/IP address of the FortiManager to connect to It can also be sourced from the following environment variable: FORTIOS_FMG_HOSTNAME
    fmgInsecure Boolean
    It can also be sourced from the following environment variable: FORTIOS_FMG_INSECURE
    fmgPasswd String
    It can also be sourced from the following environment variable: FORTIOS_FMG_PASSWORD
    fmgUsername String
    It can also be sourced from the following environment variable: FORTIOS_FMG_USERNAME
    hostname String
    The hostname/IP address of the FortiOS to be connected It can also be sourced from the following environment variable: FORTIOS_ACCESS_HOSTNAME
    httpProxy String
    HTTP proxy address It can also be sourced from the following environment variable: FORTIOS_HTTP_PROXY
    insecure Boolean
    It can also be sourced from the following environment variable: FORTIOS_INSECURE
    password String
    The password of the user.
    peerauth String
    Enable/disable peer authentication, can be 'enable' or 'disable' It can also be sourced from the following environment variable: FORTIOS_CA_PEERAUTH
    token String
    It can also be sourced from the following environment variable: FORTIOS_ACCESS_TOKEN
    username String
    The username of the user.
    vdom String
    It can also be sourced from the following environment variable: FORTIOS_VDOM
    cabundlecontent string
    CA Bundle file content It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLECONTENT
    cabundlefile string
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLE
    cacert string
    CA certtificate(Optional) It can also be sourced from the following environment variable: FORTIOS_CA_CACERT
    clientcert string
    User certificate It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTCERT
    clientkey string
    User private key It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTKEY
    fmgCabundlefile string
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_FMG_CABUNDLE
    fmgHostname string
    Hostname/IP address of the FortiManager to connect to It can also be sourced from the following environment variable: FORTIOS_FMG_HOSTNAME
    fmgInsecure boolean
    It can also be sourced from the following environment variable: FORTIOS_FMG_INSECURE
    fmgPasswd string
    It can also be sourced from the following environment variable: FORTIOS_FMG_PASSWORD
    fmgUsername string
    It can also be sourced from the following environment variable: FORTIOS_FMG_USERNAME
    hostname string
    The hostname/IP address of the FortiOS to be connected It can also be sourced from the following environment variable: FORTIOS_ACCESS_HOSTNAME
    httpProxy string
    HTTP proxy address It can also be sourced from the following environment variable: FORTIOS_HTTP_PROXY
    insecure boolean
    It can also be sourced from the following environment variable: FORTIOS_INSECURE
    password string
    The password of the user.
    peerauth string
    Enable/disable peer authentication, can be 'enable' or 'disable' It can also be sourced from the following environment variable: FORTIOS_CA_PEERAUTH
    token string
    It can also be sourced from the following environment variable: FORTIOS_ACCESS_TOKEN
    username string
    The username of the user.
    vdom string
    It can also be sourced from the following environment variable: FORTIOS_VDOM
    cabundlecontent str
    CA Bundle file content It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLECONTENT
    cabundlefile str
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLE
    cacert str
    CA certtificate(Optional) It can also be sourced from the following environment variable: FORTIOS_CA_CACERT
    clientcert str
    User certificate It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTCERT
    clientkey str
    User private key It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTKEY
    fmg_cabundlefile str
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_FMG_CABUNDLE
    fmg_hostname str
    Hostname/IP address of the FortiManager to connect to It can also be sourced from the following environment variable: FORTIOS_FMG_HOSTNAME
    fmg_insecure bool
    It can also be sourced from the following environment variable: FORTIOS_FMG_INSECURE
    fmg_passwd str
    It can also be sourced from the following environment variable: FORTIOS_FMG_PASSWORD
    fmg_username str
    It can also be sourced from the following environment variable: FORTIOS_FMG_USERNAME
    hostname str
    The hostname/IP address of the FortiOS to be connected It can also be sourced from the following environment variable: FORTIOS_ACCESS_HOSTNAME
    http_proxy str
    HTTP proxy address It can also be sourced from the following environment variable: FORTIOS_HTTP_PROXY
    insecure bool
    It can also be sourced from the following environment variable: FORTIOS_INSECURE
    password str
    The password of the user.
    peerauth str
    Enable/disable peer authentication, can be 'enable' or 'disable' It can also be sourced from the following environment variable: FORTIOS_CA_PEERAUTH
    token str
    It can also be sourced from the following environment variable: FORTIOS_ACCESS_TOKEN
    username str
    The username of the user.
    vdom str
    It can also be sourced from the following environment variable: FORTIOS_VDOM
    cabundlecontent String
    CA Bundle file content It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLECONTENT
    cabundlefile String
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_CA_CABUNDLE
    cacert String
    CA certtificate(Optional) It can also be sourced from the following environment variable: FORTIOS_CA_CACERT
    clientcert String
    User certificate It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTCERT
    clientkey String
    User private key It can also be sourced from the following environment variable: FORTIOS_CA_CLIENTKEY
    fmgCabundlefile String
    CA Bundle file It can also be sourced from the following environment variable: FORTIOS_FMG_CABUNDLE
    fmgHostname String
    Hostname/IP address of the FortiManager to connect to It can also be sourced from the following environment variable: FORTIOS_FMG_HOSTNAME
    fmgInsecure Boolean
    It can also be sourced from the following environment variable: FORTIOS_FMG_INSECURE
    fmgPasswd String
    It can also be sourced from the following environment variable: FORTIOS_FMG_PASSWORD
    fmgUsername String
    It can also be sourced from the following environment variable: FORTIOS_FMG_USERNAME
    hostname String
    The hostname/IP address of the FortiOS to be connected It can also be sourced from the following environment variable: FORTIOS_ACCESS_HOSTNAME
    httpProxy String
    HTTP proxy address It can also be sourced from the following environment variable: FORTIOS_HTTP_PROXY
    insecure Boolean
    It can also be sourced from the following environment variable: FORTIOS_INSECURE
    password String
    The password of the user.
    peerauth String
    Enable/disable peer authentication, can be 'enable' or 'disable' It can also be sourced from the following environment variable: FORTIOS_CA_PEERAUTH
    token String
    It can also be sourced from the following environment variable: FORTIOS_ACCESS_TOKEN
    username String
    The username of the user.
    vdom String
    It can also be sourced from the following environment variable: FORTIOS_VDOM

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse