1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. PackagesFirewallPolicy
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.PackagesFirewallPolicy

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Configure IPv4 policies.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • vpn_dst_node: fortimanager_packages_firewall_policy_vpn_dst_node
    • vpn_src_node: fortimanager_packages_firewall_policy_vpn_src_node

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const labelname = new fortimanager.PackagesFirewallPolicy("labelname", {
        action: "deny",
        antiReplay: "enable",
        blockNotification: "disable",
        captivePortalExempt: "disable",
        delayTcpNpuSession: "disable",
        diffservForward: "disable",
        diffservReverse: "disable",
        dsri: "disable",
        dstaddrs: ["all"],
        dstaddrNegate: "disable",
        dstintfs: ["any"],
        emailCollect: "disable",
        geoipAnycast: "disable",
        geoipMatch: "physical-location",
        internetService: "disable",
        internetServiceSrc: "disable",
        logtraffic: "all",
        logtrafficStart: "disable",
        matchVip: "disable",
        matchVipOnly: "disable",
        natips: [
            "1.0.0.1",
            "255.255.255.255",
        ],
        npAcceleration: "enable",
        ntlmEnabledBrowsers: [],
        permitAnyHost: "disable",
        pkg: "default",
        policyid: 146,
        profileType: "single",
        radiusMacAuthBypass: "disable",
        reputationMinimum: 0,
        rtpNat: "disable",
        schedule: "always",
        scheduleTimeout: "disable",
        sendDenyPacket: "disable",
        services: ["ALL"],
        serviceNegate: "disable",
        sessionTtl: "0",
        srcaddrs: ["all"],
        srcaddrNegate: "disable",
        srcintfs: ["any"],
        status: "enable",
        tcpMssReceiver: 0,
        tcpMssSender: 0,
        tcpSessionWithoutSyn: "disable",
        tos: "0x00",
        tosMask: "0x00",
        tosNegate: "disable",
        vlanCosFwd: 255,
        vlanCosRev: 255,
        wccp: "disable",
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    labelname = fortimanager.PackagesFirewallPolicy("labelname",
        action="deny",
        anti_replay="enable",
        block_notification="disable",
        captive_portal_exempt="disable",
        delay_tcp_npu_session="disable",
        diffserv_forward="disable",
        diffserv_reverse="disable",
        dsri="disable",
        dstaddrs=["all"],
        dstaddr_negate="disable",
        dstintfs=["any"],
        email_collect="disable",
        geoip_anycast="disable",
        geoip_match="physical-location",
        internet_service="disable",
        internet_service_src="disable",
        logtraffic="all",
        logtraffic_start="disable",
        match_vip="disable",
        match_vip_only="disable",
        natips=[
            "1.0.0.1",
            "255.255.255.255",
        ],
        np_acceleration="enable",
        ntlm_enabled_browsers=[],
        permit_any_host="disable",
        pkg="default",
        policyid=146,
        profile_type="single",
        radius_mac_auth_bypass="disable",
        reputation_minimum=0,
        rtp_nat="disable",
        schedule="always",
        schedule_timeout="disable",
        send_deny_packet="disable",
        services=["ALL"],
        service_negate="disable",
        session_ttl="0",
        srcaddrs=["all"],
        srcaddr_negate="disable",
        srcintfs=["any"],
        status="enable",
        tcp_mss_receiver=0,
        tcp_mss_sender=0,
        tcp_session_without_syn="disable",
        tos="0x00",
        tos_mask="0x00",
        tos_negate="disable",
        vlan_cos_fwd=255,
        vlan_cos_rev=255,
        wccp="disable")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewPackagesFirewallPolicy(ctx, "labelname", &fortimanager.PackagesFirewallPolicyArgs{
    			Action:              pulumi.String("deny"),
    			AntiReplay:          pulumi.String("enable"),
    			BlockNotification:   pulumi.String("disable"),
    			CaptivePortalExempt: pulumi.String("disable"),
    			DelayTcpNpuSession:  pulumi.String("disable"),
    			DiffservForward:     pulumi.String("disable"),
    			DiffservReverse:     pulumi.String("disable"),
    			Dsri:                pulumi.String("disable"),
    			Dstaddrs: pulumi.StringArray{
    				pulumi.String("all"),
    			},
    			DstaddrNegate: pulumi.String("disable"),
    			Dstintfs: pulumi.StringArray{
    				pulumi.String("any"),
    			},
    			EmailCollect:       pulumi.String("disable"),
    			GeoipAnycast:       pulumi.String("disable"),
    			GeoipMatch:         pulumi.String("physical-location"),
    			InternetService:    pulumi.String("disable"),
    			InternetServiceSrc: pulumi.String("disable"),
    			Logtraffic:         pulumi.String("all"),
    			LogtrafficStart:    pulumi.String("disable"),
    			MatchVip:           pulumi.String("disable"),
    			MatchVipOnly:       pulumi.String("disable"),
    			Natips: pulumi.StringArray{
    				pulumi.String("1.0.0.1"),
    				pulumi.String("255.255.255.255"),
    			},
    			NpAcceleration:      pulumi.String("enable"),
    			NtlmEnabledBrowsers: pulumi.StringArray{},
    			PermitAnyHost:       pulumi.String("disable"),
    			Pkg:                 pulumi.String("default"),
    			Policyid:            pulumi.Float64(146),
    			ProfileType:         pulumi.String("single"),
    			RadiusMacAuthBypass: pulumi.String("disable"),
    			ReputationMinimum:   pulumi.Float64(0),
    			RtpNat:              pulumi.String("disable"),
    			Schedule:            pulumi.String("always"),
    			ScheduleTimeout:     pulumi.String("disable"),
    			SendDenyPacket:      pulumi.String("disable"),
    			Services: pulumi.StringArray{
    				pulumi.String("ALL"),
    			},
    			ServiceNegate: pulumi.String("disable"),
    			SessionTtl:    pulumi.String("0"),
    			Srcaddrs: pulumi.StringArray{
    				pulumi.String("all"),
    			},
    			SrcaddrNegate: pulumi.String("disable"),
    			Srcintfs: pulumi.StringArray{
    				pulumi.String("any"),
    			},
    			Status:               pulumi.String("enable"),
    			TcpMssReceiver:       pulumi.Float64(0),
    			TcpMssSender:         pulumi.Float64(0),
    			TcpSessionWithoutSyn: pulumi.String("disable"),
    			Tos:                  pulumi.String("0x00"),
    			TosMask:              pulumi.String("0x00"),
    			TosNegate:            pulumi.String("disable"),
    			VlanCosFwd:           pulumi.Float64(255),
    			VlanCosRev:           pulumi.Float64(255),
    			Wccp:                 pulumi.String("disable"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var labelname = new Fortimanager.PackagesFirewallPolicy("labelname", new()
        {
            Action = "deny",
            AntiReplay = "enable",
            BlockNotification = "disable",
            CaptivePortalExempt = "disable",
            DelayTcpNpuSession = "disable",
            DiffservForward = "disable",
            DiffservReverse = "disable",
            Dsri = "disable",
            Dstaddrs = new[]
            {
                "all",
            },
            DstaddrNegate = "disable",
            Dstintfs = new[]
            {
                "any",
            },
            EmailCollect = "disable",
            GeoipAnycast = "disable",
            GeoipMatch = "physical-location",
            InternetService = "disable",
            InternetServiceSrc = "disable",
            Logtraffic = "all",
            LogtrafficStart = "disable",
            MatchVip = "disable",
            MatchVipOnly = "disable",
            Natips = new[]
            {
                "1.0.0.1",
                "255.255.255.255",
            },
            NpAcceleration = "enable",
            NtlmEnabledBrowsers = new[] {},
            PermitAnyHost = "disable",
            Pkg = "default",
            Policyid = 146,
            ProfileType = "single",
            RadiusMacAuthBypass = "disable",
            ReputationMinimum = 0,
            RtpNat = "disable",
            Schedule = "always",
            ScheduleTimeout = "disable",
            SendDenyPacket = "disable",
            Services = new[]
            {
                "ALL",
            },
            ServiceNegate = "disable",
            SessionTtl = "0",
            Srcaddrs = new[]
            {
                "all",
            },
            SrcaddrNegate = "disable",
            Srcintfs = new[]
            {
                "any",
            },
            Status = "enable",
            TcpMssReceiver = 0,
            TcpMssSender = 0,
            TcpSessionWithoutSyn = "disable",
            Tos = "0x00",
            TosMask = "0x00",
            TosNegate = "disable",
            VlanCosFwd = 255,
            VlanCosRev = 255,
            Wccp = "disable",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.PackagesFirewallPolicy;
    import com.pulumi.fortimanager.PackagesFirewallPolicyArgs;
    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 labelname = new PackagesFirewallPolicy("labelname", PackagesFirewallPolicyArgs.builder()
                .action("deny")
                .antiReplay("enable")
                .blockNotification("disable")
                .captivePortalExempt("disable")
                .delayTcpNpuSession("disable")
                .diffservForward("disable")
                .diffservReverse("disable")
                .dsri("disable")
                .dstaddrs("all")
                .dstaddrNegate("disable")
                .dstintfs("any")
                .emailCollect("disable")
                .geoipAnycast("disable")
                .geoipMatch("physical-location")
                .internetService("disable")
                .internetServiceSrc("disable")
                .logtraffic("all")
                .logtrafficStart("disable")
                .matchVip("disable")
                .matchVipOnly("disable")
                .natips(            
                    "1.0.0.1",
                    "255.255.255.255")
                .npAcceleration("enable")
                .ntlmEnabledBrowsers()
                .permitAnyHost("disable")
                .pkg("default")
                .policyid(146)
                .profileType("single")
                .radiusMacAuthBypass("disable")
                .reputationMinimum(0)
                .rtpNat("disable")
                .schedule("always")
                .scheduleTimeout("disable")
                .sendDenyPacket("disable")
                .services("ALL")
                .serviceNegate("disable")
                .sessionTtl("0")
                .srcaddrs("all")
                .srcaddrNegate("disable")
                .srcintfs("any")
                .status("enable")
                .tcpMssReceiver(0)
                .tcpMssSender(0)
                .tcpSessionWithoutSyn("disable")
                .tos("0x00")
                .tosMask("0x00")
                .tosNegate("disable")
                .vlanCosFwd(255)
                .vlanCosRev(255)
                .wccp("disable")
                .build());
    
        }
    }
    
    resources:
      labelname:
        type: fortimanager:PackagesFirewallPolicy
        properties:
          action: deny
          antiReplay: enable
          blockNotification: disable
          captivePortalExempt: disable
          delayTcpNpuSession: disable
          diffservForward: disable
          diffservReverse: disable
          dsri: disable
          dstaddrs:
            - all
          dstaddrNegate: disable
          dstintfs:
            - any
          emailCollect: disable
          geoipAnycast: disable
          geoipMatch: physical-location
          internetService: disable
          internetServiceSrc: disable
          logtraffic: all
          logtrafficStart: disable
          matchVip: disable
          matchVipOnly: disable
          natips:
            - 1.0.0.1
            - 255.255.255.255
          npAcceleration: enable
          ntlmEnabledBrowsers: []
          permitAnyHost: disable
          pkg: default
          policyid: 146
          profileType: single
          radiusMacAuthBypass: disable
          reputationMinimum: 0
          rtpNat: disable
          schedule: always
          scheduleTimeout: disable
          sendDenyPacket: disable
          services:
            - ALL
          serviceNegate: disable
          sessionTtl: '0'
          srcaddrs:
            - all
          srcaddrNegate: disable
          srcintfs:
            - any
          status: enable
          tcpMssReceiver: 0
          tcpMssSender: 0
          tcpSessionWithoutSyn: disable
          tos: 0x00
          tosMask: 0x00
          tosNegate: disable
          vlanCosFwd: 255
          vlanCosRev: 255
          wccp: disable
    

    Create PackagesFirewallPolicy Resource

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

    Constructor syntax

    new PackagesFirewallPolicy(name: string, args: PackagesFirewallPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def PackagesFirewallPolicy(resource_name: str,
                               args: PackagesFirewallPolicyArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesFirewallPolicy(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               pkg: Optional[str] = None,
                               _policy_block: Optional[float] = None,
                               action: Optional[str] = None,
                               adom: Optional[str] = None,
                               anti_replay: Optional[str] = None,
                               app_category: Optional[str] = None,
                               app_group: Optional[str] = None,
                               application_list: Optional[str] = None,
                               applications: Optional[Sequence[float]] = None,
                               auth_cert: Optional[str] = None,
                               auth_path: Optional[str] = None,
                               auth_redirect_addr: Optional[str] = None,
                               auto_asic_offload: Optional[str] = None,
                               av_profile: Optional[str] = None,
                               best_route: Optional[str] = None,
                               block_notification: Optional[str] = None,
                               captive_portal_exempt: Optional[str] = None,
                               capture_packet: Optional[str] = None,
                               casb_profile: Optional[str] = None,
                               cgn_eif: Optional[str] = None,
                               cgn_eim: Optional[str] = None,
                               cgn_log_server_grp: Optional[str] = None,
                               cgn_resource_quota: Optional[float] = None,
                               cgn_session_quota: Optional[float] = None,
                               cgn_sw_eif_ctrl: Optional[str] = None,
                               cifs_profile: Optional[str] = None,
                               comments: Optional[str] = None,
                               custom_log_fields: Optional[str] = None,
                               decrypted_traffic_mirror: Optional[str] = None,
                               delay_tcp_npu_session: Optional[str] = None,
                               devices: Optional[str] = None,
                               diameter_filter_profile: Optional[str] = None,
                               diffserv_copy: Optional[str] = None,
                               diffserv_forward: Optional[str] = None,
                               diffserv_reverse: Optional[str] = None,
                               diffservcode_forward: Optional[str] = None,
                               diffservcode_rev: Optional[str] = None,
                               disclaimer: Optional[str] = None,
                               dlp_profile: Optional[str] = None,
                               dlp_sensor: Optional[str] = None,
                               dnsfilter_profile: Optional[str] = None,
                               dscp_match: Optional[str] = None,
                               dscp_negate: Optional[str] = None,
                               dscp_value: Optional[str] = None,
                               dsri: Optional[str] = None,
                               dstaddr6_negate: Optional[str] = None,
                               dstaddr6s: Optional[Sequence[str]] = None,
                               dstaddr_negate: Optional[str] = None,
                               dstaddrs: Optional[Sequence[str]] = None,
                               dstintfs: Optional[Sequence[str]] = None,
                               dynamic_shaping: Optional[str] = None,
                               dynamic_sort_subtable: Optional[str] = None,
                               eif_check: Optional[str] = None,
                               eif_learn: Optional[str] = None,
                               email_collect: Optional[str] = None,
                               emailfilter_profile: Optional[str] = None,
                               fec: Optional[str] = None,
                               file_filter_profile: Optional[str] = None,
                               firewall_session_dirty: Optional[str] = None,
                               fixedport: Optional[str] = None,
                               fsso: Optional[str] = None,
                               fsso_agent_for_ntlm: Optional[str] = None,
                               fsso_groups: Optional[Sequence[str]] = None,
                               geoip_anycast: Optional[str] = None,
                               geoip_match: Optional[str] = None,
                               global_label: Optional[str] = None,
                               groups: Optional[Sequence[str]] = None,
                               gtp_profile: Optional[str] = None,
                               http_policy_redirect: Optional[str] = None,
                               icap_profile: Optional[str] = None,
                               identity_based_route: Optional[str] = None,
                               inbound: Optional[str] = None,
                               inspection_mode: Optional[str] = None,
                               internet_service: Optional[str] = None,
                               internet_service6: Optional[str] = None,
                               internet_service6_custom_groups: Optional[Sequence[str]] = None,
                               internet_service6_customs: Optional[Sequence[str]] = None,
                               internet_service6_groups: Optional[Sequence[str]] = None,
                               internet_service6_names: Optional[Sequence[str]] = None,
                               internet_service6_negate: Optional[str] = None,
                               internet_service6_src: Optional[str] = None,
                               internet_service6_src_custom_groups: Optional[Sequence[str]] = None,
                               internet_service6_src_customs: Optional[Sequence[str]] = None,
                               internet_service6_src_groups: Optional[Sequence[str]] = None,
                               internet_service6_src_names: Optional[Sequence[str]] = None,
                               internet_service6_src_negate: Optional[str] = None,
                               internet_service_custom: Optional[str] = None,
                               internet_service_custom_group: Optional[str] = None,
                               internet_service_group: Optional[str] = None,
                               internet_service_ids: Optional[Sequence[str]] = None,
                               internet_service_name: Optional[str] = None,
                               internet_service_negate: Optional[str] = None,
                               internet_service_src: Optional[str] = None,
                               internet_service_src_custom: Optional[str] = None,
                               internet_service_src_custom_group: Optional[str] = None,
                               internet_service_src_group: Optional[str] = None,
                               internet_service_src_id: Optional[str] = None,
                               internet_service_src_name: Optional[str] = None,
                               internet_service_src_negate: Optional[str] = None,
                               ip_version_type: Optional[str] = None,
                               ippool: Optional[str] = None,
                               ips_sensor: Optional[str] = None,
                               ips_voip_filter: Optional[str] = None,
                               label: Optional[str] = None,
                               learning_mode: Optional[str] = None,
                               log_http_transaction: Optional[str] = None,
                               logtraffic: Optional[str] = None,
                               logtraffic_start: Optional[str] = None,
                               match_vip: Optional[str] = None,
                               match_vip_only: Optional[str] = None,
                               mms_profile: Optional[str] = None,
                               name: Optional[str] = None,
                               nat: Optional[str] = None,
                               nat46: Optional[str] = None,
                               nat64: Optional[str] = None,
                               natinbound: Optional[str] = None,
                               natips: Optional[Sequence[str]] = None,
                               natoutbound: Optional[str] = None,
                               network_service_dynamics: Optional[Sequence[str]] = None,
                               network_service_src_dynamics: Optional[Sequence[str]] = None,
                               np_acceleration: Optional[str] = None,
                               ntlm: Optional[str] = None,
                               ntlm_enabled_browsers: Optional[Sequence[str]] = None,
                               ntlm_guest: Optional[str] = None,
                               outbound: Optional[str] = None,
                               packages_firewall_policy_id: Optional[str] = None,
                               passive_wan_health_measurement: Optional[str] = None,
                               pcp_inbound: Optional[str] = None,
                               pcp_outbound: Optional[str] = None,
                               pcp_poolnames: Optional[Sequence[str]] = None,
                               per_ip_shaper: Optional[str] = None,
                               permit_any_host: Optional[str] = None,
                               permit_stun_host: Optional[str] = None,
                               pfcp_profile: Optional[str] = None,
                               pkg_folder_path: Optional[str] = None,
                               policy_behaviour_type: Optional[str] = None,
                               policy_expiry: Optional[str] = None,
                               policy_expiry_date: Optional[str] = None,
                               policy_expiry_date_utc: Optional[str] = None,
                               policy_offload: Optional[str] = None,
                               policyid: Optional[float] = None,
                               poolname: Optional[str] = None,
                               poolname6: Optional[str] = None,
                               port_preserve: Optional[str] = None,
                               profile_group: Optional[str] = None,
                               profile_protocol_options: Optional[str] = None,
                               profile_type: Optional[str] = None,
                               radius_ip_auth_bypass: Optional[str] = None,
                               radius_mac_auth_bypass: Optional[str] = None,
                               redirect_url: Optional[str] = None,
                               replacemsg_override_group: Optional[str] = None,
                               reputation_direction: Optional[str] = None,
                               reputation_direction6: Optional[str] = None,
                               reputation_minimum: Optional[float] = None,
                               reputation_minimum6: Optional[float] = None,
                               rsso: Optional[str] = None,
                               rtp_addr: Optional[str] = None,
                               rtp_nat: Optional[str] = None,
                               scan_botnet_connections: Optional[str] = None,
                               schedule: Optional[str] = None,
                               schedule_timeout: Optional[str] = None,
                               scopetype: Optional[str] = None,
                               sctp_filter_profile: Optional[str] = None,
                               send_deny_packet: Optional[str] = None,
                               service_negate: Optional[str] = None,
                               services: Optional[Sequence[str]] = None,
                               session_ttl: Optional[str] = None,
                               sgt_check: Optional[str] = None,
                               sgts: Optional[Sequence[float]] = None,
                               spamfilter_profile: Optional[str] = None,
                               src_vendor_macs: Optional[Sequence[str]] = None,
                               srcaddr6_negate: Optional[str] = None,
                               srcaddr6s: Optional[Sequence[str]] = None,
                               srcaddr_negate: Optional[str] = None,
                               srcaddrs: Optional[Sequence[str]] = None,
                               srcintfs: Optional[Sequence[str]] = None,
                               ssh_filter_profile: Optional[str] = None,
                               ssh_policy_redirect: Optional[str] = None,
                               ssl_mirror: Optional[str] = None,
                               ssl_mirror_intf: Optional[str] = None,
                               ssl_ssh_profile: Optional[str] = None,
                               status: Optional[str] = None,
                               tcp_mss_receiver: Optional[float] = None,
                               tcp_mss_sender: Optional[float] = None,
                               tcp_session_without_syn: Optional[str] = None,
                               tcp_timeout_pid: Optional[str] = None,
                               timeout_send_rst: Optional[str] = None,
                               tos: Optional[str] = None,
                               tos_mask: Optional[str] = None,
                               tos_negate: Optional[str] = None,
                               traffic_shaper: Optional[str] = None,
                               traffic_shaper_reverse: Optional[str] = None,
                               udp_timeout_pid: Optional[str] = None,
                               url_category: Optional[str] = None,
                               users: Optional[Sequence[str]] = None,
                               utm_status: Optional[str] = None,
                               uuid: Optional[str] = None,
                               videofilter_profile: Optional[str] = None,
                               virtual_patch_profile: Optional[str] = None,
                               vlan_cos_fwd: Optional[float] = None,
                               vlan_cos_rev: Optional[float] = None,
                               vlan_filter: Optional[str] = None,
                               voip_profile: Optional[str] = None,
                               vpn_dst_nodes: Optional[Sequence[PackagesFirewallPolicyVpnDstNodeArgs]] = None,
                               vpn_src_nodes: Optional[Sequence[PackagesFirewallPolicyVpnSrcNodeArgs]] = None,
                               vpntunnel: Optional[str] = None,
                               waf_profile: Optional[str] = None,
                               wanopt: Optional[str] = None,
                               wanopt_detection: Optional[str] = None,
                               wanopt_passive_opt: Optional[str] = None,
                               wanopt_peer: Optional[str] = None,
                               wanopt_profile: Optional[str] = None,
                               wccp: Optional[str] = None,
                               webcache: Optional[str] = None,
                               webcache_https: Optional[str] = None,
                               webfilter_profile: Optional[str] = None,
                               webproxy_forward_server: Optional[str] = None,
                               webproxy_profile: Optional[str] = None,
                               wsso: Optional[str] = None,
                               ztna_device_ownership: Optional[str] = None,
                               ztna_ems_tag: Optional[str] = None,
                               ztna_ems_tag_secondaries: Optional[Sequence[str]] = None,
                               ztna_geo_tag: Optional[str] = None,
                               ztna_policy_redirect: Optional[str] = None,
                               ztna_status: Optional[str] = None,
                               ztna_tags_match_logic: Optional[str] = None)
    func NewPackagesFirewallPolicy(ctx *Context, name string, args PackagesFirewallPolicyArgs, opts ...ResourceOption) (*PackagesFirewallPolicy, error)
    public PackagesFirewallPolicy(string name, PackagesFirewallPolicyArgs args, CustomResourceOptions? opts = null)
    public PackagesFirewallPolicy(String name, PackagesFirewallPolicyArgs args)
    public PackagesFirewallPolicy(String name, PackagesFirewallPolicyArgs args, CustomResourceOptions options)
    
    type: fortimanager:PackagesFirewallPolicy
    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 PackagesFirewallPolicyArgs
    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 PackagesFirewallPolicyArgs
    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 PackagesFirewallPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesFirewallPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesFirewallPolicyArgs
    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 packagesFirewallPolicyResource = new Fortimanager.PackagesFirewallPolicy("packagesFirewallPolicyResource", new()
    {
        Pkg = "string",
        _policyBlock = 0,
        Action = "string",
        Adom = "string",
        AntiReplay = "string",
        AppCategory = "string",
        AppGroup = "string",
        ApplicationList = "string",
        Applications = new[]
        {
            0,
        },
        AuthCert = "string",
        AuthPath = "string",
        AuthRedirectAddr = "string",
        AutoAsicOffload = "string",
        AvProfile = "string",
        BestRoute = "string",
        BlockNotification = "string",
        CaptivePortalExempt = "string",
        CapturePacket = "string",
        CasbProfile = "string",
        CgnEif = "string",
        CgnEim = "string",
        CgnLogServerGrp = "string",
        CgnResourceQuota = 0,
        CgnSessionQuota = 0,
        CgnSwEifCtrl = "string",
        CifsProfile = "string",
        Comments = "string",
        CustomLogFields = "string",
        DecryptedTrafficMirror = "string",
        DelayTcpNpuSession = "string",
        Devices = "string",
        DiameterFilterProfile = "string",
        DiffservCopy = "string",
        DiffservForward = "string",
        DiffservReverse = "string",
        DiffservcodeForward = "string",
        DiffservcodeRev = "string",
        Disclaimer = "string",
        DlpProfile = "string",
        DlpSensor = "string",
        DnsfilterProfile = "string",
        DscpMatch = "string",
        DscpNegate = "string",
        DscpValue = "string",
        Dsri = "string",
        Dstaddr6Negate = "string",
        Dstaddr6s = new[]
        {
            "string",
        },
        DstaddrNegate = "string",
        Dstaddrs = new[]
        {
            "string",
        },
        Dstintfs = new[]
        {
            "string",
        },
        DynamicShaping = "string",
        DynamicSortSubtable = "string",
        EifCheck = "string",
        EifLearn = "string",
        EmailCollect = "string",
        EmailfilterProfile = "string",
        Fec = "string",
        FileFilterProfile = "string",
        FirewallSessionDirty = "string",
        Fixedport = "string",
        Fsso = "string",
        FssoAgentForNtlm = "string",
        FssoGroups = new[]
        {
            "string",
        },
        GeoipAnycast = "string",
        GeoipMatch = "string",
        GlobalLabel = "string",
        Groups = new[]
        {
            "string",
        },
        GtpProfile = "string",
        HttpPolicyRedirect = "string",
        IcapProfile = "string",
        IdentityBasedRoute = "string",
        Inbound = "string",
        InspectionMode = "string",
        InternetService = "string",
        InternetService6 = "string",
        InternetService6CustomGroups = new[]
        {
            "string",
        },
        InternetService6Customs = new[]
        {
            "string",
        },
        InternetService6Groups = new[]
        {
            "string",
        },
        InternetService6Names = new[]
        {
            "string",
        },
        InternetService6Negate = "string",
        InternetService6Src = "string",
        InternetService6SrcCustomGroups = new[]
        {
            "string",
        },
        InternetService6SrcCustoms = new[]
        {
            "string",
        },
        InternetService6SrcGroups = new[]
        {
            "string",
        },
        InternetService6SrcNames = new[]
        {
            "string",
        },
        InternetService6SrcNegate = "string",
        InternetServiceCustom = "string",
        InternetServiceCustomGroup = "string",
        InternetServiceGroup = "string",
        InternetServiceIds = new[]
        {
            "string",
        },
        InternetServiceName = "string",
        InternetServiceNegate = "string",
        InternetServiceSrc = "string",
        InternetServiceSrcCustom = "string",
        InternetServiceSrcCustomGroup = "string",
        InternetServiceSrcGroup = "string",
        InternetServiceSrcId = "string",
        InternetServiceSrcName = "string",
        InternetServiceSrcNegate = "string",
        IpVersionType = "string",
        Ippool = "string",
        IpsSensor = "string",
        IpsVoipFilter = "string",
        Label = "string",
        LearningMode = "string",
        LogHttpTransaction = "string",
        Logtraffic = "string",
        LogtrafficStart = "string",
        MatchVip = "string",
        MatchVipOnly = "string",
        MmsProfile = "string",
        Name = "string",
        Nat = "string",
        Nat46 = "string",
        Nat64 = "string",
        Natinbound = "string",
        Natips = new[]
        {
            "string",
        },
        Natoutbound = "string",
        NetworkServiceDynamics = new[]
        {
            "string",
        },
        NetworkServiceSrcDynamics = new[]
        {
            "string",
        },
        NpAcceleration = "string",
        Ntlm = "string",
        NtlmEnabledBrowsers = new[]
        {
            "string",
        },
        NtlmGuest = "string",
        Outbound = "string",
        PackagesFirewallPolicyId = "string",
        PassiveWanHealthMeasurement = "string",
        PcpInbound = "string",
        PcpOutbound = "string",
        PcpPoolnames = new[]
        {
            "string",
        },
        PerIpShaper = "string",
        PermitAnyHost = "string",
        PermitStunHost = "string",
        PfcpProfile = "string",
        PkgFolderPath = "string",
        PolicyBehaviourType = "string",
        PolicyExpiry = "string",
        PolicyExpiryDate = "string",
        PolicyExpiryDateUtc = "string",
        PolicyOffload = "string",
        Policyid = 0,
        Poolname = "string",
        Poolname6 = "string",
        PortPreserve = "string",
        ProfileGroup = "string",
        ProfileProtocolOptions = "string",
        ProfileType = "string",
        RadiusIpAuthBypass = "string",
        RadiusMacAuthBypass = "string",
        RedirectUrl = "string",
        ReplacemsgOverrideGroup = "string",
        ReputationDirection = "string",
        ReputationDirection6 = "string",
        ReputationMinimum = 0,
        ReputationMinimum6 = 0,
        Rsso = "string",
        RtpAddr = "string",
        RtpNat = "string",
        ScanBotnetConnections = "string",
        Schedule = "string",
        ScheduleTimeout = "string",
        Scopetype = "string",
        SctpFilterProfile = "string",
        SendDenyPacket = "string",
        ServiceNegate = "string",
        Services = new[]
        {
            "string",
        },
        SessionTtl = "string",
        SgtCheck = "string",
        Sgts = new[]
        {
            0,
        },
        SpamfilterProfile = "string",
        SrcVendorMacs = new[]
        {
            "string",
        },
        Srcaddr6Negate = "string",
        Srcaddr6s = new[]
        {
            "string",
        },
        SrcaddrNegate = "string",
        Srcaddrs = new[]
        {
            "string",
        },
        Srcintfs = new[]
        {
            "string",
        },
        SshFilterProfile = "string",
        SshPolicyRedirect = "string",
        SslMirror = "string",
        SslMirrorIntf = "string",
        SslSshProfile = "string",
        Status = "string",
        TcpMssReceiver = 0,
        TcpMssSender = 0,
        TcpSessionWithoutSyn = "string",
        TcpTimeoutPid = "string",
        TimeoutSendRst = "string",
        Tos = "string",
        TosMask = "string",
        TosNegate = "string",
        TrafficShaper = "string",
        TrafficShaperReverse = "string",
        UdpTimeoutPid = "string",
        UrlCategory = "string",
        Users = new[]
        {
            "string",
        },
        UtmStatus = "string",
        Uuid = "string",
        VideofilterProfile = "string",
        VirtualPatchProfile = "string",
        VlanCosFwd = 0,
        VlanCosRev = 0,
        VlanFilter = "string",
        VoipProfile = "string",
        VpnDstNodes = new[]
        {
            new Fortimanager.Inputs.PackagesFirewallPolicyVpnDstNodeArgs
            {
                Host = "string",
                Seq = 0,
                Subnet = "string",
            },
        },
        VpnSrcNodes = new[]
        {
            new Fortimanager.Inputs.PackagesFirewallPolicyVpnSrcNodeArgs
            {
                Host = "string",
                Seq = 0,
                Subnet = "string",
            },
        },
        Vpntunnel = "string",
        WafProfile = "string",
        Wanopt = "string",
        WanoptDetection = "string",
        WanoptPassiveOpt = "string",
        WanoptPeer = "string",
        WanoptProfile = "string",
        Wccp = "string",
        Webcache = "string",
        WebcacheHttps = "string",
        WebfilterProfile = "string",
        WebproxyForwardServer = "string",
        WebproxyProfile = "string",
        Wsso = "string",
        ZtnaDeviceOwnership = "string",
        ZtnaEmsTag = "string",
        ZtnaEmsTagSecondaries = new[]
        {
            "string",
        },
        ZtnaGeoTag = "string",
        ZtnaPolicyRedirect = "string",
        ZtnaStatus = "string",
        ZtnaTagsMatchLogic = "string",
    });
    
    example, err := fortimanager.NewPackagesFirewallPolicy(ctx, "packagesFirewallPolicyResource", &fortimanager.PackagesFirewallPolicyArgs{
    Pkg: pulumi.String("string"),
    _policyBlock: pulumi.Float64(0),
    Action: pulumi.String("string"),
    Adom: pulumi.String("string"),
    AntiReplay: pulumi.String("string"),
    AppCategory: pulumi.String("string"),
    AppGroup: pulumi.String("string"),
    ApplicationList: pulumi.String("string"),
    Applications: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    AuthCert: pulumi.String("string"),
    AuthPath: pulumi.String("string"),
    AuthRedirectAddr: pulumi.String("string"),
    AutoAsicOffload: pulumi.String("string"),
    AvProfile: pulumi.String("string"),
    BestRoute: pulumi.String("string"),
    BlockNotification: pulumi.String("string"),
    CaptivePortalExempt: pulumi.String("string"),
    CapturePacket: pulumi.String("string"),
    CasbProfile: pulumi.String("string"),
    CgnEif: pulumi.String("string"),
    CgnEim: pulumi.String("string"),
    CgnLogServerGrp: pulumi.String("string"),
    CgnResourceQuota: pulumi.Float64(0),
    CgnSessionQuota: pulumi.Float64(0),
    CgnSwEifCtrl: pulumi.String("string"),
    CifsProfile: pulumi.String("string"),
    Comments: pulumi.String("string"),
    CustomLogFields: pulumi.String("string"),
    DecryptedTrafficMirror: pulumi.String("string"),
    DelayTcpNpuSession: pulumi.String("string"),
    Devices: pulumi.String("string"),
    DiameterFilterProfile: pulumi.String("string"),
    DiffservCopy: pulumi.String("string"),
    DiffservForward: pulumi.String("string"),
    DiffservReverse: pulumi.String("string"),
    DiffservcodeForward: pulumi.String("string"),
    DiffservcodeRev: pulumi.String("string"),
    Disclaimer: pulumi.String("string"),
    DlpProfile: pulumi.String("string"),
    DlpSensor: pulumi.String("string"),
    DnsfilterProfile: pulumi.String("string"),
    DscpMatch: pulumi.String("string"),
    DscpNegate: pulumi.String("string"),
    DscpValue: pulumi.String("string"),
    Dsri: pulumi.String("string"),
    Dstaddr6Negate: pulumi.String("string"),
    Dstaddr6s: pulumi.StringArray{
    pulumi.String("string"),
    },
    DstaddrNegate: pulumi.String("string"),
    Dstaddrs: pulumi.StringArray{
    pulumi.String("string"),
    },
    Dstintfs: pulumi.StringArray{
    pulumi.String("string"),
    },
    DynamicShaping: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    EifCheck: pulumi.String("string"),
    EifLearn: pulumi.String("string"),
    EmailCollect: pulumi.String("string"),
    EmailfilterProfile: pulumi.String("string"),
    Fec: pulumi.String("string"),
    FileFilterProfile: pulumi.String("string"),
    FirewallSessionDirty: pulumi.String("string"),
    Fixedport: pulumi.String("string"),
    Fsso: pulumi.String("string"),
    FssoAgentForNtlm: pulumi.String("string"),
    FssoGroups: pulumi.StringArray{
    pulumi.String("string"),
    },
    GeoipAnycast: pulumi.String("string"),
    GeoipMatch: pulumi.String("string"),
    GlobalLabel: pulumi.String("string"),
    Groups: pulumi.StringArray{
    pulumi.String("string"),
    },
    GtpProfile: pulumi.String("string"),
    HttpPolicyRedirect: pulumi.String("string"),
    IcapProfile: pulumi.String("string"),
    IdentityBasedRoute: pulumi.String("string"),
    Inbound: pulumi.String("string"),
    InspectionMode: pulumi.String("string"),
    InternetService: pulumi.String("string"),
    InternetService6: pulumi.String("string"),
    InternetService6CustomGroups: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6Customs: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6Groups: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6Names: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6Negate: pulumi.String("string"),
    InternetService6Src: pulumi.String("string"),
    InternetService6SrcCustomGroups: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6SrcCustoms: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6SrcGroups: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6SrcNames: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetService6SrcNegate: pulumi.String("string"),
    InternetServiceCustom: pulumi.String("string"),
    InternetServiceCustomGroup: pulumi.String("string"),
    InternetServiceGroup: pulumi.String("string"),
    InternetServiceIds: pulumi.StringArray{
    pulumi.String("string"),
    },
    InternetServiceName: pulumi.String("string"),
    InternetServiceNegate: pulumi.String("string"),
    InternetServiceSrc: pulumi.String("string"),
    InternetServiceSrcCustom: pulumi.String("string"),
    InternetServiceSrcCustomGroup: pulumi.String("string"),
    InternetServiceSrcGroup: pulumi.String("string"),
    InternetServiceSrcId: pulumi.String("string"),
    InternetServiceSrcName: pulumi.String("string"),
    InternetServiceSrcNegate: pulumi.String("string"),
    IpVersionType: pulumi.String("string"),
    Ippool: pulumi.String("string"),
    IpsSensor: pulumi.String("string"),
    IpsVoipFilter: pulumi.String("string"),
    Label: pulumi.String("string"),
    LearningMode: pulumi.String("string"),
    LogHttpTransaction: pulumi.String("string"),
    Logtraffic: pulumi.String("string"),
    LogtrafficStart: pulumi.String("string"),
    MatchVip: pulumi.String("string"),
    MatchVipOnly: pulumi.String("string"),
    MmsProfile: pulumi.String("string"),
    Name: pulumi.String("string"),
    Nat: pulumi.String("string"),
    Nat46: pulumi.String("string"),
    Nat64: pulumi.String("string"),
    Natinbound: pulumi.String("string"),
    Natips: pulumi.StringArray{
    pulumi.String("string"),
    },
    Natoutbound: pulumi.String("string"),
    NetworkServiceDynamics: pulumi.StringArray{
    pulumi.String("string"),
    },
    NetworkServiceSrcDynamics: pulumi.StringArray{
    pulumi.String("string"),
    },
    NpAcceleration: pulumi.String("string"),
    Ntlm: pulumi.String("string"),
    NtlmEnabledBrowsers: pulumi.StringArray{
    pulumi.String("string"),
    },
    NtlmGuest: pulumi.String("string"),
    Outbound: pulumi.String("string"),
    PackagesFirewallPolicyId: pulumi.String("string"),
    PassiveWanHealthMeasurement: pulumi.String("string"),
    PcpInbound: pulumi.String("string"),
    PcpOutbound: pulumi.String("string"),
    PcpPoolnames: pulumi.StringArray{
    pulumi.String("string"),
    },
    PerIpShaper: pulumi.String("string"),
    PermitAnyHost: pulumi.String("string"),
    PermitStunHost: pulumi.String("string"),
    PfcpProfile: pulumi.String("string"),
    PkgFolderPath: pulumi.String("string"),
    PolicyBehaviourType: pulumi.String("string"),
    PolicyExpiry: pulumi.String("string"),
    PolicyExpiryDate: pulumi.String("string"),
    PolicyExpiryDateUtc: pulumi.String("string"),
    PolicyOffload: pulumi.String("string"),
    Policyid: pulumi.Float64(0),
    Poolname: pulumi.String("string"),
    Poolname6: pulumi.String("string"),
    PortPreserve: pulumi.String("string"),
    ProfileGroup: pulumi.String("string"),
    ProfileProtocolOptions: pulumi.String("string"),
    ProfileType: pulumi.String("string"),
    RadiusIpAuthBypass: pulumi.String("string"),
    RadiusMacAuthBypass: pulumi.String("string"),
    RedirectUrl: pulumi.String("string"),
    ReplacemsgOverrideGroup: pulumi.String("string"),
    ReputationDirection: pulumi.String("string"),
    ReputationDirection6: pulumi.String("string"),
    ReputationMinimum: pulumi.Float64(0),
    ReputationMinimum6: pulumi.Float64(0),
    Rsso: pulumi.String("string"),
    RtpAddr: pulumi.String("string"),
    RtpNat: pulumi.String("string"),
    ScanBotnetConnections: pulumi.String("string"),
    Schedule: pulumi.String("string"),
    ScheduleTimeout: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    SctpFilterProfile: pulumi.String("string"),
    SendDenyPacket: pulumi.String("string"),
    ServiceNegate: pulumi.String("string"),
    Services: pulumi.StringArray{
    pulumi.String("string"),
    },
    SessionTtl: pulumi.String("string"),
    SgtCheck: pulumi.String("string"),
    Sgts: pulumi.Float64Array{
    pulumi.Float64(0),
    },
    SpamfilterProfile: pulumi.String("string"),
    SrcVendorMacs: pulumi.StringArray{
    pulumi.String("string"),
    },
    Srcaddr6Negate: pulumi.String("string"),
    Srcaddr6s: pulumi.StringArray{
    pulumi.String("string"),
    },
    SrcaddrNegate: pulumi.String("string"),
    Srcaddrs: pulumi.StringArray{
    pulumi.String("string"),
    },
    Srcintfs: pulumi.StringArray{
    pulumi.String("string"),
    },
    SshFilterProfile: pulumi.String("string"),
    SshPolicyRedirect: pulumi.String("string"),
    SslMirror: pulumi.String("string"),
    SslMirrorIntf: pulumi.String("string"),
    SslSshProfile: pulumi.String("string"),
    Status: pulumi.String("string"),
    TcpMssReceiver: pulumi.Float64(0),
    TcpMssSender: pulumi.Float64(0),
    TcpSessionWithoutSyn: pulumi.String("string"),
    TcpTimeoutPid: pulumi.String("string"),
    TimeoutSendRst: pulumi.String("string"),
    Tos: pulumi.String("string"),
    TosMask: pulumi.String("string"),
    TosNegate: pulumi.String("string"),
    TrafficShaper: pulumi.String("string"),
    TrafficShaperReverse: pulumi.String("string"),
    UdpTimeoutPid: pulumi.String("string"),
    UrlCategory: pulumi.String("string"),
    Users: pulumi.StringArray{
    pulumi.String("string"),
    },
    UtmStatus: pulumi.String("string"),
    Uuid: pulumi.String("string"),
    VideofilterProfile: pulumi.String("string"),
    VirtualPatchProfile: pulumi.String("string"),
    VlanCosFwd: pulumi.Float64(0),
    VlanCosRev: pulumi.Float64(0),
    VlanFilter: pulumi.String("string"),
    VoipProfile: pulumi.String("string"),
    VpnDstNodes: .PackagesFirewallPolicyVpnDstNodeArray{
    &.PackagesFirewallPolicyVpnDstNodeArgs{
    Host: pulumi.String("string"),
    Seq: pulumi.Float64(0),
    Subnet: pulumi.String("string"),
    },
    },
    VpnSrcNodes: .PackagesFirewallPolicyVpnSrcNodeArray{
    &.PackagesFirewallPolicyVpnSrcNodeArgs{
    Host: pulumi.String("string"),
    Seq: pulumi.Float64(0),
    Subnet: pulumi.String("string"),
    },
    },
    Vpntunnel: pulumi.String("string"),
    WafProfile: pulumi.String("string"),
    Wanopt: pulumi.String("string"),
    WanoptDetection: pulumi.String("string"),
    WanoptPassiveOpt: pulumi.String("string"),
    WanoptPeer: pulumi.String("string"),
    WanoptProfile: pulumi.String("string"),
    Wccp: pulumi.String("string"),
    Webcache: pulumi.String("string"),
    WebcacheHttps: pulumi.String("string"),
    WebfilterProfile: pulumi.String("string"),
    WebproxyForwardServer: pulumi.String("string"),
    WebproxyProfile: pulumi.String("string"),
    Wsso: pulumi.String("string"),
    ZtnaDeviceOwnership: pulumi.String("string"),
    ZtnaEmsTag: pulumi.String("string"),
    ZtnaEmsTagSecondaries: pulumi.StringArray{
    pulumi.String("string"),
    },
    ZtnaGeoTag: pulumi.String("string"),
    ZtnaPolicyRedirect: pulumi.String("string"),
    ZtnaStatus: pulumi.String("string"),
    ZtnaTagsMatchLogic: pulumi.String("string"),
    })
    
    var packagesFirewallPolicyResource = new PackagesFirewallPolicy("packagesFirewallPolicyResource", PackagesFirewallPolicyArgs.builder()
        .pkg("string")
        ._policyBlock(0)
        .action("string")
        .adom("string")
        .antiReplay("string")
        .appCategory("string")
        .appGroup("string")
        .applicationList("string")
        .applications(0)
        .authCert("string")
        .authPath("string")
        .authRedirectAddr("string")
        .autoAsicOffload("string")
        .avProfile("string")
        .bestRoute("string")
        .blockNotification("string")
        .captivePortalExempt("string")
        .capturePacket("string")
        .casbProfile("string")
        .cgnEif("string")
        .cgnEim("string")
        .cgnLogServerGrp("string")
        .cgnResourceQuota(0)
        .cgnSessionQuota(0)
        .cgnSwEifCtrl("string")
        .cifsProfile("string")
        .comments("string")
        .customLogFields("string")
        .decryptedTrafficMirror("string")
        .delayTcpNpuSession("string")
        .devices("string")
        .diameterFilterProfile("string")
        .diffservCopy("string")
        .diffservForward("string")
        .diffservReverse("string")
        .diffservcodeForward("string")
        .diffservcodeRev("string")
        .disclaimer("string")
        .dlpProfile("string")
        .dlpSensor("string")
        .dnsfilterProfile("string")
        .dscpMatch("string")
        .dscpNegate("string")
        .dscpValue("string")
        .dsri("string")
        .dstaddr6Negate("string")
        .dstaddr6s("string")
        .dstaddrNegate("string")
        .dstaddrs("string")
        .dstintfs("string")
        .dynamicShaping("string")
        .dynamicSortSubtable("string")
        .eifCheck("string")
        .eifLearn("string")
        .emailCollect("string")
        .emailfilterProfile("string")
        .fec("string")
        .fileFilterProfile("string")
        .firewallSessionDirty("string")
        .fixedport("string")
        .fsso("string")
        .fssoAgentForNtlm("string")
        .fssoGroups("string")
        .geoipAnycast("string")
        .geoipMatch("string")
        .globalLabel("string")
        .groups("string")
        .gtpProfile("string")
        .httpPolicyRedirect("string")
        .icapProfile("string")
        .identityBasedRoute("string")
        .inbound("string")
        .inspectionMode("string")
        .internetService("string")
        .internetService6("string")
        .internetService6CustomGroups("string")
        .internetService6Customs("string")
        .internetService6Groups("string")
        .internetService6Names("string")
        .internetService6Negate("string")
        .internetService6Src("string")
        .internetService6SrcCustomGroups("string")
        .internetService6SrcCustoms("string")
        .internetService6SrcGroups("string")
        .internetService6SrcNames("string")
        .internetService6SrcNegate("string")
        .internetServiceCustom("string")
        .internetServiceCustomGroup("string")
        .internetServiceGroup("string")
        .internetServiceIds("string")
        .internetServiceName("string")
        .internetServiceNegate("string")
        .internetServiceSrc("string")
        .internetServiceSrcCustom("string")
        .internetServiceSrcCustomGroup("string")
        .internetServiceSrcGroup("string")
        .internetServiceSrcId("string")
        .internetServiceSrcName("string")
        .internetServiceSrcNegate("string")
        .ipVersionType("string")
        .ippool("string")
        .ipsSensor("string")
        .ipsVoipFilter("string")
        .label("string")
        .learningMode("string")
        .logHttpTransaction("string")
        .logtraffic("string")
        .logtrafficStart("string")
        .matchVip("string")
        .matchVipOnly("string")
        .mmsProfile("string")
        .name("string")
        .nat("string")
        .nat46("string")
        .nat64("string")
        .natinbound("string")
        .natips("string")
        .natoutbound("string")
        .networkServiceDynamics("string")
        .networkServiceSrcDynamics("string")
        .npAcceleration("string")
        .ntlm("string")
        .ntlmEnabledBrowsers("string")
        .ntlmGuest("string")
        .outbound("string")
        .packagesFirewallPolicyId("string")
        .passiveWanHealthMeasurement("string")
        .pcpInbound("string")
        .pcpOutbound("string")
        .pcpPoolnames("string")
        .perIpShaper("string")
        .permitAnyHost("string")
        .permitStunHost("string")
        .pfcpProfile("string")
        .pkgFolderPath("string")
        .policyBehaviourType("string")
        .policyExpiry("string")
        .policyExpiryDate("string")
        .policyExpiryDateUtc("string")
        .policyOffload("string")
        .policyid(0)
        .poolname("string")
        .poolname6("string")
        .portPreserve("string")
        .profileGroup("string")
        .profileProtocolOptions("string")
        .profileType("string")
        .radiusIpAuthBypass("string")
        .radiusMacAuthBypass("string")
        .redirectUrl("string")
        .replacemsgOverrideGroup("string")
        .reputationDirection("string")
        .reputationDirection6("string")
        .reputationMinimum(0)
        .reputationMinimum6(0)
        .rsso("string")
        .rtpAddr("string")
        .rtpNat("string")
        .scanBotnetConnections("string")
        .schedule("string")
        .scheduleTimeout("string")
        .scopetype("string")
        .sctpFilterProfile("string")
        .sendDenyPacket("string")
        .serviceNegate("string")
        .services("string")
        .sessionTtl("string")
        .sgtCheck("string")
        .sgts(0)
        .spamfilterProfile("string")
        .srcVendorMacs("string")
        .srcaddr6Negate("string")
        .srcaddr6s("string")
        .srcaddrNegate("string")
        .srcaddrs("string")
        .srcintfs("string")
        .sshFilterProfile("string")
        .sshPolicyRedirect("string")
        .sslMirror("string")
        .sslMirrorIntf("string")
        .sslSshProfile("string")
        .status("string")
        .tcpMssReceiver(0)
        .tcpMssSender(0)
        .tcpSessionWithoutSyn("string")
        .tcpTimeoutPid("string")
        .timeoutSendRst("string")
        .tos("string")
        .tosMask("string")
        .tosNegate("string")
        .trafficShaper("string")
        .trafficShaperReverse("string")
        .udpTimeoutPid("string")
        .urlCategory("string")
        .users("string")
        .utmStatus("string")
        .uuid("string")
        .videofilterProfile("string")
        .virtualPatchProfile("string")
        .vlanCosFwd(0)
        .vlanCosRev(0)
        .vlanFilter("string")
        .voipProfile("string")
        .vpnDstNodes(PackagesFirewallPolicyVpnDstNodeArgs.builder()
            .host("string")
            .seq(0)
            .subnet("string")
            .build())
        .vpnSrcNodes(PackagesFirewallPolicyVpnSrcNodeArgs.builder()
            .host("string")
            .seq(0)
            .subnet("string")
            .build())
        .vpntunnel("string")
        .wafProfile("string")
        .wanopt("string")
        .wanoptDetection("string")
        .wanoptPassiveOpt("string")
        .wanoptPeer("string")
        .wanoptProfile("string")
        .wccp("string")
        .webcache("string")
        .webcacheHttps("string")
        .webfilterProfile("string")
        .webproxyForwardServer("string")
        .webproxyProfile("string")
        .wsso("string")
        .ztnaDeviceOwnership("string")
        .ztnaEmsTag("string")
        .ztnaEmsTagSecondaries("string")
        .ztnaGeoTag("string")
        .ztnaPolicyRedirect("string")
        .ztnaStatus("string")
        .ztnaTagsMatchLogic("string")
        .build());
    
    packages_firewall_policy_resource = fortimanager.PackagesFirewallPolicy("packagesFirewallPolicyResource",
        pkg="string",
        _policy_block=0,
        action="string",
        adom="string",
        anti_replay="string",
        app_category="string",
        app_group="string",
        application_list="string",
        applications=[0],
        auth_cert="string",
        auth_path="string",
        auth_redirect_addr="string",
        auto_asic_offload="string",
        av_profile="string",
        best_route="string",
        block_notification="string",
        captive_portal_exempt="string",
        capture_packet="string",
        casb_profile="string",
        cgn_eif="string",
        cgn_eim="string",
        cgn_log_server_grp="string",
        cgn_resource_quota=0,
        cgn_session_quota=0,
        cgn_sw_eif_ctrl="string",
        cifs_profile="string",
        comments="string",
        custom_log_fields="string",
        decrypted_traffic_mirror="string",
        delay_tcp_npu_session="string",
        devices="string",
        diameter_filter_profile="string",
        diffserv_copy="string",
        diffserv_forward="string",
        diffserv_reverse="string",
        diffservcode_forward="string",
        diffservcode_rev="string",
        disclaimer="string",
        dlp_profile="string",
        dlp_sensor="string",
        dnsfilter_profile="string",
        dscp_match="string",
        dscp_negate="string",
        dscp_value="string",
        dsri="string",
        dstaddr6_negate="string",
        dstaddr6s=["string"],
        dstaddr_negate="string",
        dstaddrs=["string"],
        dstintfs=["string"],
        dynamic_shaping="string",
        dynamic_sort_subtable="string",
        eif_check="string",
        eif_learn="string",
        email_collect="string",
        emailfilter_profile="string",
        fec="string",
        file_filter_profile="string",
        firewall_session_dirty="string",
        fixedport="string",
        fsso="string",
        fsso_agent_for_ntlm="string",
        fsso_groups=["string"],
        geoip_anycast="string",
        geoip_match="string",
        global_label="string",
        groups=["string"],
        gtp_profile="string",
        http_policy_redirect="string",
        icap_profile="string",
        identity_based_route="string",
        inbound="string",
        inspection_mode="string",
        internet_service="string",
        internet_service6="string",
        internet_service6_custom_groups=["string"],
        internet_service6_customs=["string"],
        internet_service6_groups=["string"],
        internet_service6_names=["string"],
        internet_service6_negate="string",
        internet_service6_src="string",
        internet_service6_src_custom_groups=["string"],
        internet_service6_src_customs=["string"],
        internet_service6_src_groups=["string"],
        internet_service6_src_names=["string"],
        internet_service6_src_negate="string",
        internet_service_custom="string",
        internet_service_custom_group="string",
        internet_service_group="string",
        internet_service_ids=["string"],
        internet_service_name="string",
        internet_service_negate="string",
        internet_service_src="string",
        internet_service_src_custom="string",
        internet_service_src_custom_group="string",
        internet_service_src_group="string",
        internet_service_src_id="string",
        internet_service_src_name="string",
        internet_service_src_negate="string",
        ip_version_type="string",
        ippool="string",
        ips_sensor="string",
        ips_voip_filter="string",
        label="string",
        learning_mode="string",
        log_http_transaction="string",
        logtraffic="string",
        logtraffic_start="string",
        match_vip="string",
        match_vip_only="string",
        mms_profile="string",
        name="string",
        nat="string",
        nat46="string",
        nat64="string",
        natinbound="string",
        natips=["string"],
        natoutbound="string",
        network_service_dynamics=["string"],
        network_service_src_dynamics=["string"],
        np_acceleration="string",
        ntlm="string",
        ntlm_enabled_browsers=["string"],
        ntlm_guest="string",
        outbound="string",
        packages_firewall_policy_id="string",
        passive_wan_health_measurement="string",
        pcp_inbound="string",
        pcp_outbound="string",
        pcp_poolnames=["string"],
        per_ip_shaper="string",
        permit_any_host="string",
        permit_stun_host="string",
        pfcp_profile="string",
        pkg_folder_path="string",
        policy_behaviour_type="string",
        policy_expiry="string",
        policy_expiry_date="string",
        policy_expiry_date_utc="string",
        policy_offload="string",
        policyid=0,
        poolname="string",
        poolname6="string",
        port_preserve="string",
        profile_group="string",
        profile_protocol_options="string",
        profile_type="string",
        radius_ip_auth_bypass="string",
        radius_mac_auth_bypass="string",
        redirect_url="string",
        replacemsg_override_group="string",
        reputation_direction="string",
        reputation_direction6="string",
        reputation_minimum=0,
        reputation_minimum6=0,
        rsso="string",
        rtp_addr="string",
        rtp_nat="string",
        scan_botnet_connections="string",
        schedule="string",
        schedule_timeout="string",
        scopetype="string",
        sctp_filter_profile="string",
        send_deny_packet="string",
        service_negate="string",
        services=["string"],
        session_ttl="string",
        sgt_check="string",
        sgts=[0],
        spamfilter_profile="string",
        src_vendor_macs=["string"],
        srcaddr6_negate="string",
        srcaddr6s=["string"],
        srcaddr_negate="string",
        srcaddrs=["string"],
        srcintfs=["string"],
        ssh_filter_profile="string",
        ssh_policy_redirect="string",
        ssl_mirror="string",
        ssl_mirror_intf="string",
        ssl_ssh_profile="string",
        status="string",
        tcp_mss_receiver=0,
        tcp_mss_sender=0,
        tcp_session_without_syn="string",
        tcp_timeout_pid="string",
        timeout_send_rst="string",
        tos="string",
        tos_mask="string",
        tos_negate="string",
        traffic_shaper="string",
        traffic_shaper_reverse="string",
        udp_timeout_pid="string",
        url_category="string",
        users=["string"],
        utm_status="string",
        uuid="string",
        videofilter_profile="string",
        virtual_patch_profile="string",
        vlan_cos_fwd=0,
        vlan_cos_rev=0,
        vlan_filter="string",
        voip_profile="string",
        vpn_dst_nodes=[{
            "host": "string",
            "seq": 0,
            "subnet": "string",
        }],
        vpn_src_nodes=[{
            "host": "string",
            "seq": 0,
            "subnet": "string",
        }],
        vpntunnel="string",
        waf_profile="string",
        wanopt="string",
        wanopt_detection="string",
        wanopt_passive_opt="string",
        wanopt_peer="string",
        wanopt_profile="string",
        wccp="string",
        webcache="string",
        webcache_https="string",
        webfilter_profile="string",
        webproxy_forward_server="string",
        webproxy_profile="string",
        wsso="string",
        ztna_device_ownership="string",
        ztna_ems_tag="string",
        ztna_ems_tag_secondaries=["string"],
        ztna_geo_tag="string",
        ztna_policy_redirect="string",
        ztna_status="string",
        ztna_tags_match_logic="string")
    
    const packagesFirewallPolicyResource = new fortimanager.PackagesFirewallPolicy("packagesFirewallPolicyResource", {
        pkg: "string",
        _policyBlock: 0,
        action: "string",
        adom: "string",
        antiReplay: "string",
        appCategory: "string",
        appGroup: "string",
        applicationList: "string",
        applications: [0],
        authCert: "string",
        authPath: "string",
        authRedirectAddr: "string",
        autoAsicOffload: "string",
        avProfile: "string",
        bestRoute: "string",
        blockNotification: "string",
        captivePortalExempt: "string",
        capturePacket: "string",
        casbProfile: "string",
        cgnEif: "string",
        cgnEim: "string",
        cgnLogServerGrp: "string",
        cgnResourceQuota: 0,
        cgnSessionQuota: 0,
        cgnSwEifCtrl: "string",
        cifsProfile: "string",
        comments: "string",
        customLogFields: "string",
        decryptedTrafficMirror: "string",
        delayTcpNpuSession: "string",
        devices: "string",
        diameterFilterProfile: "string",
        diffservCopy: "string",
        diffservForward: "string",
        diffservReverse: "string",
        diffservcodeForward: "string",
        diffservcodeRev: "string",
        disclaimer: "string",
        dlpProfile: "string",
        dlpSensor: "string",
        dnsfilterProfile: "string",
        dscpMatch: "string",
        dscpNegate: "string",
        dscpValue: "string",
        dsri: "string",
        dstaddr6Negate: "string",
        dstaddr6s: ["string"],
        dstaddrNegate: "string",
        dstaddrs: ["string"],
        dstintfs: ["string"],
        dynamicShaping: "string",
        dynamicSortSubtable: "string",
        eifCheck: "string",
        eifLearn: "string",
        emailCollect: "string",
        emailfilterProfile: "string",
        fec: "string",
        fileFilterProfile: "string",
        firewallSessionDirty: "string",
        fixedport: "string",
        fsso: "string",
        fssoAgentForNtlm: "string",
        fssoGroups: ["string"],
        geoipAnycast: "string",
        geoipMatch: "string",
        globalLabel: "string",
        groups: ["string"],
        gtpProfile: "string",
        httpPolicyRedirect: "string",
        icapProfile: "string",
        identityBasedRoute: "string",
        inbound: "string",
        inspectionMode: "string",
        internetService: "string",
        internetService6: "string",
        internetService6CustomGroups: ["string"],
        internetService6Customs: ["string"],
        internetService6Groups: ["string"],
        internetService6Names: ["string"],
        internetService6Negate: "string",
        internetService6Src: "string",
        internetService6SrcCustomGroups: ["string"],
        internetService6SrcCustoms: ["string"],
        internetService6SrcGroups: ["string"],
        internetService6SrcNames: ["string"],
        internetService6SrcNegate: "string",
        internetServiceCustom: "string",
        internetServiceCustomGroup: "string",
        internetServiceGroup: "string",
        internetServiceIds: ["string"],
        internetServiceName: "string",
        internetServiceNegate: "string",
        internetServiceSrc: "string",
        internetServiceSrcCustom: "string",
        internetServiceSrcCustomGroup: "string",
        internetServiceSrcGroup: "string",
        internetServiceSrcId: "string",
        internetServiceSrcName: "string",
        internetServiceSrcNegate: "string",
        ipVersionType: "string",
        ippool: "string",
        ipsSensor: "string",
        ipsVoipFilter: "string",
        label: "string",
        learningMode: "string",
        logHttpTransaction: "string",
        logtraffic: "string",
        logtrafficStart: "string",
        matchVip: "string",
        matchVipOnly: "string",
        mmsProfile: "string",
        name: "string",
        nat: "string",
        nat46: "string",
        nat64: "string",
        natinbound: "string",
        natips: ["string"],
        natoutbound: "string",
        networkServiceDynamics: ["string"],
        networkServiceSrcDynamics: ["string"],
        npAcceleration: "string",
        ntlm: "string",
        ntlmEnabledBrowsers: ["string"],
        ntlmGuest: "string",
        outbound: "string",
        packagesFirewallPolicyId: "string",
        passiveWanHealthMeasurement: "string",
        pcpInbound: "string",
        pcpOutbound: "string",
        pcpPoolnames: ["string"],
        perIpShaper: "string",
        permitAnyHost: "string",
        permitStunHost: "string",
        pfcpProfile: "string",
        pkgFolderPath: "string",
        policyBehaviourType: "string",
        policyExpiry: "string",
        policyExpiryDate: "string",
        policyExpiryDateUtc: "string",
        policyOffload: "string",
        policyid: 0,
        poolname: "string",
        poolname6: "string",
        portPreserve: "string",
        profileGroup: "string",
        profileProtocolOptions: "string",
        profileType: "string",
        radiusIpAuthBypass: "string",
        radiusMacAuthBypass: "string",
        redirectUrl: "string",
        replacemsgOverrideGroup: "string",
        reputationDirection: "string",
        reputationDirection6: "string",
        reputationMinimum: 0,
        reputationMinimum6: 0,
        rsso: "string",
        rtpAddr: "string",
        rtpNat: "string",
        scanBotnetConnections: "string",
        schedule: "string",
        scheduleTimeout: "string",
        scopetype: "string",
        sctpFilterProfile: "string",
        sendDenyPacket: "string",
        serviceNegate: "string",
        services: ["string"],
        sessionTtl: "string",
        sgtCheck: "string",
        sgts: [0],
        spamfilterProfile: "string",
        srcVendorMacs: ["string"],
        srcaddr6Negate: "string",
        srcaddr6s: ["string"],
        srcaddrNegate: "string",
        srcaddrs: ["string"],
        srcintfs: ["string"],
        sshFilterProfile: "string",
        sshPolicyRedirect: "string",
        sslMirror: "string",
        sslMirrorIntf: "string",
        sslSshProfile: "string",
        status: "string",
        tcpMssReceiver: 0,
        tcpMssSender: 0,
        tcpSessionWithoutSyn: "string",
        tcpTimeoutPid: "string",
        timeoutSendRst: "string",
        tos: "string",
        tosMask: "string",
        tosNegate: "string",
        trafficShaper: "string",
        trafficShaperReverse: "string",
        udpTimeoutPid: "string",
        urlCategory: "string",
        users: ["string"],
        utmStatus: "string",
        uuid: "string",
        videofilterProfile: "string",
        virtualPatchProfile: "string",
        vlanCosFwd: 0,
        vlanCosRev: 0,
        vlanFilter: "string",
        voipProfile: "string",
        vpnDstNodes: [{
            host: "string",
            seq: 0,
            subnet: "string",
        }],
        vpnSrcNodes: [{
            host: "string",
            seq: 0,
            subnet: "string",
        }],
        vpntunnel: "string",
        wafProfile: "string",
        wanopt: "string",
        wanoptDetection: "string",
        wanoptPassiveOpt: "string",
        wanoptPeer: "string",
        wanoptProfile: "string",
        wccp: "string",
        webcache: "string",
        webcacheHttps: "string",
        webfilterProfile: "string",
        webproxyForwardServer: "string",
        webproxyProfile: "string",
        wsso: "string",
        ztnaDeviceOwnership: "string",
        ztnaEmsTag: "string",
        ztnaEmsTagSecondaries: ["string"],
        ztnaGeoTag: "string",
        ztnaPolicyRedirect: "string",
        ztnaStatus: "string",
        ztnaTagsMatchLogic: "string",
    });
    
    type: fortimanager:PackagesFirewallPolicy
    properties:
        _policyBlock: 0
        action: string
        adom: string
        antiReplay: string
        appCategory: string
        appGroup: string
        applicationList: string
        applications:
            - 0
        authCert: string
        authPath: string
        authRedirectAddr: string
        autoAsicOffload: string
        avProfile: string
        bestRoute: string
        blockNotification: string
        captivePortalExempt: string
        capturePacket: string
        casbProfile: string
        cgnEif: string
        cgnEim: string
        cgnLogServerGrp: string
        cgnResourceQuota: 0
        cgnSessionQuota: 0
        cgnSwEifCtrl: string
        cifsProfile: string
        comments: string
        customLogFields: string
        decryptedTrafficMirror: string
        delayTcpNpuSession: string
        devices: string
        diameterFilterProfile: string
        diffservCopy: string
        diffservForward: string
        diffservReverse: string
        diffservcodeForward: string
        diffservcodeRev: string
        disclaimer: string
        dlpProfile: string
        dlpSensor: string
        dnsfilterProfile: string
        dscpMatch: string
        dscpNegate: string
        dscpValue: string
        dsri: string
        dstaddr6Negate: string
        dstaddr6s:
            - string
        dstaddrNegate: string
        dstaddrs:
            - string
        dstintfs:
            - string
        dynamicShaping: string
        dynamicSortSubtable: string
        eifCheck: string
        eifLearn: string
        emailCollect: string
        emailfilterProfile: string
        fec: string
        fileFilterProfile: string
        firewallSessionDirty: string
        fixedport: string
        fsso: string
        fssoAgentForNtlm: string
        fssoGroups:
            - string
        geoipAnycast: string
        geoipMatch: string
        globalLabel: string
        groups:
            - string
        gtpProfile: string
        httpPolicyRedirect: string
        icapProfile: string
        identityBasedRoute: string
        inbound: string
        inspectionMode: string
        internetService: string
        internetService6: string
        internetService6CustomGroups:
            - string
        internetService6Customs:
            - string
        internetService6Groups:
            - string
        internetService6Names:
            - string
        internetService6Negate: string
        internetService6Src: string
        internetService6SrcCustomGroups:
            - string
        internetService6SrcCustoms:
            - string
        internetService6SrcGroups:
            - string
        internetService6SrcNames:
            - string
        internetService6SrcNegate: string
        internetServiceCustom: string
        internetServiceCustomGroup: string
        internetServiceGroup: string
        internetServiceIds:
            - string
        internetServiceName: string
        internetServiceNegate: string
        internetServiceSrc: string
        internetServiceSrcCustom: string
        internetServiceSrcCustomGroup: string
        internetServiceSrcGroup: string
        internetServiceSrcId: string
        internetServiceSrcName: string
        internetServiceSrcNegate: string
        ipVersionType: string
        ippool: string
        ipsSensor: string
        ipsVoipFilter: string
        label: string
        learningMode: string
        logHttpTransaction: string
        logtraffic: string
        logtrafficStart: string
        matchVip: string
        matchVipOnly: string
        mmsProfile: string
        name: string
        nat: string
        nat46: string
        nat64: string
        natinbound: string
        natips:
            - string
        natoutbound: string
        networkServiceDynamics:
            - string
        networkServiceSrcDynamics:
            - string
        npAcceleration: string
        ntlm: string
        ntlmEnabledBrowsers:
            - string
        ntlmGuest: string
        outbound: string
        packagesFirewallPolicyId: string
        passiveWanHealthMeasurement: string
        pcpInbound: string
        pcpOutbound: string
        pcpPoolnames:
            - string
        perIpShaper: string
        permitAnyHost: string
        permitStunHost: string
        pfcpProfile: string
        pkg: string
        pkgFolderPath: string
        policyBehaviourType: string
        policyExpiry: string
        policyExpiryDate: string
        policyExpiryDateUtc: string
        policyOffload: string
        policyid: 0
        poolname: string
        poolname6: string
        portPreserve: string
        profileGroup: string
        profileProtocolOptions: string
        profileType: string
        radiusIpAuthBypass: string
        radiusMacAuthBypass: string
        redirectUrl: string
        replacemsgOverrideGroup: string
        reputationDirection: string
        reputationDirection6: string
        reputationMinimum: 0
        reputationMinimum6: 0
        rsso: string
        rtpAddr: string
        rtpNat: string
        scanBotnetConnections: string
        schedule: string
        scheduleTimeout: string
        scopetype: string
        sctpFilterProfile: string
        sendDenyPacket: string
        serviceNegate: string
        services:
            - string
        sessionTtl: string
        sgtCheck: string
        sgts:
            - 0
        spamfilterProfile: string
        srcVendorMacs:
            - string
        srcaddr6Negate: string
        srcaddr6s:
            - string
        srcaddrNegate: string
        srcaddrs:
            - string
        srcintfs:
            - string
        sshFilterProfile: string
        sshPolicyRedirect: string
        sslMirror: string
        sslMirrorIntf: string
        sslSshProfile: string
        status: string
        tcpMssReceiver: 0
        tcpMssSender: 0
        tcpSessionWithoutSyn: string
        tcpTimeoutPid: string
        timeoutSendRst: string
        tos: string
        tosMask: string
        tosNegate: string
        trafficShaper: string
        trafficShaperReverse: string
        udpTimeoutPid: string
        urlCategory: string
        users:
            - string
        utmStatus: string
        uuid: string
        videofilterProfile: string
        virtualPatchProfile: string
        vlanCosFwd: 0
        vlanCosRev: 0
        vlanFilter: string
        voipProfile: string
        vpnDstNodes:
            - host: string
              seq: 0
              subnet: string
        vpnSrcNodes:
            - host: string
              seq: 0
              subnet: string
        vpntunnel: string
        wafProfile: string
        wanopt: string
        wanoptDetection: string
        wanoptPassiveOpt: string
        wanoptPeer: string
        wanoptProfile: string
        wccp: string
        webcache: string
        webcacheHttps: string
        webfilterProfile: string
        webproxyForwardServer: string
        webproxyProfile: string
        wsso: string
        ztnaDeviceOwnership: string
        ztnaEmsTag: string
        ztnaEmsTagSecondaries:
            - string
        ztnaGeoTag: string
        ztnaPolicyRedirect: string
        ztnaStatus: string
        ztnaTagsMatchLogic: string
    

    PackagesFirewallPolicy Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PackagesFirewallPolicy resource accepts the following input properties:

    Pkg string
    Package.
    Action string
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AntiReplay string
    Enable/disable anti-replay check. Valid values: disable, enable.
    AppCategory string
    Application category ID list.
    AppGroup string
    Application group names.
    ApplicationList string
    Name of an existing Application list.
    Applications List<double>
    Application ID list.
    AuthCert string
    HTTPS server certificate for policy authentication.
    AuthPath string
    Enable/disable authentication-based routing. Valid values: disable, enable.
    AuthRedirectAddr string
    HTTP-to-HTTPS redirect address for firewall authentication.
    AutoAsicOffload string
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    AvProfile string
    Name of an existing Antivirus profile.
    BestRoute string
    Best-Route. Valid values: disable, enable.
    BlockNotification string
    Enable/disable block notification. Valid values: disable, enable.
    CaptivePortalExempt string
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    CapturePacket string
    Enable/disable capture packets. Valid values: disable, enable.
    CasbProfile string
    Name of an existing CASB profile.
    CgnEif string
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    CgnEim string
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    CgnLogServerGrp string
    NP log server group name
    CgnResourceQuota double
    resource quota
    CgnSessionQuota double
    session quota
    CgnSwEifCtrl string
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    CifsProfile string
    Name of an existing CIFS profile.
    Comments string
    Comment.
    CustomLogFields string
    Custom fields to append to log messages for this policy.
    DecryptedTrafficMirror string
    Decrypted traffic mirror.
    DelayTcpNpuSession string
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    Devices string
    Names of devices or device groups that can be matched by the policy.
    DiameterFilterProfile string
    Name of an existing Diameter filter profile.
    DiffservCopy string
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    DiffservForward string
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    DiffservReverse string
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    DiffservcodeForward string
    Change packet's DiffServ to this value.
    DiffservcodeRev string
    Change packet's reverse (reply) DiffServ to this value.
    Disclaimer string
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    DlpProfile string
    Name of an existing DLP profile.
    DlpSensor string
    Name of an existing DLP sensor.
    DnsfilterProfile string
    Name of an existing DNS filter profile.
    DscpMatch string
    Enable DSCP check. Valid values: disable, enable.
    DscpNegate string
    Enable negated DSCP match. Valid values: disable, enable.
    DscpValue string
    DSCP value.
    Dsri string
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    Dstaddr6Negate string
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddr6s List<string>
    Destination IPv6 address name and address group names.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs List<string>
    Destination address and address group names.
    Dstintfs List<string>
    Outgoing (egress) interface.
    DynamicShaping string
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    EifCheck string
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    EifLearn string
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    EmailCollect string
    Enable/disable email collection. Valid values: disable, enable.
    EmailfilterProfile string
    Name of an existing email filter profile.
    Fec string
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    FileFilterProfile string
    Name of an existing file-filter profile.
    FirewallSessionDirty string
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    Fixedport string
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    Fsso string
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    FssoAgentForNtlm string
    FSSO agent to use for NTLM authentication.
    FssoGroups List<string>
    Names of FSSO groups.
    GeoipAnycast string
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    GeoipMatch string
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    GlobalLabel string
    Label for the policy that appears when the GUI is in Global View mode.
    Groups List<string>
    Names of user groups that can authenticate with this policy.
    GtpProfile string
    GTP profile.
    HttpPolicyRedirect string
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    IcapProfile string
    Name of an existing ICAP profile.
    IdentityBasedRoute string
    Name of identity-based routing rule.
    Inbound string
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    InspectionMode string
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    InternetService string
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6 string
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6CustomGroups List<string>
    Custom Internet Service6 group name.
    InternetService6Customs List<string>
    Custom IPv6 Internet Service name.
    InternetService6Groups List<string>
    Internet Service group name.
    InternetService6Names List<string>
    IPv6 Internet Service name.
    InternetService6Negate string
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetService6SrcCustomGroups List<string>
    Custom Internet Service6 source group name.
    InternetService6SrcCustoms List<string>
    Custom IPv6 Internet Service source name.
    InternetService6SrcGroups List<string>
    Internet Service6 source group name.
    InternetService6SrcNames List<string>
    IPv6 Internet Service source name.
    InternetService6SrcNegate string
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceCustom string
    Custom Internet Service name.
    InternetServiceCustomGroup string
    Custom Internet Service group name.
    InternetServiceGroup string
    Internet Service group name.
    InternetServiceIds List<string>
    Internet Service ID.
    InternetServiceName string
    Internet Service name.
    InternetServiceNegate string
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustom string
    Custom Internet Service source name.
    InternetServiceSrcCustomGroup string
    Custom Internet Service source group name.
    InternetServiceSrcGroup string
    Internet Service source group name.
    InternetServiceSrcId string
    Internet Service source ID.
    InternetServiceSrcName string
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    IpVersionType string
    IP version of the policy.
    Ippool string
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    IpsSensor string
    Name of an existing IPS sensor.
    IpsVoipFilter string
    Name of an existing VoIP (ips) profile.
    Label string
    Label for the policy that appears when the GUI is in Section View mode.
    LearningMode string
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    LogHttpTransaction string
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    Logtraffic string
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    LogtrafficStart string
    Record logs when a session starts. Valid values: disable, enable.
    MatchVip string
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MatchVipOnly string
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MmsProfile string
    Name of an existing MMS profile.
    Name string
    Policy name.
    Nat string
    Enable/disable source NAT. Valid values: disable, enable.
    Nat46 string
    Enable/disable NAT46. Valid values: disable, enable.
    Nat64 string
    Enable/disable NAT64. Valid values: disable, enable.
    Natinbound string
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    Natips List<string>
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    Natoutbound string
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    NetworkServiceDynamics List<string>
    Dynamic Network Service name.
    NetworkServiceSrcDynamics List<string>
    Dynamic Network Service source name.
    NpAcceleration string
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    Ntlm string
    Enable/disable NTLM authentication. Valid values: disable, enable.
    NtlmEnabledBrowsers List<string>
    HTTP-User-Agent value of supported browsers.
    NtlmGuest string
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    Outbound string
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    PackagesFirewallPolicyId string
    an identifier for the resource with format {{policyid}}.
    PassiveWanHealthMeasurement string
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    PcpInbound string
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    PcpOutbound string
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    PcpPoolnames List<string>
    PCP pool names.
    PerIpShaper string
    Per-IP traffic shaper.
    PermitAnyHost string
    Accept UDP packets from any host. Valid values: disable, enable.
    PermitStunHost string
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    PfcpProfile string
    PFCP profile.
    PkgFolderPath string
    Pkg Folder Path.
    PolicyBehaviourType string
    Behaviour of the policy.
    PolicyExpiry string
    Enable/disable policy expiry. Valid values: disable, enable.
    PolicyExpiryDate string
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    PolicyExpiryDateUtc string
    Policy expiry date and time, in epoch format.
    PolicyOffload string
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    Policyid double
    Policy ID (0 - 4294967294).
    Poolname string
    IP Pool names.
    Poolname6 string
    IPv6 pool names.
    PortPreserve string
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    ProfileGroup string
    Name of profile group.
    ProfileProtocolOptions string
    Name of an existing Protocol options profile.
    ProfileType string
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    RadiusIpAuthBypass string
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    RadiusMacAuthBypass string
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    RedirectUrl string
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    ReplacemsgOverrideGroup string
    Override the default replacement message group for this policy.
    ReputationDirection string
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    ReputationDirection6 string
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    ReputationMinimum double
    Minimum Reputation to take action.
    ReputationMinimum6 double
    IPv6 Minimum Reputation to take action.
    Rsso string
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    RtpAddr string
    Address names if this is an RTP NAT policy.
    RtpNat string
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    Schedule string
    Schedule name.
    ScheduleTimeout string
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SctpFilterProfile string
    Name of an existing SCTP filter profile.
    SendDenyPacket string
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services List<string>
    Service and service group names.
    SessionTtl string
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    SgtCheck string
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    Sgts List<double>
    Security group tags.
    SpamfilterProfile string
    Name of an existing Spam filter profile.
    SrcVendorMacs List<string>
    Vendor MAC source ID.
    Srcaddr6Negate string
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddr6s List<string>
    Source IPv6 address name and address group names.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs List<string>
    Source address and address group names.
    Srcintfs List<string>
    Incoming (ingress) interface.
    SshFilterProfile string
    Name of an existing SSH filter profile.
    SshPolicyRedirect string
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    SslMirror string
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    SslMirrorIntf string
    SSL mirror interface name.
    SslSshProfile string
    Name of an existing SSL SSH profile.
    Status string
    Enable or disable this policy. Valid values: disable, enable.
    TcpMssReceiver double
    Receiver TCP maximum segment size (MSS).
    TcpMssSender double
    Sender TCP maximum segment size (MSS).
    TcpSessionWithoutSyn string
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    TcpTimeoutPid string
    TCP timeout profile ID
    TimeoutSendRst string
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    Tos string
    ToS (Type of Service) value used for comparison.
    TosMask string
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    TosNegate string
    Enable negated TOS match. Valid values: disable, enable.
    TrafficShaper string
    Traffic shaper.
    TrafficShaperReverse string
    Reverse traffic shaper.
    UdpTimeoutPid string
    UDP timeout profile ID
    UrlCategory string
    URL category ID list.
    Users List<string>
    Names of individual users that can authenticate with this policy.
    UtmStatus string
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VideofilterProfile string
    Name of an existing VideoFilter profile.
    VirtualPatchProfile string
    Name of an existing virtual-patch profile.
    VlanCosFwd double
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanCosRev double
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanFilter string
    Set VLAN filters.
    VoipProfile string
    Name of an existing VoIP profile.
    VpnDstNodes List<PackagesFirewallPolicyVpnDstNode>
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    VpnSrcNodes List<PackagesFirewallPolicyVpnSrcNode>
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    Vpntunnel string
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    WafProfile string
    Name of an existing Web application firewall profile.
    Wanopt string
    Enable/disable WAN optimization. Valid values: disable, enable.
    WanoptDetection string
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    WanoptPassiveOpt string
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    WanoptPeer string
    WAN optimization peer.
    WanoptProfile string
    WAN optimization profile.
    Wccp string
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    Webcache string
    Enable/disable web cache. Valid values: disable, enable.
    WebcacheHttps string
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    WebfilterProfile string
    Name of an existing Web filter profile.
    WebproxyForwardServer string
    Webproxy forward server name.
    WebproxyProfile string
    Webproxy profile name.
    Wsso string
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ZtnaDeviceOwnership string
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ZtnaEmsTag string
    Source ztna-ems-tag names.
    ZtnaEmsTagSecondaries List<string>
    Source ztna-ems-tag-secondary names.
    ZtnaGeoTag string
    Source ztna-geo-tag names.
    ZtnaPolicyRedirect string
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ZtnaStatus string
    Enable/disable zero trust access. Valid values: disable, enable.
    ZtnaTagsMatchLogic string
    ZTNA tag matching logic. Valid values: or, and.
    _policyBlock double
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    Pkg string
    Package.
    Action string
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AntiReplay string
    Enable/disable anti-replay check. Valid values: disable, enable.
    AppCategory string
    Application category ID list.
    AppGroup string
    Application group names.
    ApplicationList string
    Name of an existing Application list.
    Applications []float64
    Application ID list.
    AuthCert string
    HTTPS server certificate for policy authentication.
    AuthPath string
    Enable/disable authentication-based routing. Valid values: disable, enable.
    AuthRedirectAddr string
    HTTP-to-HTTPS redirect address for firewall authentication.
    AutoAsicOffload string
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    AvProfile string
    Name of an existing Antivirus profile.
    BestRoute string
    Best-Route. Valid values: disable, enable.
    BlockNotification string
    Enable/disable block notification. Valid values: disable, enable.
    CaptivePortalExempt string
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    CapturePacket string
    Enable/disable capture packets. Valid values: disable, enable.
    CasbProfile string
    Name of an existing CASB profile.
    CgnEif string
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    CgnEim string
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    CgnLogServerGrp string
    NP log server group name
    CgnResourceQuota float64
    resource quota
    CgnSessionQuota float64
    session quota
    CgnSwEifCtrl string
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    CifsProfile string
    Name of an existing CIFS profile.
    Comments string
    Comment.
    CustomLogFields string
    Custom fields to append to log messages for this policy.
    DecryptedTrafficMirror string
    Decrypted traffic mirror.
    DelayTcpNpuSession string
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    Devices string
    Names of devices or device groups that can be matched by the policy.
    DiameterFilterProfile string
    Name of an existing Diameter filter profile.
    DiffservCopy string
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    DiffservForward string
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    DiffservReverse string
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    DiffservcodeForward string
    Change packet's DiffServ to this value.
    DiffservcodeRev string
    Change packet's reverse (reply) DiffServ to this value.
    Disclaimer string
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    DlpProfile string
    Name of an existing DLP profile.
    DlpSensor string
    Name of an existing DLP sensor.
    DnsfilterProfile string
    Name of an existing DNS filter profile.
    DscpMatch string
    Enable DSCP check. Valid values: disable, enable.
    DscpNegate string
    Enable negated DSCP match. Valid values: disable, enable.
    DscpValue string
    DSCP value.
    Dsri string
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    Dstaddr6Negate string
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddr6s []string
    Destination IPv6 address name and address group names.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs []string
    Destination address and address group names.
    Dstintfs []string
    Outgoing (egress) interface.
    DynamicShaping string
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    EifCheck string
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    EifLearn string
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    EmailCollect string
    Enable/disable email collection. Valid values: disable, enable.
    EmailfilterProfile string
    Name of an existing email filter profile.
    Fec string
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    FileFilterProfile string
    Name of an existing file-filter profile.
    FirewallSessionDirty string
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    Fixedport string
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    Fsso string
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    FssoAgentForNtlm string
    FSSO agent to use for NTLM authentication.
    FssoGroups []string
    Names of FSSO groups.
    GeoipAnycast string
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    GeoipMatch string
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    GlobalLabel string
    Label for the policy that appears when the GUI is in Global View mode.
    Groups []string
    Names of user groups that can authenticate with this policy.
    GtpProfile string
    GTP profile.
    HttpPolicyRedirect string
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    IcapProfile string
    Name of an existing ICAP profile.
    IdentityBasedRoute string
    Name of identity-based routing rule.
    Inbound string
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    InspectionMode string
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    InternetService string
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6 string
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6CustomGroups []string
    Custom Internet Service6 group name.
    InternetService6Customs []string
    Custom IPv6 Internet Service name.
    InternetService6Groups []string
    Internet Service group name.
    InternetService6Names []string
    IPv6 Internet Service name.
    InternetService6Negate string
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetService6SrcCustomGroups []string
    Custom Internet Service6 source group name.
    InternetService6SrcCustoms []string
    Custom IPv6 Internet Service source name.
    InternetService6SrcGroups []string
    Internet Service6 source group name.
    InternetService6SrcNames []string
    IPv6 Internet Service source name.
    InternetService6SrcNegate string
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceCustom string
    Custom Internet Service name.
    InternetServiceCustomGroup string
    Custom Internet Service group name.
    InternetServiceGroup string
    Internet Service group name.
    InternetServiceIds []string
    Internet Service ID.
    InternetServiceName string
    Internet Service name.
    InternetServiceNegate string
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustom string
    Custom Internet Service source name.
    InternetServiceSrcCustomGroup string
    Custom Internet Service source group name.
    InternetServiceSrcGroup string
    Internet Service source group name.
    InternetServiceSrcId string
    Internet Service source ID.
    InternetServiceSrcName string
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    IpVersionType string
    IP version of the policy.
    Ippool string
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    IpsSensor string
    Name of an existing IPS sensor.
    IpsVoipFilter string
    Name of an existing VoIP (ips) profile.
    Label string
    Label for the policy that appears when the GUI is in Section View mode.
    LearningMode string
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    LogHttpTransaction string
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    Logtraffic string
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    LogtrafficStart string
    Record logs when a session starts. Valid values: disable, enable.
    MatchVip string
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MatchVipOnly string
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MmsProfile string
    Name of an existing MMS profile.
    Name string
    Policy name.
    Nat string
    Enable/disable source NAT. Valid values: disable, enable.
    Nat46 string
    Enable/disable NAT46. Valid values: disable, enable.
    Nat64 string
    Enable/disable NAT64. Valid values: disable, enable.
    Natinbound string
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    Natips []string
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    Natoutbound string
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    NetworkServiceDynamics []string
    Dynamic Network Service name.
    NetworkServiceSrcDynamics []string
    Dynamic Network Service source name.
    NpAcceleration string
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    Ntlm string
    Enable/disable NTLM authentication. Valid values: disable, enable.
    NtlmEnabledBrowsers []string
    HTTP-User-Agent value of supported browsers.
    NtlmGuest string
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    Outbound string
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    PackagesFirewallPolicyId string
    an identifier for the resource with format {{policyid}}.
    PassiveWanHealthMeasurement string
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    PcpInbound string
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    PcpOutbound string
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    PcpPoolnames []string
    PCP pool names.
    PerIpShaper string
    Per-IP traffic shaper.
    PermitAnyHost string
    Accept UDP packets from any host. Valid values: disable, enable.
    PermitStunHost string
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    PfcpProfile string
    PFCP profile.
    PkgFolderPath string
    Pkg Folder Path.
    PolicyBehaviourType string
    Behaviour of the policy.
    PolicyExpiry string
    Enable/disable policy expiry. Valid values: disable, enable.
    PolicyExpiryDate string
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    PolicyExpiryDateUtc string
    Policy expiry date and time, in epoch format.
    PolicyOffload string
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    Policyid float64
    Policy ID (0 - 4294967294).
    Poolname string
    IP Pool names.
    Poolname6 string
    IPv6 pool names.
    PortPreserve string
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    ProfileGroup string
    Name of profile group.
    ProfileProtocolOptions string
    Name of an existing Protocol options profile.
    ProfileType string
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    RadiusIpAuthBypass string
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    RadiusMacAuthBypass string
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    RedirectUrl string
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    ReplacemsgOverrideGroup string
    Override the default replacement message group for this policy.
    ReputationDirection string
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    ReputationDirection6 string
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    ReputationMinimum float64
    Minimum Reputation to take action.
    ReputationMinimum6 float64
    IPv6 Minimum Reputation to take action.
    Rsso string
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    RtpAddr string
    Address names if this is an RTP NAT policy.
    RtpNat string
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    Schedule string
    Schedule name.
    ScheduleTimeout string
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SctpFilterProfile string
    Name of an existing SCTP filter profile.
    SendDenyPacket string
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services []string
    Service and service group names.
    SessionTtl string
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    SgtCheck string
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    Sgts []float64
    Security group tags.
    SpamfilterProfile string
    Name of an existing Spam filter profile.
    SrcVendorMacs []string
    Vendor MAC source ID.
    Srcaddr6Negate string
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddr6s []string
    Source IPv6 address name and address group names.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs []string
    Source address and address group names.
    Srcintfs []string
    Incoming (ingress) interface.
    SshFilterProfile string
    Name of an existing SSH filter profile.
    SshPolicyRedirect string
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    SslMirror string
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    SslMirrorIntf string
    SSL mirror interface name.
    SslSshProfile string
    Name of an existing SSL SSH profile.
    Status string
    Enable or disable this policy. Valid values: disable, enable.
    TcpMssReceiver float64
    Receiver TCP maximum segment size (MSS).
    TcpMssSender float64
    Sender TCP maximum segment size (MSS).
    TcpSessionWithoutSyn string
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    TcpTimeoutPid string
    TCP timeout profile ID
    TimeoutSendRst string
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    Tos string
    ToS (Type of Service) value used for comparison.
    TosMask string
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    TosNegate string
    Enable negated TOS match. Valid values: disable, enable.
    TrafficShaper string
    Traffic shaper.
    TrafficShaperReverse string
    Reverse traffic shaper.
    UdpTimeoutPid string
    UDP timeout profile ID
    UrlCategory string
    URL category ID list.
    Users []string
    Names of individual users that can authenticate with this policy.
    UtmStatus string
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VideofilterProfile string
    Name of an existing VideoFilter profile.
    VirtualPatchProfile string
    Name of an existing virtual-patch profile.
    VlanCosFwd float64
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanCosRev float64
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanFilter string
    Set VLAN filters.
    VoipProfile string
    Name of an existing VoIP profile.
    VpnDstNodes []PackagesFirewallPolicyVpnDstNodeArgs
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    VpnSrcNodes []PackagesFirewallPolicyVpnSrcNodeArgs
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    Vpntunnel string
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    WafProfile string
    Name of an existing Web application firewall profile.
    Wanopt string
    Enable/disable WAN optimization. Valid values: disable, enable.
    WanoptDetection string
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    WanoptPassiveOpt string
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    WanoptPeer string
    WAN optimization peer.
    WanoptProfile string
    WAN optimization profile.
    Wccp string
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    Webcache string
    Enable/disable web cache. Valid values: disable, enable.
    WebcacheHttps string
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    WebfilterProfile string
    Name of an existing Web filter profile.
    WebproxyForwardServer string
    Webproxy forward server name.
    WebproxyProfile string
    Webproxy profile name.
    Wsso string
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ZtnaDeviceOwnership string
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ZtnaEmsTag string
    Source ztna-ems-tag names.
    ZtnaEmsTagSecondaries []string
    Source ztna-ems-tag-secondary names.
    ZtnaGeoTag string
    Source ztna-geo-tag names.
    ZtnaPolicyRedirect string
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ZtnaStatus string
    Enable/disable zero trust access. Valid values: disable, enable.
    ZtnaTagsMatchLogic string
    ZTNA tag matching logic. Valid values: or, and.
    _policyBlock float64
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    pkg String
    Package.
    _policyBlock Double
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action String
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antiReplay String
    Enable/disable anti-replay check. Valid values: disable, enable.
    appCategory String
    Application category ID list.
    appGroup String
    Application group names.
    applicationList String
    Name of an existing Application list.
    applications List<Double>
    Application ID list.
    authCert String
    HTTPS server certificate for policy authentication.
    authPath String
    Enable/disable authentication-based routing. Valid values: disable, enable.
    authRedirectAddr String
    HTTP-to-HTTPS redirect address for firewall authentication.
    autoAsicOffload String
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    avProfile String
    Name of an existing Antivirus profile.
    bestRoute String
    Best-Route. Valid values: disable, enable.
    blockNotification String
    Enable/disable block notification. Valid values: disable, enable.
    captivePortalExempt String
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capturePacket String
    Enable/disable capture packets. Valid values: disable, enable.
    casbProfile String
    Name of an existing CASB profile.
    cgnEif String
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgnEim String
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgnLogServerGrp String
    NP log server group name
    cgnResourceQuota Double
    resource quota
    cgnSessionQuota Double
    session quota
    cgnSwEifCtrl String
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifsProfile String
    Name of an existing CIFS profile.
    comments String
    Comment.
    customLogFields String
    Custom fields to append to log messages for this policy.
    decryptedTrafficMirror String
    Decrypted traffic mirror.
    delayTcpNpuSession String
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices String
    Names of devices or device groups that can be matched by the policy.
    diameterFilterProfile String
    Name of an existing Diameter filter profile.
    diffservCopy String
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffservForward String
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffservReverse String
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcodeForward String
    Change packet's DiffServ to this value.
    diffservcodeRev String
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer String
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlpProfile String
    Name of an existing DLP profile.
    dlpSensor String
    Name of an existing DLP sensor.
    dnsfilterProfile String
    Name of an existing DNS filter profile.
    dscpMatch String
    Enable DSCP check. Valid values: disable, enable.
    dscpNegate String
    Enable negated DSCP match. Valid values: disable, enable.
    dscpValue String
    DSCP value.
    dsri String
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6Negate String
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s List<String>
    Destination IPv6 address name and address group names.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address and address group names.
    dstintfs List<String>
    Outgoing (egress) interface.
    dynamicShaping String
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eifCheck String
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eifLearn String
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    emailCollect String
    Enable/disable email collection. Valid values: disable, enable.
    emailfilterProfile String
    Name of an existing email filter profile.
    fec String
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    fileFilterProfile String
    Name of an existing file-filter profile.
    firewallSessionDirty String
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport String
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso String
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fssoAgentForNtlm String
    FSSO agent to use for NTLM authentication.
    fssoGroups List<String>
    Names of FSSO groups.
    geoipAnycast String
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoipMatch String
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    globalLabel String
    Label for the policy that appears when the GUI is in Global View mode.
    groups List<String>
    Names of user groups that can authenticate with this policy.
    gtpProfile String
    GTP profile.
    httpPolicyRedirect String
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icapProfile String
    Name of an existing ICAP profile.
    identityBasedRoute String
    Name of identity-based routing rule.
    inbound String
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspectionMode String
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internetService String
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6 String
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6CustomGroups List<String>
    Custom Internet Service6 group name.
    internetService6Customs List<String>
    Custom IPv6 Internet Service name.
    internetService6Groups List<String>
    Internet Service group name.
    internetService6Names List<String>
    IPv6 Internet Service name.
    internetService6Negate String
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetService6SrcCustomGroups List<String>
    Custom Internet Service6 source group name.
    internetService6SrcCustoms List<String>
    Custom IPv6 Internet Service source name.
    internetService6SrcGroups List<String>
    Internet Service6 source group name.
    internetService6SrcNames List<String>
    IPv6 Internet Service source name.
    internetService6SrcNegate String
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceCustom String
    Custom Internet Service name.
    internetServiceCustomGroup String
    Custom Internet Service group name.
    internetServiceGroup String
    Internet Service group name.
    internetServiceIds List<String>
    Internet Service ID.
    internetServiceName String
    Internet Service name.
    internetServiceNegate String
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustom String
    Custom Internet Service source name.
    internetServiceSrcCustomGroup String
    Custom Internet Service source group name.
    internetServiceSrcGroup String
    Internet Service source group name.
    internetServiceSrcId String
    Internet Service source ID.
    internetServiceSrcName String
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ipVersionType String
    IP version of the policy.
    ippool String
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ipsSensor String
    Name of an existing IPS sensor.
    ipsVoipFilter String
    Name of an existing VoIP (ips) profile.
    label String
    Label for the policy that appears when the GUI is in Section View mode.
    learningMode String
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    logHttpTransaction String
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic String
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtrafficStart String
    Record logs when a session starts. Valid values: disable, enable.
    matchVip String
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    matchVipOnly String
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mmsProfile String
    Name of an existing MMS profile.
    name String
    Policy name.
    nat String
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 String
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 String
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound String
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips List<String>
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound String
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    networkServiceDynamics List<String>
    Dynamic Network Service name.
    networkServiceSrcDynamics List<String>
    Dynamic Network Service source name.
    npAcceleration String
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm String
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlmEnabledBrowsers List<String>
    HTTP-User-Agent value of supported browsers.
    ntlmGuest String
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound String
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packagesFirewallPolicyId String
    an identifier for the resource with format {{policyid}}.
    passiveWanHealthMeasurement String
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcpInbound String
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcpOutbound String
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcpPoolnames List<String>
    PCP pool names.
    perIpShaper String
    Per-IP traffic shaper.
    permitAnyHost String
    Accept UDP packets from any host. Valid values: disable, enable.
    permitStunHost String
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcpProfile String
    PFCP profile.
    pkgFolderPath String
    Pkg Folder Path.
    policyBehaviourType String
    Behaviour of the policy.
    policyExpiry String
    Enable/disable policy expiry. Valid values: disable, enable.
    policyExpiryDate String
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policyExpiryDateUtc String
    Policy expiry date and time, in epoch format.
    policyOffload String
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid Double
    Policy ID (0 - 4294967294).
    poolname String
    IP Pool names.
    poolname6 String
    IPv6 pool names.
    portPreserve String
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profileGroup String
    Name of profile group.
    profileProtocolOptions String
    Name of an existing Protocol options profile.
    profileType String
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radiusIpAuthBypass String
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radiusMacAuthBypass String
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirectUrl String
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsgOverrideGroup String
    Override the default replacement message group for this policy.
    reputationDirection String
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputationDirection6 String
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputationMinimum Double
    Minimum Reputation to take action.
    reputationMinimum6 Double
    IPv6 Minimum Reputation to take action.
    rsso String
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtpAddr String
    Address names if this is an RTP NAT policy.
    rtpNat String
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule String
    Schedule name.
    scheduleTimeout String
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctpFilterProfile String
    Name of an existing SCTP filter profile.
    sendDenyPacket String
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service and service group names.
    sessionTtl String
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgtCheck String
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts List<Double>
    Security group tags.
    spamfilterProfile String
    Name of an existing Spam filter profile.
    srcVendorMacs List<String>
    Vendor MAC source ID.
    srcaddr6Negate String
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s List<String>
    Source IPv6 address name and address group names.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address and address group names.
    srcintfs List<String>
    Incoming (ingress) interface.
    sshFilterProfile String
    Name of an existing SSH filter profile.
    sshPolicyRedirect String
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    sslMirror String
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    sslMirrorIntf String
    SSL mirror interface name.
    sslSshProfile String
    Name of an existing SSL SSH profile.
    status String
    Enable or disable this policy. Valid values: disable, enable.
    tcpMssReceiver Double
    Receiver TCP maximum segment size (MSS).
    tcpMssSender Double
    Sender TCP maximum segment size (MSS).
    tcpSessionWithoutSyn String
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcpTimeoutPid String
    TCP timeout profile ID
    timeoutSendRst String
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos String
    ToS (Type of Service) value used for comparison.
    tosMask String
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tosNegate String
    Enable negated TOS match. Valid values: disable, enable.
    trafficShaper String
    Traffic shaper.
    trafficShaperReverse String
    Reverse traffic shaper.
    udpTimeoutPid String
    UDP timeout profile ID
    urlCategory String
    URL category ID list.
    users List<String>
    Names of individual users that can authenticate with this policy.
    utmStatus String
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilterProfile String
    Name of an existing VideoFilter profile.
    virtualPatchProfile String
    Name of an existing virtual-patch profile.
    vlanCosFwd Double
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanCosRev Double
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanFilter String
    Set VLAN filters.
    voipProfile String
    Name of an existing VoIP profile.
    vpnDstNodes List<PackagesFirewallPolicyVpnDstNode>
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpnSrcNodes List<PackagesFirewallPolicyVpnSrcNode>
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel String
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    wafProfile String
    Name of an existing Web application firewall profile.
    wanopt String
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanoptDetection String
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanoptPassiveOpt String
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanoptPeer String
    WAN optimization peer.
    wanoptProfile String
    WAN optimization profile.
    wccp String
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache String
    Enable/disable web cache. Valid values: disable, enable.
    webcacheHttps String
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilterProfile String
    Name of an existing Web filter profile.
    webproxyForwardServer String
    Webproxy forward server name.
    webproxyProfile String
    Webproxy profile name.
    wsso String
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztnaDeviceOwnership String
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztnaEmsTag String
    Source ztna-ems-tag names.
    ztnaEmsTagSecondaries List<String>
    Source ztna-ems-tag-secondary names.
    ztnaGeoTag String
    Source ztna-geo-tag names.
    ztnaPolicyRedirect String
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztnaStatus String
    Enable/disable zero trust access. Valid values: disable, enable.
    ztnaTagsMatchLogic String
    ZTNA tag matching logic. Valid values: or, and.
    pkg string
    Package.
    _policyBlock number
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action string
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antiReplay string
    Enable/disable anti-replay check. Valid values: disable, enable.
    appCategory string
    Application category ID list.
    appGroup string
    Application group names.
    applicationList string
    Name of an existing Application list.
    applications number[]
    Application ID list.
    authCert string
    HTTPS server certificate for policy authentication.
    authPath string
    Enable/disable authentication-based routing. Valid values: disable, enable.
    authRedirectAddr string
    HTTP-to-HTTPS redirect address for firewall authentication.
    autoAsicOffload string
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    avProfile string
    Name of an existing Antivirus profile.
    bestRoute string
    Best-Route. Valid values: disable, enable.
    blockNotification string
    Enable/disable block notification. Valid values: disable, enable.
    captivePortalExempt string
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capturePacket string
    Enable/disable capture packets. Valid values: disable, enable.
    casbProfile string
    Name of an existing CASB profile.
    cgnEif string
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgnEim string
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgnLogServerGrp string
    NP log server group name
    cgnResourceQuota number
    resource quota
    cgnSessionQuota number
    session quota
    cgnSwEifCtrl string
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifsProfile string
    Name of an existing CIFS profile.
    comments string
    Comment.
    customLogFields string
    Custom fields to append to log messages for this policy.
    decryptedTrafficMirror string
    Decrypted traffic mirror.
    delayTcpNpuSession string
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices string
    Names of devices or device groups that can be matched by the policy.
    diameterFilterProfile string
    Name of an existing Diameter filter profile.
    diffservCopy string
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffservForward string
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffservReverse string
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcodeForward string
    Change packet's DiffServ to this value.
    diffservcodeRev string
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer string
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlpProfile string
    Name of an existing DLP profile.
    dlpSensor string
    Name of an existing DLP sensor.
    dnsfilterProfile string
    Name of an existing DNS filter profile.
    dscpMatch string
    Enable DSCP check. Valid values: disable, enable.
    dscpNegate string
    Enable negated DSCP match. Valid values: disable, enable.
    dscpValue string
    DSCP value.
    dsri string
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6Negate string
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s string[]
    Destination IPv6 address name and address group names.
    dstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs string[]
    Destination address and address group names.
    dstintfs string[]
    Outgoing (egress) interface.
    dynamicShaping string
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eifCheck string
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eifLearn string
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    emailCollect string
    Enable/disable email collection. Valid values: disable, enable.
    emailfilterProfile string
    Name of an existing email filter profile.
    fec string
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    fileFilterProfile string
    Name of an existing file-filter profile.
    firewallSessionDirty string
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport string
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso string
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fssoAgentForNtlm string
    FSSO agent to use for NTLM authentication.
    fssoGroups string[]
    Names of FSSO groups.
    geoipAnycast string
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoipMatch string
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    globalLabel string
    Label for the policy that appears when the GUI is in Global View mode.
    groups string[]
    Names of user groups that can authenticate with this policy.
    gtpProfile string
    GTP profile.
    httpPolicyRedirect string
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icapProfile string
    Name of an existing ICAP profile.
    identityBasedRoute string
    Name of identity-based routing rule.
    inbound string
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspectionMode string
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internetService string
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6 string
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6CustomGroups string[]
    Custom Internet Service6 group name.
    internetService6Customs string[]
    Custom IPv6 Internet Service name.
    internetService6Groups string[]
    Internet Service group name.
    internetService6Names string[]
    IPv6 Internet Service name.
    internetService6Negate string
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetService6SrcCustomGroups string[]
    Custom Internet Service6 source group name.
    internetService6SrcCustoms string[]
    Custom IPv6 Internet Service source name.
    internetService6SrcGroups string[]
    Internet Service6 source group name.
    internetService6SrcNames string[]
    IPv6 Internet Service source name.
    internetService6SrcNegate string
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceCustom string
    Custom Internet Service name.
    internetServiceCustomGroup string
    Custom Internet Service group name.
    internetServiceGroup string
    Internet Service group name.
    internetServiceIds string[]
    Internet Service ID.
    internetServiceName string
    Internet Service name.
    internetServiceNegate string
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceSrc string
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustom string
    Custom Internet Service source name.
    internetServiceSrcCustomGroup string
    Custom Internet Service source group name.
    internetServiceSrcGroup string
    Internet Service source group name.
    internetServiceSrcId string
    Internet Service source ID.
    internetServiceSrcName string
    Internet Service source name.
    internetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ipVersionType string
    IP version of the policy.
    ippool string
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ipsSensor string
    Name of an existing IPS sensor.
    ipsVoipFilter string
    Name of an existing VoIP (ips) profile.
    label string
    Label for the policy that appears when the GUI is in Section View mode.
    learningMode string
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    logHttpTransaction string
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic string
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtrafficStart string
    Record logs when a session starts. Valid values: disable, enable.
    matchVip string
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    matchVipOnly string
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mmsProfile string
    Name of an existing MMS profile.
    name string
    Policy name.
    nat string
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 string
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 string
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound string
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips string[]
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound string
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    networkServiceDynamics string[]
    Dynamic Network Service name.
    networkServiceSrcDynamics string[]
    Dynamic Network Service source name.
    npAcceleration string
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm string
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlmEnabledBrowsers string[]
    HTTP-User-Agent value of supported browsers.
    ntlmGuest string
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound string
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packagesFirewallPolicyId string
    an identifier for the resource with format {{policyid}}.
    passiveWanHealthMeasurement string
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcpInbound string
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcpOutbound string
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcpPoolnames string[]
    PCP pool names.
    perIpShaper string
    Per-IP traffic shaper.
    permitAnyHost string
    Accept UDP packets from any host. Valid values: disable, enable.
    permitStunHost string
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcpProfile string
    PFCP profile.
    pkgFolderPath string
    Pkg Folder Path.
    policyBehaviourType string
    Behaviour of the policy.
    policyExpiry string
    Enable/disable policy expiry. Valid values: disable, enable.
    policyExpiryDate string
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policyExpiryDateUtc string
    Policy expiry date and time, in epoch format.
    policyOffload string
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid number
    Policy ID (0 - 4294967294).
    poolname string
    IP Pool names.
    poolname6 string
    IPv6 pool names.
    portPreserve string
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profileGroup string
    Name of profile group.
    profileProtocolOptions string
    Name of an existing Protocol options profile.
    profileType string
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radiusIpAuthBypass string
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radiusMacAuthBypass string
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirectUrl string
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsgOverrideGroup string
    Override the default replacement message group for this policy.
    reputationDirection string
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputationDirection6 string
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputationMinimum number
    Minimum Reputation to take action.
    reputationMinimum6 number
    IPv6 Minimum Reputation to take action.
    rsso string
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtpAddr string
    Address names if this is an RTP NAT policy.
    rtpNat string
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule string
    Schedule name.
    scheduleTimeout string
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctpFilterProfile string
    Name of an existing SCTP filter profile.
    sendDenyPacket string
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    serviceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services string[]
    Service and service group names.
    sessionTtl string
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgtCheck string
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts number[]
    Security group tags.
    spamfilterProfile string
    Name of an existing Spam filter profile.
    srcVendorMacs string[]
    Vendor MAC source ID.
    srcaddr6Negate string
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s string[]
    Source IPv6 address name and address group names.
    srcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs string[]
    Source address and address group names.
    srcintfs string[]
    Incoming (ingress) interface.
    sshFilterProfile string
    Name of an existing SSH filter profile.
    sshPolicyRedirect string
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    sslMirror string
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    sslMirrorIntf string
    SSL mirror interface name.
    sslSshProfile string
    Name of an existing SSL SSH profile.
    status string
    Enable or disable this policy. Valid values: disable, enable.
    tcpMssReceiver number
    Receiver TCP maximum segment size (MSS).
    tcpMssSender number
    Sender TCP maximum segment size (MSS).
    tcpSessionWithoutSyn string
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcpTimeoutPid string
    TCP timeout profile ID
    timeoutSendRst string
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos string
    ToS (Type of Service) value used for comparison.
    tosMask string
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tosNegate string
    Enable negated TOS match. Valid values: disable, enable.
    trafficShaper string
    Traffic shaper.
    trafficShaperReverse string
    Reverse traffic shaper.
    udpTimeoutPid string
    UDP timeout profile ID
    urlCategory string
    URL category ID list.
    users string[]
    Names of individual users that can authenticate with this policy.
    utmStatus string
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilterProfile string
    Name of an existing VideoFilter profile.
    virtualPatchProfile string
    Name of an existing virtual-patch profile.
    vlanCosFwd number
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanCosRev number
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanFilter string
    Set VLAN filters.
    voipProfile string
    Name of an existing VoIP profile.
    vpnDstNodes PackagesFirewallPolicyVpnDstNode[]
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpnSrcNodes PackagesFirewallPolicyVpnSrcNode[]
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel string
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    wafProfile string
    Name of an existing Web application firewall profile.
    wanopt string
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanoptDetection string
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanoptPassiveOpt string
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanoptPeer string
    WAN optimization peer.
    wanoptProfile string
    WAN optimization profile.
    wccp string
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache string
    Enable/disable web cache. Valid values: disable, enable.
    webcacheHttps string
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilterProfile string
    Name of an existing Web filter profile.
    webproxyForwardServer string
    Webproxy forward server name.
    webproxyProfile string
    Webproxy profile name.
    wsso string
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztnaDeviceOwnership string
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztnaEmsTag string
    Source ztna-ems-tag names.
    ztnaEmsTagSecondaries string[]
    Source ztna-ems-tag-secondary names.
    ztnaGeoTag string
    Source ztna-geo-tag names.
    ztnaPolicyRedirect string
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztnaStatus string
    Enable/disable zero trust access. Valid values: disable, enable.
    ztnaTagsMatchLogic string
    ZTNA tag matching logic. Valid values: or, and.
    pkg str
    Package.
    _policy_block float
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action str
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anti_replay str
    Enable/disable anti-replay check. Valid values: disable, enable.
    app_category str
    Application category ID list.
    app_group str
    Application group names.
    application_list str
    Name of an existing Application list.
    applications Sequence[float]
    Application ID list.
    auth_cert str
    HTTPS server certificate for policy authentication.
    auth_path str
    Enable/disable authentication-based routing. Valid values: disable, enable.
    auth_redirect_addr str
    HTTP-to-HTTPS redirect address for firewall authentication.
    auto_asic_offload str
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    av_profile str
    Name of an existing Antivirus profile.
    best_route str
    Best-Route. Valid values: disable, enable.
    block_notification str
    Enable/disable block notification. Valid values: disable, enable.
    captive_portal_exempt str
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capture_packet str
    Enable/disable capture packets. Valid values: disable, enable.
    casb_profile str
    Name of an existing CASB profile.
    cgn_eif str
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgn_eim str
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgn_log_server_grp str
    NP log server group name
    cgn_resource_quota float
    resource quota
    cgn_session_quota float
    session quota
    cgn_sw_eif_ctrl str
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifs_profile str
    Name of an existing CIFS profile.
    comments str
    Comment.
    custom_log_fields str
    Custom fields to append to log messages for this policy.
    decrypted_traffic_mirror str
    Decrypted traffic mirror.
    delay_tcp_npu_session str
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices str
    Names of devices or device groups that can be matched by the policy.
    diameter_filter_profile str
    Name of an existing Diameter filter profile.
    diffserv_copy str
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffserv_forward str
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffserv_reverse str
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcode_forward str
    Change packet's DiffServ to this value.
    diffservcode_rev str
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer str
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlp_profile str
    Name of an existing DLP profile.
    dlp_sensor str
    Name of an existing DLP sensor.
    dnsfilter_profile str
    Name of an existing DNS filter profile.
    dscp_match str
    Enable DSCP check. Valid values: disable, enable.
    dscp_negate str
    Enable negated DSCP match. Valid values: disable, enable.
    dscp_value str
    DSCP value.
    dsri str
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6_negate str
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s Sequence[str]
    Destination IPv6 address name and address group names.
    dstaddr_negate str
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs Sequence[str]
    Destination address and address group names.
    dstintfs Sequence[str]
    Outgoing (egress) interface.
    dynamic_shaping str
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eif_check str
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eif_learn str
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    email_collect str
    Enable/disable email collection. Valid values: disable, enable.
    emailfilter_profile str
    Name of an existing email filter profile.
    fec str
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    file_filter_profile str
    Name of an existing file-filter profile.
    firewall_session_dirty str
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport str
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso str
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fsso_agent_for_ntlm str
    FSSO agent to use for NTLM authentication.
    fsso_groups Sequence[str]
    Names of FSSO groups.
    geoip_anycast str
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoip_match str
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    global_label str
    Label for the policy that appears when the GUI is in Global View mode.
    groups Sequence[str]
    Names of user groups that can authenticate with this policy.
    gtp_profile str
    GTP profile.
    http_policy_redirect str
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icap_profile str
    Name of an existing ICAP profile.
    identity_based_route str
    Name of identity-based routing rule.
    inbound str
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspection_mode str
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internet_service str
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internet_service6 str
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internet_service6_custom_groups Sequence[str]
    Custom Internet Service6 group name.
    internet_service6_customs Sequence[str]
    Custom IPv6 Internet Service name.
    internet_service6_groups Sequence[str]
    Internet Service group name.
    internet_service6_names Sequence[str]
    IPv6 Internet Service name.
    internet_service6_negate str
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internet_service6_src str
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service6_src_custom_groups Sequence[str]
    Custom Internet Service6 source group name.
    internet_service6_src_customs Sequence[str]
    Custom IPv6 Internet Service source name.
    internet_service6_src_groups Sequence[str]
    Internet Service6 source group name.
    internet_service6_src_names Sequence[str]
    IPv6 Internet Service source name.
    internet_service6_src_negate str
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internet_service_custom str
    Custom Internet Service name.
    internet_service_custom_group str
    Custom Internet Service group name.
    internet_service_group str
    Internet Service group name.
    internet_service_ids Sequence[str]
    Internet Service ID.
    internet_service_name str
    Internet Service name.
    internet_service_negate str
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internet_service_src str
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service_src_custom str
    Custom Internet Service source name.
    internet_service_src_custom_group str
    Custom Internet Service source group name.
    internet_service_src_group str
    Internet Service source group name.
    internet_service_src_id str
    Internet Service source ID.
    internet_service_src_name str
    Internet Service source name.
    internet_service_src_negate str
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ip_version_type str
    IP version of the policy.
    ippool str
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ips_sensor str
    Name of an existing IPS sensor.
    ips_voip_filter str
    Name of an existing VoIP (ips) profile.
    label str
    Label for the policy that appears when the GUI is in Section View mode.
    learning_mode str
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    log_http_transaction str
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic str
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtraffic_start str
    Record logs when a session starts. Valid values: disable, enable.
    match_vip str
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    match_vip_only str
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mms_profile str
    Name of an existing MMS profile.
    name str
    Policy name.
    nat str
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 str
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 str
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound str
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips Sequence[str]
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound str
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    network_service_dynamics Sequence[str]
    Dynamic Network Service name.
    network_service_src_dynamics Sequence[str]
    Dynamic Network Service source name.
    np_acceleration str
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm str
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlm_enabled_browsers Sequence[str]
    HTTP-User-Agent value of supported browsers.
    ntlm_guest str
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound str
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packages_firewall_policy_id str
    an identifier for the resource with format {{policyid}}.
    passive_wan_health_measurement str
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcp_inbound str
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcp_outbound str
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcp_poolnames Sequence[str]
    PCP pool names.
    per_ip_shaper str
    Per-IP traffic shaper.
    permit_any_host str
    Accept UDP packets from any host. Valid values: disable, enable.
    permit_stun_host str
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcp_profile str
    PFCP profile.
    pkg_folder_path str
    Pkg Folder Path.
    policy_behaviour_type str
    Behaviour of the policy.
    policy_expiry str
    Enable/disable policy expiry. Valid values: disable, enable.
    policy_expiry_date str
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policy_expiry_date_utc str
    Policy expiry date and time, in epoch format.
    policy_offload str
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid float
    Policy ID (0 - 4294967294).
    poolname str
    IP Pool names.
    poolname6 str
    IPv6 pool names.
    port_preserve str
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profile_group str
    Name of profile group.
    profile_protocol_options str
    Name of an existing Protocol options profile.
    profile_type str
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radius_ip_auth_bypass str
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radius_mac_auth_bypass str
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirect_url str
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsg_override_group str
    Override the default replacement message group for this policy.
    reputation_direction str
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputation_direction6 str
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputation_minimum float
    Minimum Reputation to take action.
    reputation_minimum6 float
    IPv6 Minimum Reputation to take action.
    rsso str
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtp_addr str
    Address names if this is an RTP NAT policy.
    rtp_nat str
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scan_botnet_connections str
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule str
    Schedule name.
    schedule_timeout str
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctp_filter_profile str
    Name of an existing SCTP filter profile.
    send_deny_packet str
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    service_negate str
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services Sequence[str]
    Service and service group names.
    session_ttl str
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgt_check str
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts Sequence[float]
    Security group tags.
    spamfilter_profile str
    Name of an existing Spam filter profile.
    src_vendor_macs Sequence[str]
    Vendor MAC source ID.
    srcaddr6_negate str
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s Sequence[str]
    Source IPv6 address name and address group names.
    srcaddr_negate str
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs Sequence[str]
    Source address and address group names.
    srcintfs Sequence[str]
    Incoming (ingress) interface.
    ssh_filter_profile str
    Name of an existing SSH filter profile.
    ssh_policy_redirect str
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    ssl_mirror str
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    ssl_mirror_intf str
    SSL mirror interface name.
    ssl_ssh_profile str
    Name of an existing SSL SSH profile.
    status str
    Enable or disable this policy. Valid values: disable, enable.
    tcp_mss_receiver float
    Receiver TCP maximum segment size (MSS).
    tcp_mss_sender float
    Sender TCP maximum segment size (MSS).
    tcp_session_without_syn str
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcp_timeout_pid str
    TCP timeout profile ID
    timeout_send_rst str
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos str
    ToS (Type of Service) value used for comparison.
    tos_mask str
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tos_negate str
    Enable negated TOS match. Valid values: disable, enable.
    traffic_shaper str
    Traffic shaper.
    traffic_shaper_reverse str
    Reverse traffic shaper.
    udp_timeout_pid str
    UDP timeout profile ID
    url_category str
    URL category ID list.
    users Sequence[str]
    Names of individual users that can authenticate with this policy.
    utm_status str
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilter_profile str
    Name of an existing VideoFilter profile.
    virtual_patch_profile str
    Name of an existing virtual-patch profile.
    vlan_cos_fwd float
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlan_cos_rev float
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlan_filter str
    Set VLAN filters.
    voip_profile str
    Name of an existing VoIP profile.
    vpn_dst_nodes Sequence[PackagesFirewallPolicyVpnDstNodeArgs]
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpn_src_nodes Sequence[PackagesFirewallPolicyVpnSrcNodeArgs]
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel str
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    waf_profile str
    Name of an existing Web application firewall profile.
    wanopt str
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanopt_detection str
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanopt_passive_opt str
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanopt_peer str
    WAN optimization peer.
    wanopt_profile str
    WAN optimization profile.
    wccp str
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache str
    Enable/disable web cache. Valid values: disable, enable.
    webcache_https str
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilter_profile str
    Name of an existing Web filter profile.
    webproxy_forward_server str
    Webproxy forward server name.
    webproxy_profile str
    Webproxy profile name.
    wsso str
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztna_device_ownership str
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztna_ems_tag str
    Source ztna-ems-tag names.
    ztna_ems_tag_secondaries Sequence[str]
    Source ztna-ems-tag-secondary names.
    ztna_geo_tag str
    Source ztna-geo-tag names.
    ztna_policy_redirect str
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztna_status str
    Enable/disable zero trust access. Valid values: disable, enable.
    ztna_tags_match_logic str
    ZTNA tag matching logic. Valid values: or, and.
    pkg String
    Package.
    _policyBlock Number
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action String
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antiReplay String
    Enable/disable anti-replay check. Valid values: disable, enable.
    appCategory String
    Application category ID list.
    appGroup String
    Application group names.
    applicationList String
    Name of an existing Application list.
    applications List<Number>
    Application ID list.
    authCert String
    HTTPS server certificate for policy authentication.
    authPath String
    Enable/disable authentication-based routing. Valid values: disable, enable.
    authRedirectAddr String
    HTTP-to-HTTPS redirect address for firewall authentication.
    autoAsicOffload String
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    avProfile String
    Name of an existing Antivirus profile.
    bestRoute String
    Best-Route. Valid values: disable, enable.
    blockNotification String
    Enable/disable block notification. Valid values: disable, enable.
    captivePortalExempt String
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capturePacket String
    Enable/disable capture packets. Valid values: disable, enable.
    casbProfile String
    Name of an existing CASB profile.
    cgnEif String
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgnEim String
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgnLogServerGrp String
    NP log server group name
    cgnResourceQuota Number
    resource quota
    cgnSessionQuota Number
    session quota
    cgnSwEifCtrl String
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifsProfile String
    Name of an existing CIFS profile.
    comments String
    Comment.
    customLogFields String
    Custom fields to append to log messages for this policy.
    decryptedTrafficMirror String
    Decrypted traffic mirror.
    delayTcpNpuSession String
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices String
    Names of devices or device groups that can be matched by the policy.
    diameterFilterProfile String
    Name of an existing Diameter filter profile.
    diffservCopy String
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffservForward String
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffservReverse String
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcodeForward String
    Change packet's DiffServ to this value.
    diffservcodeRev String
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer String
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlpProfile String
    Name of an existing DLP profile.
    dlpSensor String
    Name of an existing DLP sensor.
    dnsfilterProfile String
    Name of an existing DNS filter profile.
    dscpMatch String
    Enable DSCP check. Valid values: disable, enable.
    dscpNegate String
    Enable negated DSCP match. Valid values: disable, enable.
    dscpValue String
    DSCP value.
    dsri String
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6Negate String
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s List<String>
    Destination IPv6 address name and address group names.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address and address group names.
    dstintfs List<String>
    Outgoing (egress) interface.
    dynamicShaping String
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eifCheck String
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eifLearn String
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    emailCollect String
    Enable/disable email collection. Valid values: disable, enable.
    emailfilterProfile String
    Name of an existing email filter profile.
    fec String
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    fileFilterProfile String
    Name of an existing file-filter profile.
    firewallSessionDirty String
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport String
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso String
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fssoAgentForNtlm String
    FSSO agent to use for NTLM authentication.
    fssoGroups List<String>
    Names of FSSO groups.
    geoipAnycast String
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoipMatch String
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    globalLabel String
    Label for the policy that appears when the GUI is in Global View mode.
    groups List<String>
    Names of user groups that can authenticate with this policy.
    gtpProfile String
    GTP profile.
    httpPolicyRedirect String
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icapProfile String
    Name of an existing ICAP profile.
    identityBasedRoute String
    Name of identity-based routing rule.
    inbound String
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspectionMode String
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internetService String
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6 String
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6CustomGroups List<String>
    Custom Internet Service6 group name.
    internetService6Customs List<String>
    Custom IPv6 Internet Service name.
    internetService6Groups List<String>
    Internet Service group name.
    internetService6Names List<String>
    IPv6 Internet Service name.
    internetService6Negate String
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetService6SrcCustomGroups List<String>
    Custom Internet Service6 source group name.
    internetService6SrcCustoms List<String>
    Custom IPv6 Internet Service source name.
    internetService6SrcGroups List<String>
    Internet Service6 source group name.
    internetService6SrcNames List<String>
    IPv6 Internet Service source name.
    internetService6SrcNegate String
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceCustom String
    Custom Internet Service name.
    internetServiceCustomGroup String
    Custom Internet Service group name.
    internetServiceGroup String
    Internet Service group name.
    internetServiceIds List<String>
    Internet Service ID.
    internetServiceName String
    Internet Service name.
    internetServiceNegate String
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustom String
    Custom Internet Service source name.
    internetServiceSrcCustomGroup String
    Custom Internet Service source group name.
    internetServiceSrcGroup String
    Internet Service source group name.
    internetServiceSrcId String
    Internet Service source ID.
    internetServiceSrcName String
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ipVersionType String
    IP version of the policy.
    ippool String
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ipsSensor String
    Name of an existing IPS sensor.
    ipsVoipFilter String
    Name of an existing VoIP (ips) profile.
    label String
    Label for the policy that appears when the GUI is in Section View mode.
    learningMode String
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    logHttpTransaction String
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic String
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtrafficStart String
    Record logs when a session starts. Valid values: disable, enable.
    matchVip String
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    matchVipOnly String
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mmsProfile String
    Name of an existing MMS profile.
    name String
    Policy name.
    nat String
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 String
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 String
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound String
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips List<String>
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound String
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    networkServiceDynamics List<String>
    Dynamic Network Service name.
    networkServiceSrcDynamics List<String>
    Dynamic Network Service source name.
    npAcceleration String
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm String
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlmEnabledBrowsers List<String>
    HTTP-User-Agent value of supported browsers.
    ntlmGuest String
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound String
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packagesFirewallPolicyId String
    an identifier for the resource with format {{policyid}}.
    passiveWanHealthMeasurement String
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcpInbound String
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcpOutbound String
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcpPoolnames List<String>
    PCP pool names.
    perIpShaper String
    Per-IP traffic shaper.
    permitAnyHost String
    Accept UDP packets from any host. Valid values: disable, enable.
    permitStunHost String
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcpProfile String
    PFCP profile.
    pkgFolderPath String
    Pkg Folder Path.
    policyBehaviourType String
    Behaviour of the policy.
    policyExpiry String
    Enable/disable policy expiry. Valid values: disable, enable.
    policyExpiryDate String
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policyExpiryDateUtc String
    Policy expiry date and time, in epoch format.
    policyOffload String
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid Number
    Policy ID (0 - 4294967294).
    poolname String
    IP Pool names.
    poolname6 String
    IPv6 pool names.
    portPreserve String
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profileGroup String
    Name of profile group.
    profileProtocolOptions String
    Name of an existing Protocol options profile.
    profileType String
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radiusIpAuthBypass String
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radiusMacAuthBypass String
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirectUrl String
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsgOverrideGroup String
    Override the default replacement message group for this policy.
    reputationDirection String
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputationDirection6 String
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputationMinimum Number
    Minimum Reputation to take action.
    reputationMinimum6 Number
    IPv6 Minimum Reputation to take action.
    rsso String
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtpAddr String
    Address names if this is an RTP NAT policy.
    rtpNat String
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule String
    Schedule name.
    scheduleTimeout String
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctpFilterProfile String
    Name of an existing SCTP filter profile.
    sendDenyPacket String
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service and service group names.
    sessionTtl String
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgtCheck String
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts List<Number>
    Security group tags.
    spamfilterProfile String
    Name of an existing Spam filter profile.
    srcVendorMacs List<String>
    Vendor MAC source ID.
    srcaddr6Negate String
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s List<String>
    Source IPv6 address name and address group names.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address and address group names.
    srcintfs List<String>
    Incoming (ingress) interface.
    sshFilterProfile String
    Name of an existing SSH filter profile.
    sshPolicyRedirect String
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    sslMirror String
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    sslMirrorIntf String
    SSL mirror interface name.
    sslSshProfile String
    Name of an existing SSL SSH profile.
    status String
    Enable or disable this policy. Valid values: disable, enable.
    tcpMssReceiver Number
    Receiver TCP maximum segment size (MSS).
    tcpMssSender Number
    Sender TCP maximum segment size (MSS).
    tcpSessionWithoutSyn String
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcpTimeoutPid String
    TCP timeout profile ID
    timeoutSendRst String
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos String
    ToS (Type of Service) value used for comparison.
    tosMask String
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tosNegate String
    Enable negated TOS match. Valid values: disable, enable.
    trafficShaper String
    Traffic shaper.
    trafficShaperReverse String
    Reverse traffic shaper.
    udpTimeoutPid String
    UDP timeout profile ID
    urlCategory String
    URL category ID list.
    users List<String>
    Names of individual users that can authenticate with this policy.
    utmStatus String
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilterProfile String
    Name of an existing VideoFilter profile.
    virtualPatchProfile String
    Name of an existing virtual-patch profile.
    vlanCosFwd Number
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanCosRev Number
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanFilter String
    Set VLAN filters.
    voipProfile String
    Name of an existing VoIP profile.
    vpnDstNodes List<Property Map>
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpnSrcNodes List<Property Map>
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel String
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    wafProfile String
    Name of an existing Web application firewall profile.
    wanopt String
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanoptDetection String
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanoptPassiveOpt String
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanoptPeer String
    WAN optimization peer.
    wanoptProfile String
    WAN optimization profile.
    wccp String
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache String
    Enable/disable web cache. Valid values: disable, enable.
    webcacheHttps String
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilterProfile String
    Name of an existing Web filter profile.
    webproxyForwardServer String
    Webproxy forward server name.
    webproxyProfile String
    Webproxy profile name.
    wsso String
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztnaDeviceOwnership String
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztnaEmsTag String
    Source ztna-ems-tag names.
    ztnaEmsTagSecondaries List<String>
    Source ztna-ems-tag-secondary names.
    ztnaGeoTag String
    Source ztna-geo-tag names.
    ztnaPolicyRedirect String
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztnaStatus String
    Enable/disable zero trust access. Valid values: disable, enable.
    ztnaTagsMatchLogic String
    ZTNA tag matching logic. Valid values: or, and.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PackagesFirewallPolicy 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 PackagesFirewallPolicy Resource

    Get an existing PackagesFirewallPolicy 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?: PackagesFirewallPolicyState, opts?: CustomResourceOptions): PackagesFirewallPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            _policy_block: Optional[float] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            anti_replay: Optional[str] = None,
            app_category: Optional[str] = None,
            app_group: Optional[str] = None,
            application_list: Optional[str] = None,
            applications: Optional[Sequence[float]] = None,
            auth_cert: Optional[str] = None,
            auth_path: Optional[str] = None,
            auth_redirect_addr: Optional[str] = None,
            auto_asic_offload: Optional[str] = None,
            av_profile: Optional[str] = None,
            best_route: Optional[str] = None,
            block_notification: Optional[str] = None,
            captive_portal_exempt: Optional[str] = None,
            capture_packet: Optional[str] = None,
            casb_profile: Optional[str] = None,
            cgn_eif: Optional[str] = None,
            cgn_eim: Optional[str] = None,
            cgn_log_server_grp: Optional[str] = None,
            cgn_resource_quota: Optional[float] = None,
            cgn_session_quota: Optional[float] = None,
            cgn_sw_eif_ctrl: Optional[str] = None,
            cifs_profile: Optional[str] = None,
            comments: Optional[str] = None,
            custom_log_fields: Optional[str] = None,
            decrypted_traffic_mirror: Optional[str] = None,
            delay_tcp_npu_session: Optional[str] = None,
            devices: Optional[str] = None,
            diameter_filter_profile: Optional[str] = None,
            diffserv_copy: Optional[str] = None,
            diffserv_forward: Optional[str] = None,
            diffserv_reverse: Optional[str] = None,
            diffservcode_forward: Optional[str] = None,
            diffservcode_rev: Optional[str] = None,
            disclaimer: Optional[str] = None,
            dlp_profile: Optional[str] = None,
            dlp_sensor: Optional[str] = None,
            dnsfilter_profile: Optional[str] = None,
            dscp_match: Optional[str] = None,
            dscp_negate: Optional[str] = None,
            dscp_value: Optional[str] = None,
            dsri: Optional[str] = None,
            dstaddr6_negate: Optional[str] = None,
            dstaddr6s: Optional[Sequence[str]] = None,
            dstaddr_negate: Optional[str] = None,
            dstaddrs: Optional[Sequence[str]] = None,
            dstintfs: Optional[Sequence[str]] = None,
            dynamic_shaping: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            eif_check: Optional[str] = None,
            eif_learn: Optional[str] = None,
            email_collect: Optional[str] = None,
            emailfilter_profile: Optional[str] = None,
            fec: Optional[str] = None,
            file_filter_profile: Optional[str] = None,
            firewall_session_dirty: Optional[str] = None,
            fixedport: Optional[str] = None,
            fsso: Optional[str] = None,
            fsso_agent_for_ntlm: Optional[str] = None,
            fsso_groups: Optional[Sequence[str]] = None,
            geoip_anycast: Optional[str] = None,
            geoip_match: Optional[str] = None,
            global_label: Optional[str] = None,
            groups: Optional[Sequence[str]] = None,
            gtp_profile: Optional[str] = None,
            http_policy_redirect: Optional[str] = None,
            icap_profile: Optional[str] = None,
            identity_based_route: Optional[str] = None,
            inbound: Optional[str] = None,
            inspection_mode: Optional[str] = None,
            internet_service: Optional[str] = None,
            internet_service6: Optional[str] = None,
            internet_service6_custom_groups: Optional[Sequence[str]] = None,
            internet_service6_customs: Optional[Sequence[str]] = None,
            internet_service6_groups: Optional[Sequence[str]] = None,
            internet_service6_names: Optional[Sequence[str]] = None,
            internet_service6_negate: Optional[str] = None,
            internet_service6_src: Optional[str] = None,
            internet_service6_src_custom_groups: Optional[Sequence[str]] = None,
            internet_service6_src_customs: Optional[Sequence[str]] = None,
            internet_service6_src_groups: Optional[Sequence[str]] = None,
            internet_service6_src_names: Optional[Sequence[str]] = None,
            internet_service6_src_negate: Optional[str] = None,
            internet_service_custom: Optional[str] = None,
            internet_service_custom_group: Optional[str] = None,
            internet_service_group: Optional[str] = None,
            internet_service_ids: Optional[Sequence[str]] = None,
            internet_service_name: Optional[str] = None,
            internet_service_negate: Optional[str] = None,
            internet_service_src: Optional[str] = None,
            internet_service_src_custom: Optional[str] = None,
            internet_service_src_custom_group: Optional[str] = None,
            internet_service_src_group: Optional[str] = None,
            internet_service_src_id: Optional[str] = None,
            internet_service_src_name: Optional[str] = None,
            internet_service_src_negate: Optional[str] = None,
            ip_version_type: Optional[str] = None,
            ippool: Optional[str] = None,
            ips_sensor: Optional[str] = None,
            ips_voip_filter: Optional[str] = None,
            label: Optional[str] = None,
            learning_mode: Optional[str] = None,
            log_http_transaction: Optional[str] = None,
            logtraffic: Optional[str] = None,
            logtraffic_start: Optional[str] = None,
            match_vip: Optional[str] = None,
            match_vip_only: Optional[str] = None,
            mms_profile: Optional[str] = None,
            name: Optional[str] = None,
            nat: Optional[str] = None,
            nat46: Optional[str] = None,
            nat64: Optional[str] = None,
            natinbound: Optional[str] = None,
            natips: Optional[Sequence[str]] = None,
            natoutbound: Optional[str] = None,
            network_service_dynamics: Optional[Sequence[str]] = None,
            network_service_src_dynamics: Optional[Sequence[str]] = None,
            np_acceleration: Optional[str] = None,
            ntlm: Optional[str] = None,
            ntlm_enabled_browsers: Optional[Sequence[str]] = None,
            ntlm_guest: Optional[str] = None,
            outbound: Optional[str] = None,
            packages_firewall_policy_id: Optional[str] = None,
            passive_wan_health_measurement: Optional[str] = None,
            pcp_inbound: Optional[str] = None,
            pcp_outbound: Optional[str] = None,
            pcp_poolnames: Optional[Sequence[str]] = None,
            per_ip_shaper: Optional[str] = None,
            permit_any_host: Optional[str] = None,
            permit_stun_host: Optional[str] = None,
            pfcp_profile: Optional[str] = None,
            pkg: Optional[str] = None,
            pkg_folder_path: Optional[str] = None,
            policy_behaviour_type: Optional[str] = None,
            policy_expiry: Optional[str] = None,
            policy_expiry_date: Optional[str] = None,
            policy_expiry_date_utc: Optional[str] = None,
            policy_offload: Optional[str] = None,
            policyid: Optional[float] = None,
            poolname: Optional[str] = None,
            poolname6: Optional[str] = None,
            port_preserve: Optional[str] = None,
            profile_group: Optional[str] = None,
            profile_protocol_options: Optional[str] = None,
            profile_type: Optional[str] = None,
            radius_ip_auth_bypass: Optional[str] = None,
            radius_mac_auth_bypass: Optional[str] = None,
            redirect_url: Optional[str] = None,
            replacemsg_override_group: Optional[str] = None,
            reputation_direction: Optional[str] = None,
            reputation_direction6: Optional[str] = None,
            reputation_minimum: Optional[float] = None,
            reputation_minimum6: Optional[float] = None,
            rsso: Optional[str] = None,
            rtp_addr: Optional[str] = None,
            rtp_nat: Optional[str] = None,
            scan_botnet_connections: Optional[str] = None,
            schedule: Optional[str] = None,
            schedule_timeout: Optional[str] = None,
            scopetype: Optional[str] = None,
            sctp_filter_profile: Optional[str] = None,
            send_deny_packet: Optional[str] = None,
            service_negate: Optional[str] = None,
            services: Optional[Sequence[str]] = None,
            session_ttl: Optional[str] = None,
            sgt_check: Optional[str] = None,
            sgts: Optional[Sequence[float]] = None,
            spamfilter_profile: Optional[str] = None,
            src_vendor_macs: Optional[Sequence[str]] = None,
            srcaddr6_negate: Optional[str] = None,
            srcaddr6s: Optional[Sequence[str]] = None,
            srcaddr_negate: Optional[str] = None,
            srcaddrs: Optional[Sequence[str]] = None,
            srcintfs: Optional[Sequence[str]] = None,
            ssh_filter_profile: Optional[str] = None,
            ssh_policy_redirect: Optional[str] = None,
            ssl_mirror: Optional[str] = None,
            ssl_mirror_intf: Optional[str] = None,
            ssl_ssh_profile: Optional[str] = None,
            status: Optional[str] = None,
            tcp_mss_receiver: Optional[float] = None,
            tcp_mss_sender: Optional[float] = None,
            tcp_session_without_syn: Optional[str] = None,
            tcp_timeout_pid: Optional[str] = None,
            timeout_send_rst: Optional[str] = None,
            tos: Optional[str] = None,
            tos_mask: Optional[str] = None,
            tos_negate: Optional[str] = None,
            traffic_shaper: Optional[str] = None,
            traffic_shaper_reverse: Optional[str] = None,
            udp_timeout_pid: Optional[str] = None,
            url_category: Optional[str] = None,
            users: Optional[Sequence[str]] = None,
            utm_status: Optional[str] = None,
            uuid: Optional[str] = None,
            videofilter_profile: Optional[str] = None,
            virtual_patch_profile: Optional[str] = None,
            vlan_cos_fwd: Optional[float] = None,
            vlan_cos_rev: Optional[float] = None,
            vlan_filter: Optional[str] = None,
            voip_profile: Optional[str] = None,
            vpn_dst_nodes: Optional[Sequence[PackagesFirewallPolicyVpnDstNodeArgs]] = None,
            vpn_src_nodes: Optional[Sequence[PackagesFirewallPolicyVpnSrcNodeArgs]] = None,
            vpntunnel: Optional[str] = None,
            waf_profile: Optional[str] = None,
            wanopt: Optional[str] = None,
            wanopt_detection: Optional[str] = None,
            wanopt_passive_opt: Optional[str] = None,
            wanopt_peer: Optional[str] = None,
            wanopt_profile: Optional[str] = None,
            wccp: Optional[str] = None,
            webcache: Optional[str] = None,
            webcache_https: Optional[str] = None,
            webfilter_profile: Optional[str] = None,
            webproxy_forward_server: Optional[str] = None,
            webproxy_profile: Optional[str] = None,
            wsso: Optional[str] = None,
            ztna_device_ownership: Optional[str] = None,
            ztna_ems_tag: Optional[str] = None,
            ztna_ems_tag_secondaries: Optional[Sequence[str]] = None,
            ztna_geo_tag: Optional[str] = None,
            ztna_policy_redirect: Optional[str] = None,
            ztna_status: Optional[str] = None,
            ztna_tags_match_logic: Optional[str] = None) -> PackagesFirewallPolicy
    func GetPackagesFirewallPolicy(ctx *Context, name string, id IDInput, state *PackagesFirewallPolicyState, opts ...ResourceOption) (*PackagesFirewallPolicy, error)
    public static PackagesFirewallPolicy Get(string name, Input<string> id, PackagesFirewallPolicyState? state, CustomResourceOptions? opts = null)
    public static PackagesFirewallPolicy get(String name, Output<String> id, PackagesFirewallPolicyState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesFirewallPolicy    get:      id: ${id}
    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:
    Action string
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AntiReplay string
    Enable/disable anti-replay check. Valid values: disable, enable.
    AppCategory string
    Application category ID list.
    AppGroup string
    Application group names.
    ApplicationList string
    Name of an existing Application list.
    Applications List<double>
    Application ID list.
    AuthCert string
    HTTPS server certificate for policy authentication.
    AuthPath string
    Enable/disable authentication-based routing. Valid values: disable, enable.
    AuthRedirectAddr string
    HTTP-to-HTTPS redirect address for firewall authentication.
    AutoAsicOffload string
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    AvProfile string
    Name of an existing Antivirus profile.
    BestRoute string
    Best-Route. Valid values: disable, enable.
    BlockNotification string
    Enable/disable block notification. Valid values: disable, enable.
    CaptivePortalExempt string
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    CapturePacket string
    Enable/disable capture packets. Valid values: disable, enable.
    CasbProfile string
    Name of an existing CASB profile.
    CgnEif string
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    CgnEim string
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    CgnLogServerGrp string
    NP log server group name
    CgnResourceQuota double
    resource quota
    CgnSessionQuota double
    session quota
    CgnSwEifCtrl string
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    CifsProfile string
    Name of an existing CIFS profile.
    Comments string
    Comment.
    CustomLogFields string
    Custom fields to append to log messages for this policy.
    DecryptedTrafficMirror string
    Decrypted traffic mirror.
    DelayTcpNpuSession string
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    Devices string
    Names of devices or device groups that can be matched by the policy.
    DiameterFilterProfile string
    Name of an existing Diameter filter profile.
    DiffservCopy string
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    DiffservForward string
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    DiffservReverse string
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    DiffservcodeForward string
    Change packet's DiffServ to this value.
    DiffservcodeRev string
    Change packet's reverse (reply) DiffServ to this value.
    Disclaimer string
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    DlpProfile string
    Name of an existing DLP profile.
    DlpSensor string
    Name of an existing DLP sensor.
    DnsfilterProfile string
    Name of an existing DNS filter profile.
    DscpMatch string
    Enable DSCP check. Valid values: disable, enable.
    DscpNegate string
    Enable negated DSCP match. Valid values: disable, enable.
    DscpValue string
    DSCP value.
    Dsri string
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    Dstaddr6Negate string
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddr6s List<string>
    Destination IPv6 address name and address group names.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs List<string>
    Destination address and address group names.
    Dstintfs List<string>
    Outgoing (egress) interface.
    DynamicShaping string
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    EifCheck string
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    EifLearn string
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    EmailCollect string
    Enable/disable email collection. Valid values: disable, enable.
    EmailfilterProfile string
    Name of an existing email filter profile.
    Fec string
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    FileFilterProfile string
    Name of an existing file-filter profile.
    FirewallSessionDirty string
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    Fixedport string
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    Fsso string
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    FssoAgentForNtlm string
    FSSO agent to use for NTLM authentication.
    FssoGroups List<string>
    Names of FSSO groups.
    GeoipAnycast string
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    GeoipMatch string
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    GlobalLabel string
    Label for the policy that appears when the GUI is in Global View mode.
    Groups List<string>
    Names of user groups that can authenticate with this policy.
    GtpProfile string
    GTP profile.
    HttpPolicyRedirect string
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    IcapProfile string
    Name of an existing ICAP profile.
    IdentityBasedRoute string
    Name of identity-based routing rule.
    Inbound string
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    InspectionMode string
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    InternetService string
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6 string
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6CustomGroups List<string>
    Custom Internet Service6 group name.
    InternetService6Customs List<string>
    Custom IPv6 Internet Service name.
    InternetService6Groups List<string>
    Internet Service group name.
    InternetService6Names List<string>
    IPv6 Internet Service name.
    InternetService6Negate string
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetService6SrcCustomGroups List<string>
    Custom Internet Service6 source group name.
    InternetService6SrcCustoms List<string>
    Custom IPv6 Internet Service source name.
    InternetService6SrcGroups List<string>
    Internet Service6 source group name.
    InternetService6SrcNames List<string>
    IPv6 Internet Service source name.
    InternetService6SrcNegate string
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceCustom string
    Custom Internet Service name.
    InternetServiceCustomGroup string
    Custom Internet Service group name.
    InternetServiceGroup string
    Internet Service group name.
    InternetServiceIds List<string>
    Internet Service ID.
    InternetServiceName string
    Internet Service name.
    InternetServiceNegate string
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustom string
    Custom Internet Service source name.
    InternetServiceSrcCustomGroup string
    Custom Internet Service source group name.
    InternetServiceSrcGroup string
    Internet Service source group name.
    InternetServiceSrcId string
    Internet Service source ID.
    InternetServiceSrcName string
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    IpVersionType string
    IP version of the policy.
    Ippool string
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    IpsSensor string
    Name of an existing IPS sensor.
    IpsVoipFilter string
    Name of an existing VoIP (ips) profile.
    Label string
    Label for the policy that appears when the GUI is in Section View mode.
    LearningMode string
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    LogHttpTransaction string
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    Logtraffic string
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    LogtrafficStart string
    Record logs when a session starts. Valid values: disable, enable.
    MatchVip string
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MatchVipOnly string
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MmsProfile string
    Name of an existing MMS profile.
    Name string
    Policy name.
    Nat string
    Enable/disable source NAT. Valid values: disable, enable.
    Nat46 string
    Enable/disable NAT46. Valid values: disable, enable.
    Nat64 string
    Enable/disable NAT64. Valid values: disable, enable.
    Natinbound string
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    Natips List<string>
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    Natoutbound string
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    NetworkServiceDynamics List<string>
    Dynamic Network Service name.
    NetworkServiceSrcDynamics List<string>
    Dynamic Network Service source name.
    NpAcceleration string
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    Ntlm string
    Enable/disable NTLM authentication. Valid values: disable, enable.
    NtlmEnabledBrowsers List<string>
    HTTP-User-Agent value of supported browsers.
    NtlmGuest string
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    Outbound string
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    PackagesFirewallPolicyId string
    an identifier for the resource with format {{policyid}}.
    PassiveWanHealthMeasurement string
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    PcpInbound string
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    PcpOutbound string
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    PcpPoolnames List<string>
    PCP pool names.
    PerIpShaper string
    Per-IP traffic shaper.
    PermitAnyHost string
    Accept UDP packets from any host. Valid values: disable, enable.
    PermitStunHost string
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    PfcpProfile string
    PFCP profile.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    PolicyBehaviourType string
    Behaviour of the policy.
    PolicyExpiry string
    Enable/disable policy expiry. Valid values: disable, enable.
    PolicyExpiryDate string
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    PolicyExpiryDateUtc string
    Policy expiry date and time, in epoch format.
    PolicyOffload string
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    Policyid double
    Policy ID (0 - 4294967294).
    Poolname string
    IP Pool names.
    Poolname6 string
    IPv6 pool names.
    PortPreserve string
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    ProfileGroup string
    Name of profile group.
    ProfileProtocolOptions string
    Name of an existing Protocol options profile.
    ProfileType string
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    RadiusIpAuthBypass string
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    RadiusMacAuthBypass string
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    RedirectUrl string
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    ReplacemsgOverrideGroup string
    Override the default replacement message group for this policy.
    ReputationDirection string
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    ReputationDirection6 string
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    ReputationMinimum double
    Minimum Reputation to take action.
    ReputationMinimum6 double
    IPv6 Minimum Reputation to take action.
    Rsso string
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    RtpAddr string
    Address names if this is an RTP NAT policy.
    RtpNat string
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    Schedule string
    Schedule name.
    ScheduleTimeout string
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SctpFilterProfile string
    Name of an existing SCTP filter profile.
    SendDenyPacket string
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services List<string>
    Service and service group names.
    SessionTtl string
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    SgtCheck string
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    Sgts List<double>
    Security group tags.
    SpamfilterProfile string
    Name of an existing Spam filter profile.
    SrcVendorMacs List<string>
    Vendor MAC source ID.
    Srcaddr6Negate string
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddr6s List<string>
    Source IPv6 address name and address group names.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs List<string>
    Source address and address group names.
    Srcintfs List<string>
    Incoming (ingress) interface.
    SshFilterProfile string
    Name of an existing SSH filter profile.
    SshPolicyRedirect string
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    SslMirror string
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    SslMirrorIntf string
    SSL mirror interface name.
    SslSshProfile string
    Name of an existing SSL SSH profile.
    Status string
    Enable or disable this policy. Valid values: disable, enable.
    TcpMssReceiver double
    Receiver TCP maximum segment size (MSS).
    TcpMssSender double
    Sender TCP maximum segment size (MSS).
    TcpSessionWithoutSyn string
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    TcpTimeoutPid string
    TCP timeout profile ID
    TimeoutSendRst string
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    Tos string
    ToS (Type of Service) value used for comparison.
    TosMask string
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    TosNegate string
    Enable negated TOS match. Valid values: disable, enable.
    TrafficShaper string
    Traffic shaper.
    TrafficShaperReverse string
    Reverse traffic shaper.
    UdpTimeoutPid string
    UDP timeout profile ID
    UrlCategory string
    URL category ID list.
    Users List<string>
    Names of individual users that can authenticate with this policy.
    UtmStatus string
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VideofilterProfile string
    Name of an existing VideoFilter profile.
    VirtualPatchProfile string
    Name of an existing virtual-patch profile.
    VlanCosFwd double
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanCosRev double
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanFilter string
    Set VLAN filters.
    VoipProfile string
    Name of an existing VoIP profile.
    VpnDstNodes List<PackagesFirewallPolicyVpnDstNode>
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    VpnSrcNodes List<PackagesFirewallPolicyVpnSrcNode>
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    Vpntunnel string
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    WafProfile string
    Name of an existing Web application firewall profile.
    Wanopt string
    Enable/disable WAN optimization. Valid values: disable, enable.
    WanoptDetection string
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    WanoptPassiveOpt string
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    WanoptPeer string
    WAN optimization peer.
    WanoptProfile string
    WAN optimization profile.
    Wccp string
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    Webcache string
    Enable/disable web cache. Valid values: disable, enable.
    WebcacheHttps string
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    WebfilterProfile string
    Name of an existing Web filter profile.
    WebproxyForwardServer string
    Webproxy forward server name.
    WebproxyProfile string
    Webproxy profile name.
    Wsso string
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ZtnaDeviceOwnership string
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ZtnaEmsTag string
    Source ztna-ems-tag names.
    ZtnaEmsTagSecondaries List<string>
    Source ztna-ems-tag-secondary names.
    ZtnaGeoTag string
    Source ztna-geo-tag names.
    ZtnaPolicyRedirect string
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ZtnaStatus string
    Enable/disable zero trust access. Valid values: disable, enable.
    ZtnaTagsMatchLogic string
    ZTNA tag matching logic. Valid values: or, and.
    _policyBlock double
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    Action string
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AntiReplay string
    Enable/disable anti-replay check. Valid values: disable, enable.
    AppCategory string
    Application category ID list.
    AppGroup string
    Application group names.
    ApplicationList string
    Name of an existing Application list.
    Applications []float64
    Application ID list.
    AuthCert string
    HTTPS server certificate for policy authentication.
    AuthPath string
    Enable/disable authentication-based routing. Valid values: disable, enable.
    AuthRedirectAddr string
    HTTP-to-HTTPS redirect address for firewall authentication.
    AutoAsicOffload string
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    AvProfile string
    Name of an existing Antivirus profile.
    BestRoute string
    Best-Route. Valid values: disable, enable.
    BlockNotification string
    Enable/disable block notification. Valid values: disable, enable.
    CaptivePortalExempt string
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    CapturePacket string
    Enable/disable capture packets. Valid values: disable, enable.
    CasbProfile string
    Name of an existing CASB profile.
    CgnEif string
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    CgnEim string
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    CgnLogServerGrp string
    NP log server group name
    CgnResourceQuota float64
    resource quota
    CgnSessionQuota float64
    session quota
    CgnSwEifCtrl string
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    CifsProfile string
    Name of an existing CIFS profile.
    Comments string
    Comment.
    CustomLogFields string
    Custom fields to append to log messages for this policy.
    DecryptedTrafficMirror string
    Decrypted traffic mirror.
    DelayTcpNpuSession string
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    Devices string
    Names of devices or device groups that can be matched by the policy.
    DiameterFilterProfile string
    Name of an existing Diameter filter profile.
    DiffservCopy string
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    DiffservForward string
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    DiffservReverse string
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    DiffservcodeForward string
    Change packet's DiffServ to this value.
    DiffservcodeRev string
    Change packet's reverse (reply) DiffServ to this value.
    Disclaimer string
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    DlpProfile string
    Name of an existing DLP profile.
    DlpSensor string
    Name of an existing DLP sensor.
    DnsfilterProfile string
    Name of an existing DNS filter profile.
    DscpMatch string
    Enable DSCP check. Valid values: disable, enable.
    DscpNegate string
    Enable negated DSCP match. Valid values: disable, enable.
    DscpValue string
    DSCP value.
    Dsri string
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    Dstaddr6Negate string
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddr6s []string
    Destination IPv6 address name and address group names.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs []string
    Destination address and address group names.
    Dstintfs []string
    Outgoing (egress) interface.
    DynamicShaping string
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    EifCheck string
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    EifLearn string
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    EmailCollect string
    Enable/disable email collection. Valid values: disable, enable.
    EmailfilterProfile string
    Name of an existing email filter profile.
    Fec string
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    FileFilterProfile string
    Name of an existing file-filter profile.
    FirewallSessionDirty string
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    Fixedport string
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    Fsso string
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    FssoAgentForNtlm string
    FSSO agent to use for NTLM authentication.
    FssoGroups []string
    Names of FSSO groups.
    GeoipAnycast string
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    GeoipMatch string
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    GlobalLabel string
    Label for the policy that appears when the GUI is in Global View mode.
    Groups []string
    Names of user groups that can authenticate with this policy.
    GtpProfile string
    GTP profile.
    HttpPolicyRedirect string
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    IcapProfile string
    Name of an existing ICAP profile.
    IdentityBasedRoute string
    Name of identity-based routing rule.
    Inbound string
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    InspectionMode string
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    InternetService string
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6 string
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    InternetService6CustomGroups []string
    Custom Internet Service6 group name.
    InternetService6Customs []string
    Custom IPv6 Internet Service name.
    InternetService6Groups []string
    Internet Service group name.
    InternetService6Names []string
    IPv6 Internet Service name.
    InternetService6Negate string
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetService6SrcCustomGroups []string
    Custom Internet Service6 source group name.
    InternetService6SrcCustoms []string
    Custom IPv6 Internet Service source name.
    InternetService6SrcGroups []string
    Internet Service6 source group name.
    InternetService6SrcNames []string
    IPv6 Internet Service source name.
    InternetService6SrcNegate string
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceCustom string
    Custom Internet Service name.
    InternetServiceCustomGroup string
    Custom Internet Service group name.
    InternetServiceGroup string
    Internet Service group name.
    InternetServiceIds []string
    Internet Service ID.
    InternetServiceName string
    Internet Service name.
    InternetServiceNegate string
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustom string
    Custom Internet Service source name.
    InternetServiceSrcCustomGroup string
    Custom Internet Service source group name.
    InternetServiceSrcGroup string
    Internet Service source group name.
    InternetServiceSrcId string
    Internet Service source ID.
    InternetServiceSrcName string
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    IpVersionType string
    IP version of the policy.
    Ippool string
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    IpsSensor string
    Name of an existing IPS sensor.
    IpsVoipFilter string
    Name of an existing VoIP (ips) profile.
    Label string
    Label for the policy that appears when the GUI is in Section View mode.
    LearningMode string
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    LogHttpTransaction string
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    Logtraffic string
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    LogtrafficStart string
    Record logs when a session starts. Valid values: disable, enable.
    MatchVip string
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MatchVipOnly string
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    MmsProfile string
    Name of an existing MMS profile.
    Name string
    Policy name.
    Nat string
    Enable/disable source NAT. Valid values: disable, enable.
    Nat46 string
    Enable/disable NAT46. Valid values: disable, enable.
    Nat64 string
    Enable/disable NAT64. Valid values: disable, enable.
    Natinbound string
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    Natips []string
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    Natoutbound string
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    NetworkServiceDynamics []string
    Dynamic Network Service name.
    NetworkServiceSrcDynamics []string
    Dynamic Network Service source name.
    NpAcceleration string
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    Ntlm string
    Enable/disable NTLM authentication. Valid values: disable, enable.
    NtlmEnabledBrowsers []string
    HTTP-User-Agent value of supported browsers.
    NtlmGuest string
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    Outbound string
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    PackagesFirewallPolicyId string
    an identifier for the resource with format {{policyid}}.
    PassiveWanHealthMeasurement string
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    PcpInbound string
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    PcpOutbound string
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    PcpPoolnames []string
    PCP pool names.
    PerIpShaper string
    Per-IP traffic shaper.
    PermitAnyHost string
    Accept UDP packets from any host. Valid values: disable, enable.
    PermitStunHost string
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    PfcpProfile string
    PFCP profile.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    PolicyBehaviourType string
    Behaviour of the policy.
    PolicyExpiry string
    Enable/disable policy expiry. Valid values: disable, enable.
    PolicyExpiryDate string
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    PolicyExpiryDateUtc string
    Policy expiry date and time, in epoch format.
    PolicyOffload string
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    Policyid float64
    Policy ID (0 - 4294967294).
    Poolname string
    IP Pool names.
    Poolname6 string
    IPv6 pool names.
    PortPreserve string
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    ProfileGroup string
    Name of profile group.
    ProfileProtocolOptions string
    Name of an existing Protocol options profile.
    ProfileType string
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    RadiusIpAuthBypass string
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    RadiusMacAuthBypass string
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    RedirectUrl string
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    ReplacemsgOverrideGroup string
    Override the default replacement message group for this policy.
    ReputationDirection string
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    ReputationDirection6 string
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    ReputationMinimum float64
    Minimum Reputation to take action.
    ReputationMinimum6 float64
    IPv6 Minimum Reputation to take action.
    Rsso string
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    RtpAddr string
    Address names if this is an RTP NAT policy.
    RtpNat string
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    ScanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    Schedule string
    Schedule name.
    ScheduleTimeout string
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SctpFilterProfile string
    Name of an existing SCTP filter profile.
    SendDenyPacket string
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services []string
    Service and service group names.
    SessionTtl string
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    SgtCheck string
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    Sgts []float64
    Security group tags.
    SpamfilterProfile string
    Name of an existing Spam filter profile.
    SrcVendorMacs []string
    Vendor MAC source ID.
    Srcaddr6Negate string
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddr6s []string
    Source IPv6 address name and address group names.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs []string
    Source address and address group names.
    Srcintfs []string
    Incoming (ingress) interface.
    SshFilterProfile string
    Name of an existing SSH filter profile.
    SshPolicyRedirect string
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    SslMirror string
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    SslMirrorIntf string
    SSL mirror interface name.
    SslSshProfile string
    Name of an existing SSL SSH profile.
    Status string
    Enable or disable this policy. Valid values: disable, enable.
    TcpMssReceiver float64
    Receiver TCP maximum segment size (MSS).
    TcpMssSender float64
    Sender TCP maximum segment size (MSS).
    TcpSessionWithoutSyn string
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    TcpTimeoutPid string
    TCP timeout profile ID
    TimeoutSendRst string
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    Tos string
    ToS (Type of Service) value used for comparison.
    TosMask string
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    TosNegate string
    Enable negated TOS match. Valid values: disable, enable.
    TrafficShaper string
    Traffic shaper.
    TrafficShaperReverse string
    Reverse traffic shaper.
    UdpTimeoutPid string
    UDP timeout profile ID
    UrlCategory string
    URL category ID list.
    Users []string
    Names of individual users that can authenticate with this policy.
    UtmStatus string
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VideofilterProfile string
    Name of an existing VideoFilter profile.
    VirtualPatchProfile string
    Name of an existing virtual-patch profile.
    VlanCosFwd float64
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanCosRev float64
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    VlanFilter string
    Set VLAN filters.
    VoipProfile string
    Name of an existing VoIP profile.
    VpnDstNodes []PackagesFirewallPolicyVpnDstNodeArgs
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    VpnSrcNodes []PackagesFirewallPolicyVpnSrcNodeArgs
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    Vpntunnel string
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    WafProfile string
    Name of an existing Web application firewall profile.
    Wanopt string
    Enable/disable WAN optimization. Valid values: disable, enable.
    WanoptDetection string
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    WanoptPassiveOpt string
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    WanoptPeer string
    WAN optimization peer.
    WanoptProfile string
    WAN optimization profile.
    Wccp string
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    Webcache string
    Enable/disable web cache. Valid values: disable, enable.
    WebcacheHttps string
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    WebfilterProfile string
    Name of an existing Web filter profile.
    WebproxyForwardServer string
    Webproxy forward server name.
    WebproxyProfile string
    Webproxy profile name.
    Wsso string
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ZtnaDeviceOwnership string
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ZtnaEmsTag string
    Source ztna-ems-tag names.
    ZtnaEmsTagSecondaries []string
    Source ztna-ems-tag-secondary names.
    ZtnaGeoTag string
    Source ztna-geo-tag names.
    ZtnaPolicyRedirect string
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ZtnaStatus string
    Enable/disable zero trust access. Valid values: disable, enable.
    ZtnaTagsMatchLogic string
    ZTNA tag matching logic. Valid values: or, and.
    _policyBlock float64
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    _policyBlock Double
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action String
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antiReplay String
    Enable/disable anti-replay check. Valid values: disable, enable.
    appCategory String
    Application category ID list.
    appGroup String
    Application group names.
    applicationList String
    Name of an existing Application list.
    applications List<Double>
    Application ID list.
    authCert String
    HTTPS server certificate for policy authentication.
    authPath String
    Enable/disable authentication-based routing. Valid values: disable, enable.
    authRedirectAddr String
    HTTP-to-HTTPS redirect address for firewall authentication.
    autoAsicOffload String
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    avProfile String
    Name of an existing Antivirus profile.
    bestRoute String
    Best-Route. Valid values: disable, enable.
    blockNotification String
    Enable/disable block notification. Valid values: disable, enable.
    captivePortalExempt String
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capturePacket String
    Enable/disable capture packets. Valid values: disable, enable.
    casbProfile String
    Name of an existing CASB profile.
    cgnEif String
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgnEim String
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgnLogServerGrp String
    NP log server group name
    cgnResourceQuota Double
    resource quota
    cgnSessionQuota Double
    session quota
    cgnSwEifCtrl String
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifsProfile String
    Name of an existing CIFS profile.
    comments String
    Comment.
    customLogFields String
    Custom fields to append to log messages for this policy.
    decryptedTrafficMirror String
    Decrypted traffic mirror.
    delayTcpNpuSession String
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices String
    Names of devices or device groups that can be matched by the policy.
    diameterFilterProfile String
    Name of an existing Diameter filter profile.
    diffservCopy String
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffservForward String
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffservReverse String
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcodeForward String
    Change packet's DiffServ to this value.
    diffservcodeRev String
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer String
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlpProfile String
    Name of an existing DLP profile.
    dlpSensor String
    Name of an existing DLP sensor.
    dnsfilterProfile String
    Name of an existing DNS filter profile.
    dscpMatch String
    Enable DSCP check. Valid values: disable, enable.
    dscpNegate String
    Enable negated DSCP match. Valid values: disable, enable.
    dscpValue String
    DSCP value.
    dsri String
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6Negate String
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s List<String>
    Destination IPv6 address name and address group names.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address and address group names.
    dstintfs List<String>
    Outgoing (egress) interface.
    dynamicShaping String
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eifCheck String
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eifLearn String
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    emailCollect String
    Enable/disable email collection. Valid values: disable, enable.
    emailfilterProfile String
    Name of an existing email filter profile.
    fec String
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    fileFilterProfile String
    Name of an existing file-filter profile.
    firewallSessionDirty String
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport String
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso String
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fssoAgentForNtlm String
    FSSO agent to use for NTLM authentication.
    fssoGroups List<String>
    Names of FSSO groups.
    geoipAnycast String
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoipMatch String
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    globalLabel String
    Label for the policy that appears when the GUI is in Global View mode.
    groups List<String>
    Names of user groups that can authenticate with this policy.
    gtpProfile String
    GTP profile.
    httpPolicyRedirect String
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icapProfile String
    Name of an existing ICAP profile.
    identityBasedRoute String
    Name of identity-based routing rule.
    inbound String
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspectionMode String
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internetService String
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6 String
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6CustomGroups List<String>
    Custom Internet Service6 group name.
    internetService6Customs List<String>
    Custom IPv6 Internet Service name.
    internetService6Groups List<String>
    Internet Service group name.
    internetService6Names List<String>
    IPv6 Internet Service name.
    internetService6Negate String
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetService6SrcCustomGroups List<String>
    Custom Internet Service6 source group name.
    internetService6SrcCustoms List<String>
    Custom IPv6 Internet Service source name.
    internetService6SrcGroups List<String>
    Internet Service6 source group name.
    internetService6SrcNames List<String>
    IPv6 Internet Service source name.
    internetService6SrcNegate String
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceCustom String
    Custom Internet Service name.
    internetServiceCustomGroup String
    Custom Internet Service group name.
    internetServiceGroup String
    Internet Service group name.
    internetServiceIds List<String>
    Internet Service ID.
    internetServiceName String
    Internet Service name.
    internetServiceNegate String
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustom String
    Custom Internet Service source name.
    internetServiceSrcCustomGroup String
    Custom Internet Service source group name.
    internetServiceSrcGroup String
    Internet Service source group name.
    internetServiceSrcId String
    Internet Service source ID.
    internetServiceSrcName String
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ipVersionType String
    IP version of the policy.
    ippool String
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ipsSensor String
    Name of an existing IPS sensor.
    ipsVoipFilter String
    Name of an existing VoIP (ips) profile.
    label String
    Label for the policy that appears when the GUI is in Section View mode.
    learningMode String
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    logHttpTransaction String
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic String
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtrafficStart String
    Record logs when a session starts. Valid values: disable, enable.
    matchVip String
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    matchVipOnly String
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mmsProfile String
    Name of an existing MMS profile.
    name String
    Policy name.
    nat String
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 String
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 String
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound String
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips List<String>
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound String
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    networkServiceDynamics List<String>
    Dynamic Network Service name.
    networkServiceSrcDynamics List<String>
    Dynamic Network Service source name.
    npAcceleration String
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm String
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlmEnabledBrowsers List<String>
    HTTP-User-Agent value of supported browsers.
    ntlmGuest String
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound String
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packagesFirewallPolicyId String
    an identifier for the resource with format {{policyid}}.
    passiveWanHealthMeasurement String
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcpInbound String
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcpOutbound String
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcpPoolnames List<String>
    PCP pool names.
    perIpShaper String
    Per-IP traffic shaper.
    permitAnyHost String
    Accept UDP packets from any host. Valid values: disable, enable.
    permitStunHost String
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcpProfile String
    PFCP profile.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    policyBehaviourType String
    Behaviour of the policy.
    policyExpiry String
    Enable/disable policy expiry. Valid values: disable, enable.
    policyExpiryDate String
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policyExpiryDateUtc String
    Policy expiry date and time, in epoch format.
    policyOffload String
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid Double
    Policy ID (0 - 4294967294).
    poolname String
    IP Pool names.
    poolname6 String
    IPv6 pool names.
    portPreserve String
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profileGroup String
    Name of profile group.
    profileProtocolOptions String
    Name of an existing Protocol options profile.
    profileType String
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radiusIpAuthBypass String
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radiusMacAuthBypass String
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirectUrl String
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsgOverrideGroup String
    Override the default replacement message group for this policy.
    reputationDirection String
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputationDirection6 String
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputationMinimum Double
    Minimum Reputation to take action.
    reputationMinimum6 Double
    IPv6 Minimum Reputation to take action.
    rsso String
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtpAddr String
    Address names if this is an RTP NAT policy.
    rtpNat String
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule String
    Schedule name.
    scheduleTimeout String
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctpFilterProfile String
    Name of an existing SCTP filter profile.
    sendDenyPacket String
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service and service group names.
    sessionTtl String
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgtCheck String
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts List<Double>
    Security group tags.
    spamfilterProfile String
    Name of an existing Spam filter profile.
    srcVendorMacs List<String>
    Vendor MAC source ID.
    srcaddr6Negate String
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s List<String>
    Source IPv6 address name and address group names.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address and address group names.
    srcintfs List<String>
    Incoming (ingress) interface.
    sshFilterProfile String
    Name of an existing SSH filter profile.
    sshPolicyRedirect String
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    sslMirror String
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    sslMirrorIntf String
    SSL mirror interface name.
    sslSshProfile String
    Name of an existing SSL SSH profile.
    status String
    Enable or disable this policy. Valid values: disable, enable.
    tcpMssReceiver Double
    Receiver TCP maximum segment size (MSS).
    tcpMssSender Double
    Sender TCP maximum segment size (MSS).
    tcpSessionWithoutSyn String
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcpTimeoutPid String
    TCP timeout profile ID
    timeoutSendRst String
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos String
    ToS (Type of Service) value used for comparison.
    tosMask String
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tosNegate String
    Enable negated TOS match. Valid values: disable, enable.
    trafficShaper String
    Traffic shaper.
    trafficShaperReverse String
    Reverse traffic shaper.
    udpTimeoutPid String
    UDP timeout profile ID
    urlCategory String
    URL category ID list.
    users List<String>
    Names of individual users that can authenticate with this policy.
    utmStatus String
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilterProfile String
    Name of an existing VideoFilter profile.
    virtualPatchProfile String
    Name of an existing virtual-patch profile.
    vlanCosFwd Double
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanCosRev Double
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanFilter String
    Set VLAN filters.
    voipProfile String
    Name of an existing VoIP profile.
    vpnDstNodes List<PackagesFirewallPolicyVpnDstNode>
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpnSrcNodes List<PackagesFirewallPolicyVpnSrcNode>
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel String
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    wafProfile String
    Name of an existing Web application firewall profile.
    wanopt String
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanoptDetection String
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanoptPassiveOpt String
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanoptPeer String
    WAN optimization peer.
    wanoptProfile String
    WAN optimization profile.
    wccp String
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache String
    Enable/disable web cache. Valid values: disable, enable.
    webcacheHttps String
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilterProfile String
    Name of an existing Web filter profile.
    webproxyForwardServer String
    Webproxy forward server name.
    webproxyProfile String
    Webproxy profile name.
    wsso String
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztnaDeviceOwnership String
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztnaEmsTag String
    Source ztna-ems-tag names.
    ztnaEmsTagSecondaries List<String>
    Source ztna-ems-tag-secondary names.
    ztnaGeoTag String
    Source ztna-geo-tag names.
    ztnaPolicyRedirect String
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztnaStatus String
    Enable/disable zero trust access. Valid values: disable, enable.
    ztnaTagsMatchLogic String
    ZTNA tag matching logic. Valid values: or, and.
    _policyBlock number
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action string
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antiReplay string
    Enable/disable anti-replay check. Valid values: disable, enable.
    appCategory string
    Application category ID list.
    appGroup string
    Application group names.
    applicationList string
    Name of an existing Application list.
    applications number[]
    Application ID list.
    authCert string
    HTTPS server certificate for policy authentication.
    authPath string
    Enable/disable authentication-based routing. Valid values: disable, enable.
    authRedirectAddr string
    HTTP-to-HTTPS redirect address for firewall authentication.
    autoAsicOffload string
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    avProfile string
    Name of an existing Antivirus profile.
    bestRoute string
    Best-Route. Valid values: disable, enable.
    blockNotification string
    Enable/disable block notification. Valid values: disable, enable.
    captivePortalExempt string
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capturePacket string
    Enable/disable capture packets. Valid values: disable, enable.
    casbProfile string
    Name of an existing CASB profile.
    cgnEif string
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgnEim string
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgnLogServerGrp string
    NP log server group name
    cgnResourceQuota number
    resource quota
    cgnSessionQuota number
    session quota
    cgnSwEifCtrl string
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifsProfile string
    Name of an existing CIFS profile.
    comments string
    Comment.
    customLogFields string
    Custom fields to append to log messages for this policy.
    decryptedTrafficMirror string
    Decrypted traffic mirror.
    delayTcpNpuSession string
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices string
    Names of devices or device groups that can be matched by the policy.
    diameterFilterProfile string
    Name of an existing Diameter filter profile.
    diffservCopy string
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffservForward string
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffservReverse string
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcodeForward string
    Change packet's DiffServ to this value.
    diffservcodeRev string
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer string
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlpProfile string
    Name of an existing DLP profile.
    dlpSensor string
    Name of an existing DLP sensor.
    dnsfilterProfile string
    Name of an existing DNS filter profile.
    dscpMatch string
    Enable DSCP check. Valid values: disable, enable.
    dscpNegate string
    Enable negated DSCP match. Valid values: disable, enable.
    dscpValue string
    DSCP value.
    dsri string
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6Negate string
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s string[]
    Destination IPv6 address name and address group names.
    dstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs string[]
    Destination address and address group names.
    dstintfs string[]
    Outgoing (egress) interface.
    dynamicShaping string
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eifCheck string
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eifLearn string
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    emailCollect string
    Enable/disable email collection. Valid values: disable, enable.
    emailfilterProfile string
    Name of an existing email filter profile.
    fec string
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    fileFilterProfile string
    Name of an existing file-filter profile.
    firewallSessionDirty string
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport string
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso string
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fssoAgentForNtlm string
    FSSO agent to use for NTLM authentication.
    fssoGroups string[]
    Names of FSSO groups.
    geoipAnycast string
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoipMatch string
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    globalLabel string
    Label for the policy that appears when the GUI is in Global View mode.
    groups string[]
    Names of user groups that can authenticate with this policy.
    gtpProfile string
    GTP profile.
    httpPolicyRedirect string
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icapProfile string
    Name of an existing ICAP profile.
    identityBasedRoute string
    Name of identity-based routing rule.
    inbound string
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspectionMode string
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internetService string
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6 string
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6CustomGroups string[]
    Custom Internet Service6 group name.
    internetService6Customs string[]
    Custom IPv6 Internet Service name.
    internetService6Groups string[]
    Internet Service group name.
    internetService6Names string[]
    IPv6 Internet Service name.
    internetService6Negate string
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetService6SrcCustomGroups string[]
    Custom Internet Service6 source group name.
    internetService6SrcCustoms string[]
    Custom IPv6 Internet Service source name.
    internetService6SrcGroups string[]
    Internet Service6 source group name.
    internetService6SrcNames string[]
    IPv6 Internet Service source name.
    internetService6SrcNegate string
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceCustom string
    Custom Internet Service name.
    internetServiceCustomGroup string
    Custom Internet Service group name.
    internetServiceGroup string
    Internet Service group name.
    internetServiceIds string[]
    Internet Service ID.
    internetServiceName string
    Internet Service name.
    internetServiceNegate string
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceSrc string
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustom string
    Custom Internet Service source name.
    internetServiceSrcCustomGroup string
    Custom Internet Service source group name.
    internetServiceSrcGroup string
    Internet Service source group name.
    internetServiceSrcId string
    Internet Service source ID.
    internetServiceSrcName string
    Internet Service source name.
    internetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ipVersionType string
    IP version of the policy.
    ippool string
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ipsSensor string
    Name of an existing IPS sensor.
    ipsVoipFilter string
    Name of an existing VoIP (ips) profile.
    label string
    Label for the policy that appears when the GUI is in Section View mode.
    learningMode string
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    logHttpTransaction string
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic string
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtrafficStart string
    Record logs when a session starts. Valid values: disable, enable.
    matchVip string
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    matchVipOnly string
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mmsProfile string
    Name of an existing MMS profile.
    name string
    Policy name.
    nat string
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 string
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 string
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound string
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips string[]
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound string
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    networkServiceDynamics string[]
    Dynamic Network Service name.
    networkServiceSrcDynamics string[]
    Dynamic Network Service source name.
    npAcceleration string
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm string
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlmEnabledBrowsers string[]
    HTTP-User-Agent value of supported browsers.
    ntlmGuest string
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound string
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packagesFirewallPolicyId string
    an identifier for the resource with format {{policyid}}.
    passiveWanHealthMeasurement string
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcpInbound string
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcpOutbound string
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcpPoolnames string[]
    PCP pool names.
    perIpShaper string
    Per-IP traffic shaper.
    permitAnyHost string
    Accept UDP packets from any host. Valid values: disable, enable.
    permitStunHost string
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcpProfile string
    PFCP profile.
    pkg string
    Package.
    pkgFolderPath string
    Pkg Folder Path.
    policyBehaviourType string
    Behaviour of the policy.
    policyExpiry string
    Enable/disable policy expiry. Valid values: disable, enable.
    policyExpiryDate string
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policyExpiryDateUtc string
    Policy expiry date and time, in epoch format.
    policyOffload string
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid number
    Policy ID (0 - 4294967294).
    poolname string
    IP Pool names.
    poolname6 string
    IPv6 pool names.
    portPreserve string
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profileGroup string
    Name of profile group.
    profileProtocolOptions string
    Name of an existing Protocol options profile.
    profileType string
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radiusIpAuthBypass string
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radiusMacAuthBypass string
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirectUrl string
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsgOverrideGroup string
    Override the default replacement message group for this policy.
    reputationDirection string
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputationDirection6 string
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputationMinimum number
    Minimum Reputation to take action.
    reputationMinimum6 number
    IPv6 Minimum Reputation to take action.
    rsso string
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtpAddr string
    Address names if this is an RTP NAT policy.
    rtpNat string
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scanBotnetConnections string
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule string
    Schedule name.
    scheduleTimeout string
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctpFilterProfile string
    Name of an existing SCTP filter profile.
    sendDenyPacket string
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    serviceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services string[]
    Service and service group names.
    sessionTtl string
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgtCheck string
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts number[]
    Security group tags.
    spamfilterProfile string
    Name of an existing Spam filter profile.
    srcVendorMacs string[]
    Vendor MAC source ID.
    srcaddr6Negate string
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s string[]
    Source IPv6 address name and address group names.
    srcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs string[]
    Source address and address group names.
    srcintfs string[]
    Incoming (ingress) interface.
    sshFilterProfile string
    Name of an existing SSH filter profile.
    sshPolicyRedirect string
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    sslMirror string
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    sslMirrorIntf string
    SSL mirror interface name.
    sslSshProfile string
    Name of an existing SSL SSH profile.
    status string
    Enable or disable this policy. Valid values: disable, enable.
    tcpMssReceiver number
    Receiver TCP maximum segment size (MSS).
    tcpMssSender number
    Sender TCP maximum segment size (MSS).
    tcpSessionWithoutSyn string
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcpTimeoutPid string
    TCP timeout profile ID
    timeoutSendRst string
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos string
    ToS (Type of Service) value used for comparison.
    tosMask string
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tosNegate string
    Enable negated TOS match. Valid values: disable, enable.
    trafficShaper string
    Traffic shaper.
    trafficShaperReverse string
    Reverse traffic shaper.
    udpTimeoutPid string
    UDP timeout profile ID
    urlCategory string
    URL category ID list.
    users string[]
    Names of individual users that can authenticate with this policy.
    utmStatus string
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilterProfile string
    Name of an existing VideoFilter profile.
    virtualPatchProfile string
    Name of an existing virtual-patch profile.
    vlanCosFwd number
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanCosRev number
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanFilter string
    Set VLAN filters.
    voipProfile string
    Name of an existing VoIP profile.
    vpnDstNodes PackagesFirewallPolicyVpnDstNode[]
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpnSrcNodes PackagesFirewallPolicyVpnSrcNode[]
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel string
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    wafProfile string
    Name of an existing Web application firewall profile.
    wanopt string
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanoptDetection string
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanoptPassiveOpt string
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanoptPeer string
    WAN optimization peer.
    wanoptProfile string
    WAN optimization profile.
    wccp string
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache string
    Enable/disable web cache. Valid values: disable, enable.
    webcacheHttps string
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilterProfile string
    Name of an existing Web filter profile.
    webproxyForwardServer string
    Webproxy forward server name.
    webproxyProfile string
    Webproxy profile name.
    wsso string
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztnaDeviceOwnership string
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztnaEmsTag string
    Source ztna-ems-tag names.
    ztnaEmsTagSecondaries string[]
    Source ztna-ems-tag-secondary names.
    ztnaGeoTag string
    Source ztna-geo-tag names.
    ztnaPolicyRedirect string
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztnaStatus string
    Enable/disable zero trust access. Valid values: disable, enable.
    ztnaTagsMatchLogic string
    ZTNA tag matching logic. Valid values: or, and.
    _policy_block float
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action str
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anti_replay str
    Enable/disable anti-replay check. Valid values: disable, enable.
    app_category str
    Application category ID list.
    app_group str
    Application group names.
    application_list str
    Name of an existing Application list.
    applications Sequence[float]
    Application ID list.
    auth_cert str
    HTTPS server certificate for policy authentication.
    auth_path str
    Enable/disable authentication-based routing. Valid values: disable, enable.
    auth_redirect_addr str
    HTTP-to-HTTPS redirect address for firewall authentication.
    auto_asic_offload str
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    av_profile str
    Name of an existing Antivirus profile.
    best_route str
    Best-Route. Valid values: disable, enable.
    block_notification str
    Enable/disable block notification. Valid values: disable, enable.
    captive_portal_exempt str
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capture_packet str
    Enable/disable capture packets. Valid values: disable, enable.
    casb_profile str
    Name of an existing CASB profile.
    cgn_eif str
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgn_eim str
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgn_log_server_grp str
    NP log server group name
    cgn_resource_quota float
    resource quota
    cgn_session_quota float
    session quota
    cgn_sw_eif_ctrl str
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifs_profile str
    Name of an existing CIFS profile.
    comments str
    Comment.
    custom_log_fields str
    Custom fields to append to log messages for this policy.
    decrypted_traffic_mirror str
    Decrypted traffic mirror.
    delay_tcp_npu_session str
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices str
    Names of devices or device groups that can be matched by the policy.
    diameter_filter_profile str
    Name of an existing Diameter filter profile.
    diffserv_copy str
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffserv_forward str
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffserv_reverse str
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcode_forward str
    Change packet's DiffServ to this value.
    diffservcode_rev str
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer str
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlp_profile str
    Name of an existing DLP profile.
    dlp_sensor str
    Name of an existing DLP sensor.
    dnsfilter_profile str
    Name of an existing DNS filter profile.
    dscp_match str
    Enable DSCP check. Valid values: disable, enable.
    dscp_negate str
    Enable negated DSCP match. Valid values: disable, enable.
    dscp_value str
    DSCP value.
    dsri str
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6_negate str
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s Sequence[str]
    Destination IPv6 address name and address group names.
    dstaddr_negate str
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs Sequence[str]
    Destination address and address group names.
    dstintfs Sequence[str]
    Outgoing (egress) interface.
    dynamic_shaping str
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eif_check str
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eif_learn str
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    email_collect str
    Enable/disable email collection. Valid values: disable, enable.
    emailfilter_profile str
    Name of an existing email filter profile.
    fec str
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    file_filter_profile str
    Name of an existing file-filter profile.
    firewall_session_dirty str
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport str
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso str
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fsso_agent_for_ntlm str
    FSSO agent to use for NTLM authentication.
    fsso_groups Sequence[str]
    Names of FSSO groups.
    geoip_anycast str
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoip_match str
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    global_label str
    Label for the policy that appears when the GUI is in Global View mode.
    groups Sequence[str]
    Names of user groups that can authenticate with this policy.
    gtp_profile str
    GTP profile.
    http_policy_redirect str
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icap_profile str
    Name of an existing ICAP profile.
    identity_based_route str
    Name of identity-based routing rule.
    inbound str
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspection_mode str
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internet_service str
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internet_service6 str
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internet_service6_custom_groups Sequence[str]
    Custom Internet Service6 group name.
    internet_service6_customs Sequence[str]
    Custom IPv6 Internet Service name.
    internet_service6_groups Sequence[str]
    Internet Service group name.
    internet_service6_names Sequence[str]
    IPv6 Internet Service name.
    internet_service6_negate str
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internet_service6_src str
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service6_src_custom_groups Sequence[str]
    Custom Internet Service6 source group name.
    internet_service6_src_customs Sequence[str]
    Custom IPv6 Internet Service source name.
    internet_service6_src_groups Sequence[str]
    Internet Service6 source group name.
    internet_service6_src_names Sequence[str]
    IPv6 Internet Service source name.
    internet_service6_src_negate str
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internet_service_custom str
    Custom Internet Service name.
    internet_service_custom_group str
    Custom Internet Service group name.
    internet_service_group str
    Internet Service group name.
    internet_service_ids Sequence[str]
    Internet Service ID.
    internet_service_name str
    Internet Service name.
    internet_service_negate str
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internet_service_src str
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service_src_custom str
    Custom Internet Service source name.
    internet_service_src_custom_group str
    Custom Internet Service source group name.
    internet_service_src_group str
    Internet Service source group name.
    internet_service_src_id str
    Internet Service source ID.
    internet_service_src_name str
    Internet Service source name.
    internet_service_src_negate str
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ip_version_type str
    IP version of the policy.
    ippool str
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ips_sensor str
    Name of an existing IPS sensor.
    ips_voip_filter str
    Name of an existing VoIP (ips) profile.
    label str
    Label for the policy that appears when the GUI is in Section View mode.
    learning_mode str
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    log_http_transaction str
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic str
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtraffic_start str
    Record logs when a session starts. Valid values: disable, enable.
    match_vip str
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    match_vip_only str
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mms_profile str
    Name of an existing MMS profile.
    name str
    Policy name.
    nat str
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 str
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 str
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound str
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips Sequence[str]
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound str
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    network_service_dynamics Sequence[str]
    Dynamic Network Service name.
    network_service_src_dynamics Sequence[str]
    Dynamic Network Service source name.
    np_acceleration str
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm str
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlm_enabled_browsers Sequence[str]
    HTTP-User-Agent value of supported browsers.
    ntlm_guest str
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound str
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packages_firewall_policy_id str
    an identifier for the resource with format {{policyid}}.
    passive_wan_health_measurement str
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcp_inbound str
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcp_outbound str
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcp_poolnames Sequence[str]
    PCP pool names.
    per_ip_shaper str
    Per-IP traffic shaper.
    permit_any_host str
    Accept UDP packets from any host. Valid values: disable, enable.
    permit_stun_host str
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcp_profile str
    PFCP profile.
    pkg str
    Package.
    pkg_folder_path str
    Pkg Folder Path.
    policy_behaviour_type str
    Behaviour of the policy.
    policy_expiry str
    Enable/disable policy expiry. Valid values: disable, enable.
    policy_expiry_date str
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policy_expiry_date_utc str
    Policy expiry date and time, in epoch format.
    policy_offload str
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid float
    Policy ID (0 - 4294967294).
    poolname str
    IP Pool names.
    poolname6 str
    IPv6 pool names.
    port_preserve str
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profile_group str
    Name of profile group.
    profile_protocol_options str
    Name of an existing Protocol options profile.
    profile_type str
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radius_ip_auth_bypass str
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radius_mac_auth_bypass str
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirect_url str
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsg_override_group str
    Override the default replacement message group for this policy.
    reputation_direction str
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputation_direction6 str
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputation_minimum float
    Minimum Reputation to take action.
    reputation_minimum6 float
    IPv6 Minimum Reputation to take action.
    rsso str
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtp_addr str
    Address names if this is an RTP NAT policy.
    rtp_nat str
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scan_botnet_connections str
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule str
    Schedule name.
    schedule_timeout str
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctp_filter_profile str
    Name of an existing SCTP filter profile.
    send_deny_packet str
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    service_negate str
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services Sequence[str]
    Service and service group names.
    session_ttl str
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgt_check str
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts Sequence[float]
    Security group tags.
    spamfilter_profile str
    Name of an existing Spam filter profile.
    src_vendor_macs Sequence[str]
    Vendor MAC source ID.
    srcaddr6_negate str
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s Sequence[str]
    Source IPv6 address name and address group names.
    srcaddr_negate str
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs Sequence[str]
    Source address and address group names.
    srcintfs Sequence[str]
    Incoming (ingress) interface.
    ssh_filter_profile str
    Name of an existing SSH filter profile.
    ssh_policy_redirect str
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    ssl_mirror str
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    ssl_mirror_intf str
    SSL mirror interface name.
    ssl_ssh_profile str
    Name of an existing SSL SSH profile.
    status str
    Enable or disable this policy. Valid values: disable, enable.
    tcp_mss_receiver float
    Receiver TCP maximum segment size (MSS).
    tcp_mss_sender float
    Sender TCP maximum segment size (MSS).
    tcp_session_without_syn str
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcp_timeout_pid str
    TCP timeout profile ID
    timeout_send_rst str
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos str
    ToS (Type of Service) value used for comparison.
    tos_mask str
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tos_negate str
    Enable negated TOS match. Valid values: disable, enable.
    traffic_shaper str
    Traffic shaper.
    traffic_shaper_reverse str
    Reverse traffic shaper.
    udp_timeout_pid str
    UDP timeout profile ID
    url_category str
    URL category ID list.
    users Sequence[str]
    Names of individual users that can authenticate with this policy.
    utm_status str
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilter_profile str
    Name of an existing VideoFilter profile.
    virtual_patch_profile str
    Name of an existing virtual-patch profile.
    vlan_cos_fwd float
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlan_cos_rev float
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlan_filter str
    Set VLAN filters.
    voip_profile str
    Name of an existing VoIP profile.
    vpn_dst_nodes Sequence[PackagesFirewallPolicyVpnDstNodeArgs]
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpn_src_nodes Sequence[PackagesFirewallPolicyVpnSrcNodeArgs]
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel str
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    waf_profile str
    Name of an existing Web application firewall profile.
    wanopt str
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanopt_detection str
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanopt_passive_opt str
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanopt_peer str
    WAN optimization peer.
    wanopt_profile str
    WAN optimization profile.
    wccp str
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache str
    Enable/disable web cache. Valid values: disable, enable.
    webcache_https str
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilter_profile str
    Name of an existing Web filter profile.
    webproxy_forward_server str
    Webproxy forward server name.
    webproxy_profile str
    Webproxy profile name.
    wsso str
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztna_device_ownership str
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztna_ems_tag str
    Source ztna-ems-tag names.
    ztna_ems_tag_secondaries Sequence[str]
    Source ztna-ems-tag-secondary names.
    ztna_geo_tag str
    Source ztna-geo-tag names.
    ztna_policy_redirect str
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztna_status str
    Enable/disable zero trust access. Valid values: disable, enable.
    ztna_tags_match_logic str
    ZTNA tag matching logic. Valid values: or, and.
    _policyBlock Number
    Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
    action String
    Policy action (allow/deny/ipsec). Valid values: deny, accept, ipsec, ssl-vpn.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    antiReplay String
    Enable/disable anti-replay check. Valid values: disable, enable.
    appCategory String
    Application category ID list.
    appGroup String
    Application group names.
    applicationList String
    Name of an existing Application list.
    applications List<Number>
    Application ID list.
    authCert String
    HTTPS server certificate for policy authentication.
    authPath String
    Enable/disable authentication-based routing. Valid values: disable, enable.
    authRedirectAddr String
    HTTP-to-HTTPS redirect address for firewall authentication.
    autoAsicOffload String
    Enable/disable policy traffic ASIC offloading. Valid values: disable, enable.
    avProfile String
    Name of an existing Antivirus profile.
    bestRoute String
    Best-Route. Valid values: disable, enable.
    blockNotification String
    Enable/disable block notification. Valid values: disable, enable.
    captivePortalExempt String
    Enable to exempt some users from the captive portal. Valid values: disable, enable.
    capturePacket String
    Enable/disable capture packets. Valid values: disable, enable.
    casbProfile String
    Name of an existing CASB profile.
    cgnEif String
    Enable/Disable CGN endpoint independent filtering. Valid values: disable, enable.
    cgnEim String
    Enable/Disable CGN endpoint independent mapping Valid values: disable, enable.
    cgnLogServerGrp String
    NP log server group name
    cgnResourceQuota Number
    resource quota
    cgnSessionQuota Number
    session quota
    cgnSwEifCtrl String
    Enable/disable software endpoint independent filtering control. Valid values: disable, enable.
    cifsProfile String
    Name of an existing CIFS profile.
    comments String
    Comment.
    customLogFields String
    Custom fields to append to log messages for this policy.
    decryptedTrafficMirror String
    Decrypted traffic mirror.
    delayTcpNpuSession String
    Enable TCP NPU session delay to guarantee packet order of 3-way handshake. Valid values: disable, enable.
    devices String
    Names of devices or device groups that can be matched by the policy.
    diameterFilterProfile String
    Name of an existing Diameter filter profile.
    diffservCopy String
    Enable to copy packet's DiffServ values from session's original direction to its reply direction. Valid values: disable, enable.
    diffservForward String
    Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values: disable, enable.
    diffservReverse String
    Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values: disable, enable.
    diffservcodeForward String
    Change packet's DiffServ to this value.
    diffservcodeRev String
    Change packet's reverse (reply) DiffServ to this value.
    disclaimer String
    Enable/disable user authentication disclaimer. Valid values: disable, enable.
    dlpProfile String
    Name of an existing DLP profile.
    dlpSensor String
    Name of an existing DLP sensor.
    dnsfilterProfile String
    Name of an existing DNS filter profile.
    dscpMatch String
    Enable DSCP check. Valid values: disable, enable.
    dscpNegate String
    Enable negated DSCP match. Valid values: disable, enable.
    dscpValue String
    DSCP value.
    dsri String
    Enable DSRI to ignore HTTP server responses. Valid values: disable, enable.
    dstaddr6Negate String
    When enabled dstaddr6 specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddr6s List<String>
    Destination IPv6 address name and address group names.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address and address group names.
    dstintfs List<String>
    Outgoing (egress) interface.
    dynamicShaping String
    Enable/disable dynamic RADIUS defined traffic shaping. Valid values: disable, enable.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    eifCheck String
    Enable/Disable check endpoint-independent-filtering pinhole. Valid values: disable, enable.
    eifLearn String
    Enable/Disable learning of end-point-independent filtering pinhole. Valid values: disable, enable.
    emailCollect String
    Enable/disable email collection. Valid values: disable, enable.
    emailfilterProfile String
    Name of an existing email filter profile.
    fec String
    Enable/disable Forward Error Correction on traffic matching this policy on a FEC device. Valid values: disable, enable.
    fileFilterProfile String
    Name of an existing file-filter profile.
    firewallSessionDirty String
    How to handle sessions if the configuration of this firewall policy changes. Valid values: check-all, check-new.
    fixedport String
    Enable to prevent source NAT from changing a session's source port. Valid values: disable, enable.
    fsso String
    Enable/disable Fortinet Single Sign-On. Valid values: disable, enable.
    fssoAgentForNtlm String
    FSSO agent to use for NTLM authentication.
    fssoGroups List<String>
    Names of FSSO groups.
    geoipAnycast String
    Enable/disable recognition of anycast IP addresses using the geography IP database. Valid values: disable, enable.
    geoipMatch String
    Match geography address based either on its physical location or registered location. Valid values: physical-location, registered-location.
    globalLabel String
    Label for the policy that appears when the GUI is in Global View mode.
    groups List<String>
    Names of user groups that can authenticate with this policy.
    gtpProfile String
    GTP profile.
    httpPolicyRedirect String
    Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values: disable, enable.
    icapProfile String
    Name of an existing ICAP profile.
    identityBasedRoute String
    Name of identity-based routing rule.
    inbound String
    Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values: disable, enable.
    inspectionMode String
    Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values: proxy, flow.
    internetService String
    Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6 String
    Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address and service are not used. Valid values: disable, enable.
    internetService6CustomGroups List<String>
    Custom Internet Service6 group name.
    internetService6Customs List<String>
    Custom IPv6 Internet Service name.
    internetService6Groups List<String>
    Internet Service group name.
    internetService6Names List<String>
    IPv6 Internet Service name.
    internetService6Negate String
    When enabled internet-service6 specifies what the service must NOT be. Valid values: disable, enable.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetService6SrcCustomGroups List<String>
    Custom Internet Service6 source group name.
    internetService6SrcCustoms List<String>
    Custom IPv6 Internet Service source name.
    internetService6SrcGroups List<String>
    Internet Service6 source group name.
    internetService6SrcNames List<String>
    IPv6 Internet Service source name.
    internetService6SrcNegate String
    When enabled internet-service6-src specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceCustom String
    Custom Internet Service name.
    internetServiceCustomGroup String
    Custom Internet Service group name.
    internetServiceGroup String
    Internet Service group name.
    internetServiceIds List<String>
    Internet Service ID.
    internetServiceName String
    Internet Service name.
    internetServiceNegate String
    When enabled internet-service specifies what the service must NOT be. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustom String
    Custom Internet Service source name.
    internetServiceSrcCustomGroup String
    Custom Internet Service source group name.
    internetServiceSrcGroup String
    Internet Service source group name.
    internetServiceSrcId String
    Internet Service source ID.
    internetServiceSrcName String
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    ipVersionType String
    IP version of the policy.
    ippool String
    Enable to use IP Pools for source NAT. Valid values: disable, enable.
    ipsSensor String
    Name of an existing IPS sensor.
    ipsVoipFilter String
    Name of an existing VoIP (ips) profile.
    label String
    Label for the policy that appears when the GUI is in Section View mode.
    learningMode String
    Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values: disable, enable.
    logHttpTransaction String
    Enable/disable HTTP transaction log. Valid values: disable, enable, all, utm.
    logtraffic String
    Enable or disable logging. Log all sessions or security profile sessions. Valid values: disable, enable, all, utm.
    logtrafficStart String
    Record logs when a session starts. Valid values: disable, enable.
    matchVip String
    Enable to match packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    matchVipOnly String
    Enable/disable matching of only those packets that have had their destination addresses changed by a VIP. Valid values: disable, enable.
    mmsProfile String
    Name of an existing MMS profile.
    name String
    Policy name.
    nat String
    Enable/disable source NAT. Valid values: disable, enable.
    nat46 String
    Enable/disable NAT46. Valid values: disable, enable.
    nat64 String
    Enable/disable NAT64. Valid values: disable, enable.
    natinbound String
    Policy-based IPsec VPN: apply destination NAT to inbound traffic. Valid values: disable, enable.
    natips List<String>
    Policy-based IPsec VPN: source NAT IP address for outgoing traffic.
    natoutbound String
    Policy-based IPsec VPN: apply source NAT to outbound traffic. Valid values: disable, enable.
    networkServiceDynamics List<String>
    Dynamic Network Service name.
    networkServiceSrcDynamics List<String>
    Dynamic Network Service source name.
    npAcceleration String
    Enable/disable UTM Network Processor acceleration. Valid values: disable, enable.
    ntlm String
    Enable/disable NTLM authentication. Valid values: disable, enable.
    ntlmEnabledBrowsers List<String>
    HTTP-User-Agent value of supported browsers.
    ntlmGuest String
    Enable/disable NTLM guest user access. Valid values: disable, enable.
    outbound String
    Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values: disable, enable.
    packagesFirewallPolicyId String
    an identifier for the resource with format {{policyid}}.
    passiveWanHealthMeasurement String
    Enable/disable passive WAN health measurement. When enabled, auto-asic-offload is disabled. Valid values: disable, enable.
    pcpInbound String
    Enable/disable PCP inbound DNAT. Valid values: disable, enable.
    pcpOutbound String
    Enable/disable PCP outbound SNAT. Valid values: disable, enable.
    pcpPoolnames List<String>
    PCP pool names.
    perIpShaper String
    Per-IP traffic shaper.
    permitAnyHost String
    Accept UDP packets from any host. Valid values: disable, enable.
    permitStunHost String
    Accept UDP packets from any Session Traversal Utilities for NAT (STUN) host. Valid values: disable, enable.
    pfcpProfile String
    PFCP profile.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    policyBehaviourType String
    Behaviour of the policy.
    policyExpiry String
    Enable/disable policy expiry. Valid values: disable, enable.
    policyExpiryDate String
    Policy expiry date (YYYY-MM-DD HH:MM:SS).
    policyExpiryDateUtc String
    Policy expiry date and time, in epoch format.
    policyOffload String
    Enable/Disable hardware session setup for CGNAT. Valid values: disable, enable.
    policyid Number
    Policy ID (0 - 4294967294).
    poolname String
    IP Pool names.
    poolname6 String
    IPv6 pool names.
    portPreserve String
    Enable/disable preservation of the original source port from source NAT if it has not been used. Valid values: disable, enable.
    profileGroup String
    Name of profile group.
    profileProtocolOptions String
    Name of an existing Protocol options profile.
    profileType String
    Determine whether the firewall policy allows security profile groups or single profiles only. Valid values: single, group.
    radiusIpAuthBypass String
    Enable IP authentication bypass. The bypassed IP address must be received from RADIUS server. Valid values: disable, enable.
    radiusMacAuthBypass String
    Enable MAC authentication bypass. The bypassed MAC address must be received from RADIUS server. Valid values: disable, enable.
    redirectUrl String
    URL users are directed to after seeing and accepting the disclaimer or authenticating.
    replacemsgOverrideGroup String
    Override the default replacement message group for this policy.
    reputationDirection String
    Direction of the initial traffic for reputation to take effect. Valid values: source, destination.
    reputationDirection6 String
    Direction of the initial traffic for IPv6 reputation to take effect. Valid values: source, destination.
    reputationMinimum Number
    Minimum Reputation to take action.
    reputationMinimum6 Number
    IPv6 Minimum Reputation to take action.
    rsso String
    Enable/disable RADIUS single sign-on (RSSO). Valid values: disable, enable.
    rtpAddr String
    Address names if this is an RTP NAT policy.
    rtpNat String
    Enable Real Time Protocol (RTP) NAT. Valid values: disable, enable.
    scanBotnetConnections String
    Block or monitor connections to Botnet servers or disable Botnet scanning. Valid values: disable, block, monitor.
    schedule String
    Schedule name.
    scheduleTimeout String
    Enable to force current sessions to end when the schedule object times out. Disable allows them to end from inactivity. Valid values: disable, enable.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sctpFilterProfile String
    Name of an existing SCTP filter profile.
    sendDenyPacket String
    Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values: disable, enable.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service and service group names.
    sessionTtl String
    TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
    sgtCheck String
    Enable/disable security group tags (SGT) check. Valid values: disable, enable.
    sgts List<Number>
    Security group tags.
    spamfilterProfile String
    Name of an existing Spam filter profile.
    srcVendorMacs List<String>
    Vendor MAC source ID.
    srcaddr6Negate String
    When enabled srcaddr6 specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddr6s List<String>
    Source IPv6 address name and address group names.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address and address group names.
    srcintfs List<String>
    Incoming (ingress) interface.
    sshFilterProfile String
    Name of an existing SSH filter profile.
    sshPolicyRedirect String
    Redirect SSH traffic to matching transparent proxy policy. Valid values: disable, enable.
    sslMirror String
    Enable to copy decrypted SSL traffic to a FortiGate interface (called SSL mirroring). Valid values: disable, enable.
    sslMirrorIntf String
    SSL mirror interface name.
    sslSshProfile String
    Name of an existing SSL SSH profile.
    status String
    Enable or disable this policy. Valid values: disable, enable.
    tcpMssReceiver Number
    Receiver TCP maximum segment size (MSS).
    tcpMssSender Number
    Sender TCP maximum segment size (MSS).
    tcpSessionWithoutSyn String
    Enable/disable creation of TCP session without SYN flag. Valid values: all, data-only, disable.
    tcpTimeoutPid String
    TCP timeout profile ID
    timeoutSendRst String
    Enable/disable sending RST packets when TCP sessions expire. Valid values: disable, enable.
    tos String
    ToS (Type of Service) value used for comparison.
    tosMask String
    Non-zero bit positions are used for comparison while zero bit positions are ignored.
    tosNegate String
    Enable negated TOS match. Valid values: disable, enable.
    trafficShaper String
    Traffic shaper.
    trafficShaperReverse String
    Reverse traffic shaper.
    udpTimeoutPid String
    UDP timeout profile ID
    urlCategory String
    URL category ID list.
    users List<String>
    Names of individual users that can authenticate with this policy.
    utmStatus String
    Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    videofilterProfile String
    Name of an existing VideoFilter profile.
    virtualPatchProfile String
    Name of an existing virtual-patch profile.
    vlanCosFwd Number
    VLAN forward direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanCosRev Number
    VLAN reverse direction user priority: 255 passthrough, 0 lowest, 7 highest.
    vlanFilter String
    Set VLAN filters.
    voipProfile String
    Name of an existing VoIP profile.
    vpnDstNodes List<Property Map>
    Vpn_Dst_Node. The structure of vpn_dst_node block is documented below.
    vpnSrcNodes List<Property Map>
    Vpn_Src_Node. The structure of vpn_src_node block is documented below.
    vpntunnel String
    Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
    wafProfile String
    Name of an existing Web application firewall profile.
    wanopt String
    Enable/disable WAN optimization. Valid values: disable, enable.
    wanoptDetection String
    WAN optimization auto-detection mode. Valid values: active, passive, off.
    wanoptPassiveOpt String
    WAN optimization passive mode options. This option decides what IP address will be used to connect server. Valid values: default, transparent, non-transparent.
    wanoptPeer String
    WAN optimization peer.
    wanoptProfile String
    WAN optimization profile.
    wccp String
    Enable/disable forwarding traffic matching this policy to a configured WCCP server. Valid values: disable, enable.
    webcache String
    Enable/disable web cache. Valid values: disable, enable.
    webcacheHttps String
    Enable/disable web cache for HTTPS. Valid values: disable, ssl-server, any, enable.
    webfilterProfile String
    Name of an existing Web filter profile.
    webproxyForwardServer String
    Webproxy forward server name.
    webproxyProfile String
    Webproxy profile name.
    wsso String
    Enable/disable WiFi Single Sign On (WSSO). Valid values: disable, enable.
    ztnaDeviceOwnership String
    Enable/disable zero trust device ownership. Valid values: disable, enable.
    ztnaEmsTag String
    Source ztna-ems-tag names.
    ztnaEmsTagSecondaries List<String>
    Source ztna-ems-tag-secondary names.
    ztnaGeoTag String
    Source ztna-geo-tag names.
    ztnaPolicyRedirect String
    Redirect ZTNA traffic to matching Access-Proxy proxy-policy. Valid values: disable, enable.
    ztnaStatus String
    Enable/disable zero trust access. Valid values: disable, enable.
    ztnaTagsMatchLogic String
    ZTNA tag matching logic. Valid values: or, and.

    Supporting Types

    PackagesFirewallPolicyVpnDstNode, PackagesFirewallPolicyVpnDstNodeArgs

    Host string
    Host.
    Seq double
    Seq.
    Subnet string
    Subnet.
    Host string
    Host.
    Seq float64
    Seq.
    Subnet string
    Subnet.
    host String
    Host.
    seq Double
    Seq.
    subnet String
    Subnet.
    host string
    Host.
    seq number
    Seq.
    subnet string
    Subnet.
    host str
    Host.
    seq float
    Seq.
    subnet str
    Subnet.
    host String
    Host.
    seq Number
    Seq.
    subnet String
    Subnet.

    PackagesFirewallPolicyVpnSrcNode, PackagesFirewallPolicyVpnSrcNodeArgs

    Host string
    Host.
    Seq double
    Seq.
    Subnet string
    Subnet.
    Host string
    Host.
    Seq float64
    Seq.
    Subnet string
    Subnet.
    host String
    Host.
    seq Double
    Seq.
    subnet String
    Subnet.
    host string
    Host.
    seq number
    Seq.
    subnet string
    Subnet.
    host str
    Host.
    seq float
    Seq.
    subnet str
    Subnet.
    host String
    Host.
    seq Number
    Seq.
    subnet String
    Subnet.

    Import

    Packages FirewallPolicy can be imported using any of these accepted formats:

    Set import_options = [“pkg_folder_path=YOUR_VALUE”, “pkg=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/packagesFirewallPolicy:PackagesFirewallPolicy labelname {{policyid}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev