1. Packages
  2. Fortios
  3. API Docs
  4. firewall
  5. Proxyaddress
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.firewall.Proxyaddress

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    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.ProxyaddressApplication>
    SaaS application. The structure of application block is documented below.
    CaseSensitivity string
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    Categories List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddressCategory>
    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.
    DynamicSortSubtable string
    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 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    HeaderGroups List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddressHeaderGroup>
    HTTP header group. The structure of header_group block is documented below.
    HeaderName string
    Name of HTTP header.
    Host string
    Address object for the host.
    HostRegex 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.ProxyaddressTagging>
    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.
    UaMaxVer string
    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.
    UaMinVer string
    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 []ProxyaddressApplicationArgs
    SaaS application. The structure of application block is documented below.
    CaseSensitivity string
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    Categories []ProxyaddressCategoryArgs
    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.
    DynamicSortSubtable string
    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 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    HeaderGroups []ProxyaddressHeaderGroupArgs
    HTTP header group. The structure of header_group block is documented below.
    HeaderName string
    Name of HTTP header.
    Host string
    Address object for the host.
    HostRegex 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 []ProxyaddressTaggingArgs
    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.
    UaMaxVer string
    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.
    UaMinVer string
    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<ProxyaddressApplication>
    SaaS application. The structure of application block is documented below.
    caseSensitivity String
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    categories List<ProxyaddressCategory>
    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.
    dynamicSortSubtable String
    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 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    headerGroups List<ProxyaddressHeaderGroup>
    HTTP header group. The structure of header_group block is documented below.
    headerName String
    Name of HTTP header.
    host String
    Address object for the host.
    hostRegex 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<ProxyaddressTagging>
    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.
    uaMaxVer String
    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.
    uaMinVer String
    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 ProxyaddressApplication[]
    SaaS application. The structure of application block is documented below.
    caseSensitivity string
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    categories ProxyaddressCategory[]
    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.
    dynamicSortSubtable string
    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 ].
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    headerGroups ProxyaddressHeaderGroup[]
    HTTP header group. The structure of header_group block is documented below.
    headerName string
    Name of HTTP header.
    host string
    Address object for the host.
    hostRegex 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 ProxyaddressTagging[]
    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.
    uaMaxVer string
    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.
    uaMinVer string
    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[ProxyaddressApplicationArgs]
    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[ProxyaddressCategoryArgs]
    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_subtable str
    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_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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[ProxyaddressHeaderGroupArgs]
    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[ProxyaddressTaggingArgs]
    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_ver str
    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_ver str
    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.
    caseSensitivity 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.
    dynamicSortSubtable String
    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 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    headerGroups List<Property Map>
    HTTP header group. The structure of header_group block is documented below.
    headerName String
    Name of HTTP header.
    host String
    Address object for the host.
    hostRegex 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.
    uaMaxVer String
    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.
    uaMinVer String
    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.
    The following state arguments are supported:
    Applications List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddressApplication>
    SaaS application. The structure of application block is documented below.
    CaseSensitivity string
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    Categories List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddressCategory>
    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.
    DynamicSortSubtable string
    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 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    HeaderGroups List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddressHeaderGroup>
    HTTP header group. The structure of header_group block is documented below.
    HeaderName string
    Name of HTTP header.
    Host string
    Address object for the host.
    HostRegex 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.ProxyaddressTagging>
    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.
    UaMaxVer string
    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.
    UaMinVer string
    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 []ProxyaddressApplicationArgs
    SaaS application. The structure of application block is documented below.
    CaseSensitivity string
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    Categories []ProxyaddressCategoryArgs
    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.
    DynamicSortSubtable string
    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 ].
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    HeaderGroups []ProxyaddressHeaderGroupArgs
    HTTP header group. The structure of header_group block is documented below.
    HeaderName string
    Name of HTTP header.
    Host string
    Address object for the host.
    HostRegex 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 []ProxyaddressTaggingArgs
    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.
    UaMaxVer string
    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.
    UaMinVer string
    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<ProxyaddressApplication>
    SaaS application. The structure of application block is documented below.
    caseSensitivity String
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    categories List<ProxyaddressCategory>
    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.
    dynamicSortSubtable String
    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 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    headerGroups List<ProxyaddressHeaderGroup>
    HTTP header group. The structure of header_group block is documented below.
    headerName String
    Name of HTTP header.
    host String
    Address object for the host.
    hostRegex 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<ProxyaddressTagging>
    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.
    uaMaxVer String
    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.
    uaMinVer String
    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 ProxyaddressApplication[]
    SaaS application. The structure of application block is documented below.
    caseSensitivity string
    Enable to make the pattern case sensitive. Valid values: disable, enable.
    categories ProxyaddressCategory[]
    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.
    dynamicSortSubtable string
    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 ].
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    headerGroups ProxyaddressHeaderGroup[]
    HTTP header group. The structure of header_group block is documented below.
    headerName string
    Name of HTTP header.
    host string
    Address object for the host.
    hostRegex 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 ProxyaddressTagging[]
    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.
    uaMaxVer string
    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.
    uaMinVer string
    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[ProxyaddressApplicationArgs]
    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[ProxyaddressCategoryArgs]
    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_subtable str
    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_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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[ProxyaddressHeaderGroupArgs]
    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[ProxyaddressTaggingArgs]
    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_ver str
    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_ver str
    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.
    caseSensitivity 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.
    dynamicSortSubtable String
    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 ].
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, 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.
    headerGroups List<Property Map>
    HTTP header group. The structure of header_group block is documented below.
    headerName String
    Name of HTTP header.
    host String
    Address object for the host.
    hostRegex 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.
    uaMaxVer String
    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.
    uaMinVer String
    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

    CaseSensitivity string
    Case sensitivity in pattern. Valid values: disable, enable.
    Header string
    HTTP header regular expression.
    HeaderName string
    HTTP header.
    Id int
    ID.
    CaseSensitivity string
    Case sensitivity in pattern. Valid values: disable, enable.
    Header string
    HTTP header regular expression.
    HeaderName string
    HTTP header.
    Id int
    ID.
    caseSensitivity String
    Case sensitivity in pattern. Valid values: disable, enable.
    header String
    HTTP header regular expression.
    headerName String
    HTTP header.
    id Integer
    ID.
    caseSensitivity string
    Case sensitivity in pattern. Valid values: disable, enable.
    header string
    HTTP header regular expression.
    headerName 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.
    caseSensitivity String
    Case sensitivity in pattern. Valid values: disable, enable.
    header String
    HTTP header regular expression.
    headerName String
    HTTP header.
    id Number
    ID.

    ProxyaddressTagging, ProxyaddressTaggingArgs

    Category string
    Tag category.
    Name string
    Tagging entry name.
    Tags List<Pulumiverse.Fortios.Firewall.Inputs.ProxyaddressTaggingTag>
    Tags. The structure of tags block is documented below.
    Category string
    Tag category.
    Name string
    Tagging entry name.
    Tags []ProxyaddressTaggingTag
    Tags. The structure of tags block is documented below.
    category String
    Tag category.
    name String
    Tagging entry name.
    tags List<ProxyaddressTaggingTag>
    Tags. The structure of tags block is documented below.
    category string
    Tag category.
    name string
    Tagging entry name.
    tags ProxyaddressTaggingTag[]
    Tags. The structure of tags block is documented below.
    category str
    Tag category.
    name str
    Tagging entry name.
    tags Sequence[ProxyaddressTaggingTag]
    Tags. The structure of tags block is documented below.
    category String
    Tag category.
    name String
    Tagging entry name.
    tags 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.
    fortios logo
    Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse