fortios.firewall.Proxyaddress
Explore with Pulumi AI
Web proxy address configuration.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortios from "@pulumiverse/fortios";
const trname = new fortios.firewall.Proxyaddress("trname", {
caseSensitivity: "disable",
color: 2,
referrer: "enable",
type: "host-regex",
visibility: "enable",
});
import pulumi
import pulumiverse_fortios as fortios
trname = fortios.firewall.Proxyaddress("trname",
case_sensitivity="disable",
color=2,
referrer="enable",
type="host-regex",
visibility="enable")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-fortios/sdk/go/fortios/firewall"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := firewall.NewProxyaddress(ctx, "trname", &firewall.ProxyaddressArgs{
CaseSensitivity: pulumi.String("disable"),
Color: pulumi.Int(2),
Referrer: pulumi.String("enable"),
Type: pulumi.String("host-regex"),
Visibility: pulumi.String("enable"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortios = Pulumiverse.Fortios;
return await Deployment.RunAsync(() =>
{
var trname = new Fortios.Firewall.Proxyaddress("trname", new()
{
CaseSensitivity = "disable",
Color = 2,
Referrer = "enable",
Type = "host-regex",
Visibility = "enable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortios.firewall.Proxyaddress;
import com.pulumi.fortios.firewall.ProxyaddressArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new Proxyaddress("trname", ProxyaddressArgs.builder()
.caseSensitivity("disable")
.color(2)
.referrer("enable")
.type("host-regex")
.visibility("enable")
.build());
}
}
resources:
trname:
type: fortios:firewall:Proxyaddress
properties:
caseSensitivity: disable
color: 2
referrer: enable
type: host-regex
visibility: enable
Create Proxyaddress Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Proxyaddress(name: string, args?: ProxyaddressArgs, opts?: CustomResourceOptions);
@overload
def Proxyaddress(resource_name: str,
args: Optional[ProxyaddressArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Proxyaddress(resource_name: str,
opts: Optional[ResourceOptions] = None,
applications: Optional[Sequence[ProxyaddressApplicationArgs]] = None,
case_sensitivity: Optional[str] = None,
categories: Optional[Sequence[ProxyaddressCategoryArgs]] = None,
color: Optional[int] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
get_all_tables: Optional[str] = None,
header: Optional[str] = None,
header_groups: Optional[Sequence[ProxyaddressHeaderGroupArgs]] = None,
header_name: Optional[str] = None,
host: Optional[str] = None,
host_regex: Optional[str] = None,
method: Optional[str] = None,
name: Optional[str] = None,
path: Optional[str] = None,
query: Optional[str] = None,
referrer: Optional[str] = None,
taggings: Optional[Sequence[ProxyaddressTaggingArgs]] = None,
type: Optional[str] = None,
ua: Optional[str] = None,
ua_max_ver: Optional[str] = None,
ua_min_ver: Optional[str] = None,
uuid: Optional[str] = None,
vdomparam: Optional[str] = None,
visibility: Optional[str] = None)
func NewProxyaddress(ctx *Context, name string, args *ProxyaddressArgs, opts ...ResourceOption) (*Proxyaddress, error)
public Proxyaddress(string name, ProxyaddressArgs? args = null, CustomResourceOptions? opts = null)
public Proxyaddress(String name, ProxyaddressArgs args)
public Proxyaddress(String name, ProxyaddressArgs args, CustomResourceOptions options)
type: fortios:firewall:Proxyaddress
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 ProxyaddressArgs
- 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 ProxyaddressArgs
- 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 ProxyaddressArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProxyaddressArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProxyaddressArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var proxyaddressResource = new Fortios.Firewall.Proxyaddress("proxyaddressResource", new()
{
Applications = new[]
{
new Fortios.Firewall.Inputs.ProxyaddressApplicationArgs
{
Name = "string",
},
},
CaseSensitivity = "string",
Categories = new[]
{
new Fortios.Firewall.Inputs.ProxyaddressCategoryArgs
{
Id = 0,
},
},
Color = 0,
Comment = "string",
DynamicSortSubtable = "string",
GetAllTables = "string",
Header = "string",
HeaderGroups = new[]
{
new Fortios.Firewall.Inputs.ProxyaddressHeaderGroupArgs
{
CaseSensitivity = "string",
Header = "string",
HeaderName = "string",
Id = 0,
},
},
HeaderName = "string",
Host = "string",
HostRegex = "string",
Method = "string",
Name = "string",
Path = "string",
Query = "string",
Referrer = "string",
Taggings = new[]
{
new Fortios.Firewall.Inputs.ProxyaddressTaggingArgs
{
Category = "string",
Name = "string",
Tags = new[]
{
new Fortios.Firewall.Inputs.ProxyaddressTaggingTagArgs
{
Name = "string",
},
},
},
},
Type = "string",
Ua = "string",
UaMaxVer = "string",
UaMinVer = "string",
Uuid = "string",
Vdomparam = "string",
Visibility = "string",
});
example, err := firewall.NewProxyaddress(ctx, "proxyaddressResource", &firewall.ProxyaddressArgs{
Applications: firewall.ProxyaddressApplicationArray{
&firewall.ProxyaddressApplicationArgs{
Name: pulumi.String("string"),
},
},
CaseSensitivity: pulumi.String("string"),
Categories: firewall.ProxyaddressCategoryArray{
&firewall.ProxyaddressCategoryArgs{
Id: pulumi.Int(0),
},
},
Color: pulumi.Int(0),
Comment: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
GetAllTables: pulumi.String("string"),
Header: pulumi.String("string"),
HeaderGroups: firewall.ProxyaddressHeaderGroupArray{
&firewall.ProxyaddressHeaderGroupArgs{
CaseSensitivity: pulumi.String("string"),
Header: pulumi.String("string"),
HeaderName: pulumi.String("string"),
Id: pulumi.Int(0),
},
},
HeaderName: pulumi.String("string"),
Host: pulumi.String("string"),
HostRegex: pulumi.String("string"),
Method: pulumi.String("string"),
Name: pulumi.String("string"),
Path: pulumi.String("string"),
Query: pulumi.String("string"),
Referrer: pulumi.String("string"),
Taggings: firewall.ProxyaddressTaggingArray{
&firewall.ProxyaddressTaggingArgs{
Category: pulumi.String("string"),
Name: pulumi.String("string"),
Tags: firewall.ProxyaddressTaggingTagArray{
&firewall.ProxyaddressTaggingTagArgs{
Name: pulumi.String("string"),
},
},
},
},
Type: pulumi.String("string"),
Ua: pulumi.String("string"),
UaMaxVer: pulumi.String("string"),
UaMinVer: pulumi.String("string"),
Uuid: pulumi.String("string"),
Vdomparam: pulumi.String("string"),
Visibility: pulumi.String("string"),
})
var proxyaddressResource = new Proxyaddress("proxyaddressResource", ProxyaddressArgs.builder()
.applications(ProxyaddressApplicationArgs.builder()
.name("string")
.build())
.caseSensitivity("string")
.categories(ProxyaddressCategoryArgs.builder()
.id(0)
.build())
.color(0)
.comment("string")
.dynamicSortSubtable("string")
.getAllTables("string")
.header("string")
.headerGroups(ProxyaddressHeaderGroupArgs.builder()
.caseSensitivity("string")
.header("string")
.headerName("string")
.id(0)
.build())
.headerName("string")
.host("string")
.hostRegex("string")
.method("string")
.name("string")
.path("string")
.query("string")
.referrer("string")
.taggings(ProxyaddressTaggingArgs.builder()
.category("string")
.name("string")
.tags(ProxyaddressTaggingTagArgs.builder()
.name("string")
.build())
.build())
.type("string")
.ua("string")
.uaMaxVer("string")
.uaMinVer("string")
.uuid("string")
.vdomparam("string")
.visibility("string")
.build());
proxyaddress_resource = fortios.firewall.Proxyaddress("proxyaddressResource",
applications=[fortios.firewall.ProxyaddressApplicationArgs(
name="string",
)],
case_sensitivity="string",
categories=[fortios.firewall.ProxyaddressCategoryArgs(
id=0,
)],
color=0,
comment="string",
dynamic_sort_subtable="string",
get_all_tables="string",
header="string",
header_groups=[fortios.firewall.ProxyaddressHeaderGroupArgs(
case_sensitivity="string",
header="string",
header_name="string",
id=0,
)],
header_name="string",
host="string",
host_regex="string",
method="string",
name="string",
path="string",
query="string",
referrer="string",
taggings=[fortios.firewall.ProxyaddressTaggingArgs(
category="string",
name="string",
tags=[fortios.firewall.ProxyaddressTaggingTagArgs(
name="string",
)],
)],
type="string",
ua="string",
ua_max_ver="string",
ua_min_ver="string",
uuid="string",
vdomparam="string",
visibility="string")
const proxyaddressResource = new fortios.firewall.Proxyaddress("proxyaddressResource", {
applications: [{
name: "string",
}],
caseSensitivity: "string",
categories: [{
id: 0,
}],
color: 0,
comment: "string",
dynamicSortSubtable: "string",
getAllTables: "string",
header: "string",
headerGroups: [{
caseSensitivity: "string",
header: "string",
headerName: "string",
id: 0,
}],
headerName: "string",
host: "string",
hostRegex: "string",
method: "string",
name: "string",
path: "string",
query: "string",
referrer: "string",
taggings: [{
category: "string",
name: "string",
tags: [{
name: "string",
}],
}],
type: "string",
ua: "string",
uaMaxVer: "string",
uaMinVer: "string",
uuid: "string",
vdomparam: "string",
visibility: "string",
});
type: fortios:firewall:Proxyaddress
properties:
applications:
- name: string
caseSensitivity: string
categories:
- id: 0
color: 0
comment: string
dynamicSortSubtable: string
getAllTables: string
header: string
headerGroups:
- caseSensitivity: string
header: string
headerName: string
id: 0
headerName: string
host: string
hostRegex: string
method: string
name: string
path: string
query: string
referrer: string
taggings:
- category: string
name: string
tags:
- name: string
type: string
ua: string
uaMaxVer: string
uaMinVer: string
uuid: string
vdomparam: string
visibility: string
Proxyaddress 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 Proxyaddress resource accepts the following input properties:
- Applications
List<Pulumiverse.
Fortios. Firewall. Inputs. Proxyaddress Application> - SaaS application. The structure of
application
block is documented below. - Case
Sensitivity string - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - Categories
List<Pulumiverse.
Fortios. Firewall. Inputs. Proxyaddress Category> - FortiGuard category ID. The structure of
category
block is documented below. - Color int
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- Comment string
- Optional comments.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Header string
- HTTP header name as a regular expression.
- Header
Groups List<Pulumiverse.Fortios. Firewall. Inputs. Proxyaddress Header Group> - HTTP header group. The structure of
header_group
block is documented below. - Header
Name string - Name of HTTP header.
- Host string
- Address object for the host.
- Host
Regex string - Host name as a regular expression.
- Method string
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - Name string
- Address name.
- Path string
- URL path as a regular expression.
- Query string
- Match the query part of the URL as a regular expression.
- Referrer string
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - Taggings
List<Pulumiverse.
Fortios. Firewall. Inputs. Proxyaddress Tagging> - Config object tagging. The structure of
tagging
block is documented below. - Type string
- Proxy address type.
- Ua string
- Names of browsers to be used as user agent.
- Ua
Max stringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- Ua
Min stringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Visibility string
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- Applications
[]Proxyaddress
Application Args - SaaS application. The structure of
application
block is documented below. - Case
Sensitivity string - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - Categories
[]Proxyaddress
Category Args - FortiGuard category ID. The structure of
category
block is documented below. - Color int
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- Comment string
- Optional comments.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Header string
- HTTP header name as a regular expression.
- Header
Groups []ProxyaddressHeader Group Args - HTTP header group. The structure of
header_group
block is documented below. - Header
Name string - Name of HTTP header.
- Host string
- Address object for the host.
- Host
Regex string - Host name as a regular expression.
- Method string
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - Name string
- Address name.
- Path string
- URL path as a regular expression.
- Query string
- Match the query part of the URL as a regular expression.
- Referrer string
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - Taggings
[]Proxyaddress
Tagging Args - Config object tagging. The structure of
tagging
block is documented below. - Type string
- Proxy address type.
- Ua string
- Names of browsers to be used as user agent.
- Ua
Max stringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- Ua
Min stringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Visibility string
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications
List<Proxyaddress
Application> - SaaS application. The structure of
application
block is documented below. - case
Sensitivity String - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories
List<Proxyaddress
Category> - FortiGuard category ID. The structure of
category
block is documented below. - color Integer
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment String
- Optional comments.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header String
- HTTP header name as a regular expression.
- header
Groups List<ProxyaddressHeader Group> - HTTP header group. The structure of
header_group
block is documented below. - header
Name String - Name of HTTP header.
- host String
- Address object for the host.
- host
Regex String - Host name as a regular expression.
- method String
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name String
- Address name.
- path String
- URL path as a regular expression.
- query String
- Match the query part of the URL as a regular expression.
- referrer String
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings
List<Proxyaddress
Tagging> - Config object tagging. The structure of
tagging
block is documented below. - type String
- Proxy address type.
- ua String
- Names of browsers to be used as user agent.
- ua
Max StringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua
Min StringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility String
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications
Proxyaddress
Application[] - SaaS application. The structure of
application
block is documented below. - case
Sensitivity string - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories
Proxyaddress
Category[] - FortiGuard category ID. The structure of
category
block is documented below. - color number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment string
- Optional comments.
- dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header string
- HTTP header name as a regular expression.
- header
Groups ProxyaddressHeader Group[] - HTTP header group. The structure of
header_group
block is documented below. - header
Name string - Name of HTTP header.
- host string
- Address object for the host.
- host
Regex string - Host name as a regular expression.
- method string
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name string
- Address name.
- path string
- URL path as a regular expression.
- query string
- Match the query part of the URL as a regular expression.
- referrer string
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings
Proxyaddress
Tagging[] - Config object tagging. The structure of
tagging
block is documented below. - type string
- Proxy address type.
- ua string
- Names of browsers to be used as user agent.
- ua
Max stringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua
Min stringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility string
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications
Sequence[Proxyaddress
Application Args] - SaaS application. The structure of
application
block is documented below. - case_
sensitivity str - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories
Sequence[Proxyaddress
Category Args] - FortiGuard category ID. The structure of
category
block is documented below. - color int
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment str
- Optional comments.
- dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header str
- HTTP header name as a regular expression.
- header_
groups Sequence[ProxyaddressHeader Group Args] - HTTP header group. The structure of
header_group
block is documented below. - header_
name str - Name of HTTP header.
- host str
- Address object for the host.
- host_
regex str - Host name as a regular expression.
- method str
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name str
- Address name.
- path str
- URL path as a regular expression.
- query str
- Match the query part of the URL as a regular expression.
- referrer str
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings
Sequence[Proxyaddress
Tagging Args] - Config object tagging. The structure of
tagging
block is documented below. - type str
- Proxy address type.
- ua str
- Names of browsers to be used as user agent.
- ua_
max_ strver - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua_
min_ strver - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility str
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications List<Property Map>
- SaaS application. The structure of
application
block is documented below. - case
Sensitivity String - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories List<Property Map>
- FortiGuard category ID. The structure of
category
block is documented below. - color Number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment String
- Optional comments.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header String
- HTTP header name as a regular expression.
- header
Groups List<Property Map> - HTTP header group. The structure of
header_group
block is documented below. - header
Name String - Name of HTTP header.
- host String
- Address object for the host.
- host
Regex String - Host name as a regular expression.
- method String
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name String
- Address name.
- path String
- URL path as a regular expression.
- query String
- Match the query part of the URL as a regular expression.
- referrer String
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings List<Property Map>
- Config object tagging. The structure of
tagging
block is documented below. - type String
- Proxy address type.
- ua String
- Names of browsers to be used as user agent.
- ua
Max StringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua
Min StringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility String
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the Proxyaddress 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.
Look up Existing Proxyaddress Resource
Get an existing Proxyaddress resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ProxyaddressState, opts?: CustomResourceOptions): Proxyaddress
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
applications: Optional[Sequence[ProxyaddressApplicationArgs]] = None,
case_sensitivity: Optional[str] = None,
categories: Optional[Sequence[ProxyaddressCategoryArgs]] = None,
color: Optional[int] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
get_all_tables: Optional[str] = None,
header: Optional[str] = None,
header_groups: Optional[Sequence[ProxyaddressHeaderGroupArgs]] = None,
header_name: Optional[str] = None,
host: Optional[str] = None,
host_regex: Optional[str] = None,
method: Optional[str] = None,
name: Optional[str] = None,
path: Optional[str] = None,
query: Optional[str] = None,
referrer: Optional[str] = None,
taggings: Optional[Sequence[ProxyaddressTaggingArgs]] = None,
type: Optional[str] = None,
ua: Optional[str] = None,
ua_max_ver: Optional[str] = None,
ua_min_ver: Optional[str] = None,
uuid: Optional[str] = None,
vdomparam: Optional[str] = None,
visibility: Optional[str] = None) -> Proxyaddress
func GetProxyaddress(ctx *Context, name string, id IDInput, state *ProxyaddressState, opts ...ResourceOption) (*Proxyaddress, error)
public static Proxyaddress Get(string name, Input<string> id, ProxyaddressState? state, CustomResourceOptions? opts = null)
public static Proxyaddress get(String name, Output<String> id, ProxyaddressState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Applications
List<Pulumiverse.
Fortios. Firewall. Inputs. Proxyaddress Application> - SaaS application. The structure of
application
block is documented below. - Case
Sensitivity string - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - Categories
List<Pulumiverse.
Fortios. Firewall. Inputs. Proxyaddress Category> - FortiGuard category ID. The structure of
category
block is documented below. - Color int
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- Comment string
- Optional comments.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Header string
- HTTP header name as a regular expression.
- Header
Groups List<Pulumiverse.Fortios. Firewall. Inputs. Proxyaddress Header Group> - HTTP header group. The structure of
header_group
block is documented below. - Header
Name string - Name of HTTP header.
- Host string
- Address object for the host.
- Host
Regex string - Host name as a regular expression.
- Method string
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - Name string
- Address name.
- Path string
- URL path as a regular expression.
- Query string
- Match the query part of the URL as a regular expression.
- Referrer string
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - Taggings
List<Pulumiverse.
Fortios. Firewall. Inputs. Proxyaddress Tagging> - Config object tagging. The structure of
tagging
block is documented below. - Type string
- Proxy address type.
- Ua string
- Names of browsers to be used as user agent.
- Ua
Max stringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- Ua
Min stringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Visibility string
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- Applications
[]Proxyaddress
Application Args - SaaS application. The structure of
application
block is documented below. - Case
Sensitivity string - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - Categories
[]Proxyaddress
Category Args - FortiGuard category ID. The structure of
category
block is documented below. - Color int
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- Comment string
- Optional comments.
- Dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- Get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- Header string
- HTTP header name as a regular expression.
- Header
Groups []ProxyaddressHeader Group Args - HTTP header group. The structure of
header_group
block is documented below. - Header
Name string - Name of HTTP header.
- Host string
- Address object for the host.
- Host
Regex string - Host name as a regular expression.
- Method string
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - Name string
- Address name.
- Path string
- URL path as a regular expression.
- Query string
- Match the query part of the URL as a regular expression.
- Referrer string
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - Taggings
[]Proxyaddress
Tagging Args - Config object tagging. The structure of
tagging
block is documented below. - Type string
- Proxy address type.
- Ua string
- Names of browsers to be used as user agent.
- Ua
Max stringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- Ua
Min stringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Visibility string
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications
List<Proxyaddress
Application> - SaaS application. The structure of
application
block is documented below. - case
Sensitivity String - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories
List<Proxyaddress
Category> - FortiGuard category ID. The structure of
category
block is documented below. - color Integer
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment String
- Optional comments.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header String
- HTTP header name as a regular expression.
- header
Groups List<ProxyaddressHeader Group> - HTTP header group. The structure of
header_group
block is documented below. - header
Name String - Name of HTTP header.
- host String
- Address object for the host.
- host
Regex String - Host name as a regular expression.
- method String
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name String
- Address name.
- path String
- URL path as a regular expression.
- query String
- Match the query part of the URL as a regular expression.
- referrer String
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings
List<Proxyaddress
Tagging> - Config object tagging. The structure of
tagging
block is documented below. - type String
- Proxy address type.
- ua String
- Names of browsers to be used as user agent.
- ua
Max StringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua
Min StringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility String
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications
Proxyaddress
Application[] - SaaS application. The structure of
application
block is documented below. - case
Sensitivity string - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories
Proxyaddress
Category[] - FortiGuard category ID. The structure of
category
block is documented below. - color number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment string
- Optional comments.
- dynamic
Sort stringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get
All stringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header string
- HTTP header name as a regular expression.
- header
Groups ProxyaddressHeader Group[] - HTTP header group. The structure of
header_group
block is documented below. - header
Name string - Name of HTTP header.
- host string
- Address object for the host.
- host
Regex string - Host name as a regular expression.
- method string
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name string
- Address name.
- path string
- URL path as a regular expression.
- query string
- Match the query part of the URL as a regular expression.
- referrer string
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings
Proxyaddress
Tagging[] - Config object tagging. The structure of
tagging
block is documented below. - type string
- Proxy address type.
- ua string
- Names of browsers to be used as user agent.
- ua
Max stringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua
Min stringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam string
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility string
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications
Sequence[Proxyaddress
Application Args] - SaaS application. The structure of
application
block is documented below. - case_
sensitivity str - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories
Sequence[Proxyaddress
Category Args] - FortiGuard category ID. The structure of
category
block is documented below. - color int
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment str
- Optional comments.
- dynamic_
sort_ strsubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get_
all_ strtables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header str
- HTTP header name as a regular expression.
- header_
groups Sequence[ProxyaddressHeader Group Args] - HTTP header group. The structure of
header_group
block is documented below. - header_
name str - Name of HTTP header.
- host str
- Address object for the host.
- host_
regex str - Host name as a regular expression.
- method str
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name str
- Address name.
- path str
- URL path as a regular expression.
- query str
- Match the query part of the URL as a regular expression.
- referrer str
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings
Sequence[Proxyaddress
Tagging Args] - Config object tagging. The structure of
tagging
block is documented below. - type str
- Proxy address type.
- ua str
- Names of browsers to be used as user agent.
- ua_
max_ strver - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua_
min_ strver - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam str
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility str
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
- applications List<Property Map>
- SaaS application. The structure of
application
block is documented below. - case
Sensitivity String - Enable to make the pattern case sensitive. Valid values:
disable
,enable
. - categories List<Property Map>
- FortiGuard category ID. The structure of
category
block is documented below. - color Number
- Integer value to determine the color of the icon in the GUI (1 - 32, default = 0, which sets value to 1).
- comment String
- Optional comments.
- dynamic
Sort StringSubtable - Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
- get
All StringTables - Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwish conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
- header String
- HTTP header name as a regular expression.
- header
Groups List<Property Map> - HTTP header group. The structure of
header_group
block is documented below. - header
Name String - Name of HTTP header.
- host String
- Address object for the host.
- host
Regex String - Host name as a regular expression.
- method String
- HTTP request methods to be used. Valid values:
get
,post
,put
,head
,connect
,trace
,options
,delete
. - name String
- Address name.
- path String
- URL path as a regular expression.
- query String
- Match the query part of the URL as a regular expression.
- referrer String
- Enable/disable use of referrer field in the HTTP header to match the address. Valid values:
enable
,disable
. - taggings List<Property Map>
- Config object tagging. The structure of
tagging
block is documented below. - type String
- Proxy address type.
- ua String
- Names of browsers to be used as user agent.
- ua
Max StringVer - Maximum version of the user agent specified in dotted notation. For example, use 120 with the ua field set to "chrome" to require Google Chrome's maximum version must be 120.
- ua
Min StringVer - Minimum version of the user agent specified in dotted notation. For example, use 90.0.1 with the ua field set to "chrome" to require Google Chrome's minimum version must be 90.0.1.
- uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vdomparam String
- Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- visibility String
- Enable/disable visibility of the object in the GUI. Valid values:
enable
,disable
.
Supporting Types
ProxyaddressApplication, ProxyaddressApplicationArgs
- Name string
- SaaS applicaton name.
- Name string
- SaaS applicaton name.
- name String
- SaaS applicaton name.
- name string
- SaaS applicaton name.
- name str
- SaaS applicaton name.
- name String
- SaaS applicaton name.
ProxyaddressCategory, ProxyaddressCategoryArgs
- Id int
- Fortiguard category id.
- Id int
- Fortiguard category id.
- id Integer
- Fortiguard category id.
- id number
- Fortiguard category id.
- id int
- Fortiguard category id.
- id Number
- Fortiguard category id.
ProxyaddressHeaderGroup, ProxyaddressHeaderGroupArgs
- Case
Sensitivity string - Case sensitivity in pattern. Valid values:
disable
,enable
. - Header string
- HTTP header regular expression.
- Header
Name string - HTTP header.
- Id int
- ID.
- Case
Sensitivity string - Case sensitivity in pattern. Valid values:
disable
,enable
. - Header string
- HTTP header regular expression.
- Header
Name string - HTTP header.
- Id int
- ID.
- case
Sensitivity String - Case sensitivity in pattern. Valid values:
disable
,enable
. - header String
- HTTP header regular expression.
- header
Name String - HTTP header.
- id Integer
- ID.
- case
Sensitivity string - Case sensitivity in pattern. Valid values:
disable
,enable
. - header string
- HTTP header regular expression.
- header
Name string - HTTP header.
- id number
- ID.
- case_
sensitivity str - Case sensitivity in pattern. Valid values:
disable
,enable
. - header str
- HTTP header regular expression.
- header_
name str - HTTP header.
- id int
- ID.
- case
Sensitivity String - Case sensitivity in pattern. Valid values:
disable
,enable
. - header String
- HTTP header regular expression.
- header
Name String - HTTP header.
- id Number
- ID.
ProxyaddressTagging, ProxyaddressTaggingArgs
- Category string
- Tag category.
- Name string
- Tagging entry name.
- List<Pulumiverse.
Fortios. Firewall. Inputs. Proxyaddress Tagging Tag> - Tags. The structure of
tags
block is documented below.
- Category string
- Tag category.
- Name string
- Tagging entry name.
- []Proxyaddress
Tagging Tag - Tags. The structure of
tags
block is documented below.
- category String
- Tag category.
- name String
- Tagging entry name.
- List<Proxyaddress
Tagging Tag> - Tags. The structure of
tags
block is documented below.
- category string
- Tag category.
- name string
- Tagging entry name.
- Proxyaddress
Tagging Tag[] - Tags. The structure of
tags
block is documented below.
- category str
- Tag category.
- name str
- Tagging entry name.
- Sequence[Proxyaddress
Tagging Tag] - Tags. The structure of
tags
block is documented below.
- category String
- Tag category.
- name String
- Tagging entry name.
- List<Property Map>
- Tags. The structure of
tags
block is documented below.
ProxyaddressTaggingTag, ProxyaddressTaggingTagArgs
- Name string
- Tag name.
- Name string
- Tag name.
- name String
- Tag name.
- name string
- Tag name.
- name str
- Tag name.
- name String
- Tag name.
Import
Firewall ProxyAddress can be imported using any of these accepted formats:
$ pulumi import fortios:firewall/proxyaddress:Proxyaddress labelname {{name}}
If you do not want to import arguments of block:
$ export “FORTIOS_IMPORT_TABLE”=“false”
$ pulumi import fortios:firewall/proxyaddress:Proxyaddress labelname {{name}}
$ unset “FORTIOS_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.