fortios.Provider
Explore with Pulumi AI
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
- Fmg
Cabundlefile string - CA Bundle file
It can also be sourced from the following environment variable:
FORTIOS_FMG_CABUNDLE
- Fmg
Hostname string - 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 string - It can also be sourced from the following environment variable:
FORTIOS_FMG_PASSWORD
- Fmg
Username 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
- Http
Proxy 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
- Vdom name of FortiOS. It will apply to all resources. Specify variable
vdomparam
on each resource will override the vdom value on that resource. 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
- Fmg
Cabundlefile string - CA Bundle file
It can also be sourced from the following environment variable:
FORTIOS_FMG_CABUNDLE
- Fmg
Hostname string - 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 string - It can also be sourced from the following environment variable:
FORTIOS_FMG_PASSWORD
- Fmg
Username 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
- Http
Proxy 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
- Vdom name of FortiOS. It will apply to all resources. Specify variable
vdomparam
on each resource will override the vdom value on that resource. 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
- fmg
Cabundlefile String - CA Bundle file
It can also be sourced from the following environment variable:
FORTIOS_FMG_CABUNDLE
- fmg
Hostname String - Hostname/IP address of the FortiManager to connect to
It can also be sourced from the following environment variable:
FORTIOS_FMG_HOSTNAME
- fmg
Insecure Boolean - It can also be sourced from the following environment variable:
FORTIOS_FMG_INSECURE
- fmg
Passwd String - It can also be sourced from the following environment variable:
FORTIOS_FMG_PASSWORD
- fmg
Username 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
- http
Proxy 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
- Vdom name of FortiOS. It will apply to all resources. Specify variable
vdomparam
on each resource will override the vdom value on that resource. 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
- fmg
Cabundlefile string - CA Bundle file
It can also be sourced from the following environment variable:
FORTIOS_FMG_CABUNDLE
- fmg
Hostname string - Hostname/IP address of the FortiManager to connect to
It can also be sourced from the following environment variable:
FORTIOS_FMG_HOSTNAME
- fmg
Insecure boolean - It can also be sourced from the following environment variable:
FORTIOS_FMG_INSECURE
- fmg
Passwd string - It can also be sourced from the following environment variable:
FORTIOS_FMG_PASSWORD
- fmg
Username 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
- http
Proxy 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
- Vdom name of FortiOS. It will apply to all resources. Specify variable
vdomparam
on each resource will override the vdom value on that resource. 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
- Vdom name of FortiOS. It will apply to all resources. Specify variable
vdomparam
on each resource will override the vdom value on that resource. 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
- fmg
Cabundlefile String - CA Bundle file
It can also be sourced from the following environment variable:
FORTIOS_FMG_CABUNDLE
- fmg
Hostname String - Hostname/IP address of the FortiManager to connect to
It can also be sourced from the following environment variable:
FORTIOS_FMG_HOSTNAME
- fmg
Insecure Boolean - It can also be sourced from the following environment variable:
FORTIOS_FMG_INSECURE
- fmg
Passwd String - It can also be sourced from the following environment variable:
FORTIOS_FMG_PASSWORD
- fmg
Username 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
- http
Proxy 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
- Vdom name of FortiOS. It will apply to all resources. Specify variable
vdomparam
on each resource will override the vdom value on that resource. 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.