1. Registry
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. PackagesGlobalFooterLocalinpolicy
Viewing docs for fortimanager 1.18.0
published on Friday, Jul 31, 2026 by fortinetdev
Viewing docs for fortimanager 1.18.0
published on Friday, Jul 31, 2026 by fortinetdev

    Configure user defined IPv4 local-in policies.

    Create PackagesGlobalFooterLocalinpolicy Resource

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

    Constructor syntax

    new PackagesGlobalFooterLocalinpolicy(name: string, args: PackagesGlobalFooterLocalinpolicyArgs, opts?: CustomResourceOptions);
    @overload
    def PackagesGlobalFooterLocalinpolicy(resource_name: str,
                                          args: PackagesGlobalFooterLocalinpolicyArgs,
                                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesGlobalFooterLocalinpolicy(resource_name: str,
                                          opts: Optional[ResourceOptions] = None,
                                          pkg: Optional[str] = None,
                                          intfs: Optional[Sequence[str]] = None,
                                          logtraffic: Optional[str] = None,
                                          auto_asic_offload: Optional[str] = None,
                                          comments: Optional[str] = None,
                                          custom_tags: Optional[Sequence[str]] = None,
                                          dstaddr_negate: Optional[str] = None,
                                          dstaddrs: Optional[Sequence[str]] = None,
                                          ha_mgmt_intf_only: Optional[str] = None,
                                          internet_service_src: Optional[str] = None,
                                          internet_service_src_custom_groups: Optional[Sequence[str]] = None,
                                          internet_service_src_customs: Optional[Sequence[str]] = None,
                                          internet_service_src_fortiguards: Optional[Sequence[str]] = None,
                                          internet_service_src_groups: Optional[Sequence[str]] = None,
                                          internet_service_src_names: Optional[Sequence[str]] = None,
                                          adom: Optional[str] = None,
                                          internet_service_src_negate: Optional[str] = None,
                                          action: Optional[str] = None,
                                          packages_global_footer_localinpolicy_id: Optional[str] = None,
                                          _policy_block: Optional[str] = None,
                                          pkg_folder_path: Optional[str] = None,
                                          policyid: Optional[float] = None,
                                          schedules: Optional[Sequence[str]] = None,
                                          scopetype: Optional[str] = None,
                                          service_negate: Optional[str] = None,
                                          services: Optional[Sequence[str]] = None,
                                          srcaddr_negate: Optional[str] = None,
                                          srcaddrs: Optional[Sequence[str]] = None,
                                          status: Optional[str] = None,
                                          update_if_exist: Optional[bool] = None,
                                          uuid: Optional[str] = None,
                                          virtual_patch: Optional[str] = None)
    func NewPackagesGlobalFooterLocalinpolicy(ctx *Context, name string, args PackagesGlobalFooterLocalinpolicyArgs, opts ...ResourceOption) (*PackagesGlobalFooterLocalinpolicy, error)
    public PackagesGlobalFooterLocalinpolicy(string name, PackagesGlobalFooterLocalinpolicyArgs args, CustomResourceOptions? opts = null)
    public PackagesGlobalFooterLocalinpolicy(String name, PackagesGlobalFooterLocalinpolicyArgs args)
    public PackagesGlobalFooterLocalinpolicy(String name, PackagesGlobalFooterLocalinpolicyArgs args, CustomResourceOptions options)
    
    type: fortimanager:PackagesGlobalFooterLocalinpolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "fortimanager_packages_global_footer_localinpolicy" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PackagesGlobalFooterLocalinpolicyArgs
    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 PackagesGlobalFooterLocalinpolicyArgs
    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 PackagesGlobalFooterLocalinpolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesGlobalFooterLocalinpolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesGlobalFooterLocalinpolicyArgs
    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 packagesGlobalFooterLocalinpolicyResource = new Fortimanager.PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource", new()
    {
        Pkg = "string",
        Intfs = new[]
        {
            "string",
        },
        Logtraffic = "string",
        AutoAsicOffload = "string",
        Comments = "string",
        CustomTags = new[]
        {
            "string",
        },
        DstaddrNegate = "string",
        Dstaddrs = new[]
        {
            "string",
        },
        HaMgmtIntfOnly = "string",
        InternetServiceSrc = "string",
        InternetServiceSrcCustomGroups = new[]
        {
            "string",
        },
        InternetServiceSrcCustoms = new[]
        {
            "string",
        },
        InternetServiceSrcFortiguards = new[]
        {
            "string",
        },
        InternetServiceSrcGroups = new[]
        {
            "string",
        },
        InternetServiceSrcNames = new[]
        {
            "string",
        },
        Adom = "string",
        InternetServiceSrcNegate = "string",
        Action = "string",
        PackagesGlobalFooterLocalinpolicyId = "string",
        _policyBlock = "string",
        PkgFolderPath = "string",
        Policyid = 0,
        Schedules = new[]
        {
            "string",
        },
        Scopetype = "string",
        ServiceNegate = "string",
        Services = new[]
        {
            "string",
        },
        SrcaddrNegate = "string",
        Srcaddrs = new[]
        {
            "string",
        },
        Status = "string",
        UpdateIfExist = false,
        Uuid = "string",
        VirtualPatch = "string",
    });
    
    example, err := fortimanager.NewPackagesGlobalFooterLocalinpolicy(ctx, "packagesGlobalFooterLocalinpolicyResource", &fortimanager.PackagesGlobalFooterLocalinpolicyArgs{
    	Pkg: pulumi.String("string"),
    	Intfs: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Logtraffic:      pulumi.String("string"),
    	AutoAsicOffload: pulumi.String("string"),
    	Comments:        pulumi.String("string"),
    	CustomTags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	DstaddrNegate: pulumi.String("string"),
    	Dstaddrs: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	HaMgmtIntfOnly:     pulumi.String("string"),
    	InternetServiceSrc: pulumi.String("string"),
    	InternetServiceSrcCustomGroups: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetServiceSrcCustoms: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetServiceSrcFortiguards: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetServiceSrcGroups: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetServiceSrcNames: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Adom:                                pulumi.String("string"),
    	InternetServiceSrcNegate:            pulumi.String("string"),
    	Action:                              pulumi.String("string"),
    	PackagesGlobalFooterLocalinpolicyId: pulumi.String("string"),
    	_policyBlock:                        pulumi.String("string"),
    	PkgFolderPath:                       pulumi.String("string"),
    	Policyid:                            pulumi.Float64(0),
    	Schedules: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Scopetype:     pulumi.String("string"),
    	ServiceNegate: pulumi.String("string"),
    	Services: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	SrcaddrNegate: pulumi.String("string"),
    	Srcaddrs: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Status:        pulumi.String("string"),
    	UpdateIfExist: pulumi.Bool(false),
    	Uuid:          pulumi.String("string"),
    	VirtualPatch:  pulumi.String("string"),
    })
    
    resource "fortimanager_packages_global_footer_localinpolicy" "packagesGlobalFooterLocalinpolicyResource" {
      lifecycle {
        create_before_destroy = true
      }
      pkg                                     = "string"
      intfs                                   = ["string"]
      logtraffic                              = "string"
      auto_asic_offload                       = "string"
      comments                                = "string"
      custom_tags                             = ["string"]
      dstaddr_negate                          = "string"
      dstaddrs                                = ["string"]
      ha_mgmt_intf_only                       = "string"
      internet_service_src                    = "string"
      internet_service_src_custom_groups      = ["string"]
      internet_service_src_customs            = ["string"]
      internet_service_src_fortiguards        = ["string"]
      internet_service_src_groups             = ["string"]
      internet_service_src_names              = ["string"]
      adom                                    = "string"
      internet_service_src_negate             = "string"
      action                                  = "string"
      packages_global_footer_localinpolicy_id = "string"
      _policy_block                           = "string"
      pkg_folder_path                         = "string"
      policyid                                = 0
      schedules                               = ["string"]
      scopetype                               = "string"
      service_negate                          = "string"
      services                                = ["string"]
      srcaddr_negate                          = "string"
      srcaddrs                                = ["string"]
      status                                  = "string"
      update_if_exist                         = false
      uuid                                    = "string"
      virtual_patch                           = "string"
    }
    
    var packagesGlobalFooterLocalinpolicyResource = new PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource", PackagesGlobalFooterLocalinpolicyArgs.builder()
        .pkg("string")
        .intfs("string")
        .logtraffic("string")
        .autoAsicOffload("string")
        .comments("string")
        .customTags("string")
        .dstaddrNegate("string")
        .dstaddrs("string")
        .haMgmtIntfOnly("string")
        .internetServiceSrc("string")
        .internetServiceSrcCustomGroups("string")
        .internetServiceSrcCustoms("string")
        .internetServiceSrcFortiguards("string")
        .internetServiceSrcGroups("string")
        .internetServiceSrcNames("string")
        .adom("string")
        .internetServiceSrcNegate("string")
        .action("string")
        .packagesGlobalFooterLocalinpolicyId("string")
        ._policyBlock("string")
        .pkgFolderPath("string")
        .policyid(0.0)
        .schedules("string")
        .scopetype("string")
        .serviceNegate("string")
        .services("string")
        .srcaddrNegate("string")
        .srcaddrs("string")
        .status("string")
        .updateIfExist(false)
        .uuid("string")
        .virtualPatch("string")
        .build());
    
    packages_global_footer_localinpolicy_resource = fortimanager.PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource",
        pkg="string",
        intfs=["string"],
        logtraffic="string",
        auto_asic_offload="string",
        comments="string",
        custom_tags=["string"],
        dstaddr_negate="string",
        dstaddrs=["string"],
        ha_mgmt_intf_only="string",
        internet_service_src="string",
        internet_service_src_custom_groups=["string"],
        internet_service_src_customs=["string"],
        internet_service_src_fortiguards=["string"],
        internet_service_src_groups=["string"],
        internet_service_src_names=["string"],
        adom="string",
        internet_service_src_negate="string",
        action="string",
        packages_global_footer_localinpolicy_id="string",
        _policy_block="string",
        pkg_folder_path="string",
        policyid=float(0),
        schedules=["string"],
        scopetype="string",
        service_negate="string",
        services=["string"],
        srcaddr_negate="string",
        srcaddrs=["string"],
        status="string",
        update_if_exist=False,
        uuid="string",
        virtual_patch="string")
    
    const packagesGlobalFooterLocalinpolicyResource = new fortimanager.PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource", {
        pkg: "string",
        intfs: ["string"],
        logtraffic: "string",
        autoAsicOffload: "string",
        comments: "string",
        customTags: ["string"],
        dstaddrNegate: "string",
        dstaddrs: ["string"],
        haMgmtIntfOnly: "string",
        internetServiceSrc: "string",
        internetServiceSrcCustomGroups: ["string"],
        internetServiceSrcCustoms: ["string"],
        internetServiceSrcFortiguards: ["string"],
        internetServiceSrcGroups: ["string"],
        internetServiceSrcNames: ["string"],
        adom: "string",
        internetServiceSrcNegate: "string",
        action: "string",
        packagesGlobalFooterLocalinpolicyId: "string",
        _policyBlock: "string",
        pkgFolderPath: "string",
        policyid: 0,
        schedules: ["string"],
        scopetype: "string",
        serviceNegate: "string",
        services: ["string"],
        srcaddrNegate: "string",
        srcaddrs: ["string"],
        status: "string",
        updateIfExist: false,
        uuid: "string",
        virtualPatch: "string",
    });
    
    type: fortimanager:PackagesGlobalFooterLocalinpolicy
    properties:
        _policyBlock: string
        action: string
        adom: string
        autoAsicOffload: string
        comments: string
        customTags:
            - string
        dstaddrNegate: string
        dstaddrs:
            - string
        haMgmtIntfOnly: string
        internetServiceSrc: string
        internetServiceSrcCustomGroups:
            - string
        internetServiceSrcCustoms:
            - string
        internetServiceSrcFortiguards:
            - string
        internetServiceSrcGroups:
            - string
        internetServiceSrcNames:
            - string
        internetServiceSrcNegate: string
        intfs:
            - string
        logtraffic: string
        packagesGlobalFooterLocalinpolicyId: string
        pkg: string
        pkgFolderPath: string
        policyid: 0
        schedules:
            - string
        scopetype: string
        serviceNegate: string
        services:
            - string
        srcaddrNegate: string
        srcaddrs:
            - string
        status: string
        updateIfExist: false
        uuid: string
        virtualPatch: string
    

    PackagesGlobalFooterLocalinpolicy 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 PackagesGlobalFooterLocalinpolicy resource accepts the following input properties:

    Pkg string
    Package.
    Action string
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoAsicOffload string
    Auto-Asic-Offload. Valid values: disable, enable.
    Comments string
    Comment.
    CustomTags List<string>
    Custom tags.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs List<string>
    Destination address object from available options.
    HaMgmtIntfOnly string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustomGroups List<string>
    Custom Internet Service source group name.
    InternetServiceSrcCustoms List<string>
    Custom Internet Service source name.
    InternetServiceSrcFortiguards List<string>
    FortiGuard Internet Service source name.
    InternetServiceSrcGroups List<string>
    Internet Service source group name.
    InternetServiceSrcNames List<string>
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    Intfs List<string>
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicyId string
    an identifier for the resource with format {{policyid}}.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid double
    User defined local in policy ID.
    Schedules List<string>
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services List<string>
    Service object from available options.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs List<string>
    Source address object from available options.
    Status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    UpdateIfExist bool
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VirtualPatch string
    Enable/disable virtual patching. Valid values: disable, enable.
    _policyBlock string
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoAsicOffload string
    Auto-Asic-Offload. Valid values: disable, enable.
    Comments string
    Comment.
    CustomTags []string
    Custom tags.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs []string
    Destination address object from available options.
    HaMgmtIntfOnly string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustomGroups []string
    Custom Internet Service source group name.
    InternetServiceSrcCustoms []string
    Custom Internet Service source name.
    InternetServiceSrcFortiguards []string
    FortiGuard Internet Service source name.
    InternetServiceSrcGroups []string
    Internet Service source group name.
    InternetServiceSrcNames []string
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    Intfs []string
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicyId string
    an identifier for the resource with format {{policyid}}.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid float64
    User defined local in policy ID.
    Schedules []string
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services []string
    Service object from available options.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs []string
    Source address object from available options.
    Status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    UpdateIfExist bool
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VirtualPatch string
    Enable/disable virtual patching. Valid values: disable, enable.
    _policyBlock string
    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.
    _policy_block string
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    auto_asic_offload string
    Auto-Asic-Offload. Valid values: disable, enable.
    comments string
    Comment.
    custom_tags list(string)
    Custom tags.
    dstaddr_negate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs list(string)
    Destination address object from available options.
    ha_mgmt_intf_only string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internet_service_src string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service_src_custom_groups list(string)
    Custom Internet Service source group name.
    internet_service_src_customs list(string)
    Custom Internet Service source name.
    internet_service_src_fortiguards list(string)
    FortiGuard Internet Service source name.
    internet_service_src_groups list(string)
    Internet Service source group name.
    internet_service_src_names list(string)
    Internet Service source name.
    internet_service_src_negate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs list(string)
    Incoming interface name from available options.
    logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packages_global_footer_localinpolicy_id string
    an identifier for the resource with format {{policyid}}.
    pkg_folder_path string
    Pkg Folder Path.
    policyid number
    User defined local in policy ID.
    schedules list(string)
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    service_negate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services list(string)
    Service object from available options.
    srcaddr_negate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs list(string)
    Source address object from available options.
    status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    update_if_exist bool
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtual_patch string
    Enable/disable virtual patching. Valid values: disable, enable.
    pkg String
    Package.
    _policyBlock String
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoAsicOffload String
    Auto-Asic-Offload. Valid values: disable, enable.
    comments String
    Comment.
    customTags List<String>
    Custom tags.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address object from available options.
    haMgmtIntfOnly String
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustomGroups List<String>
    Custom Internet Service source group name.
    internetServiceSrcCustoms List<String>
    Custom Internet Service source name.
    internetServiceSrcFortiguards List<String>
    FortiGuard Internet Service source name.
    internetServiceSrcGroups List<String>
    Internet Service source group name.
    internetServiceSrcNames List<String>
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicyId String
    an identifier for the resource with format {{policyid}}.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Double
    User defined local in policy ID.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service object from available options.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address object from available options.
    status String
    Enable/disable this local-in policy. Valid values: disable, enable.
    updateIfExist Boolean
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtualPatch String
    Enable/disable virtual patching. Valid values: disable, enable.
    pkg string
    Package.
    _policyBlock string
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoAsicOffload string
    Auto-Asic-Offload. Valid values: disable, enable.
    comments string
    Comment.
    customTags string[]
    Custom tags.
    dstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs string[]
    Destination address object from available options.
    haMgmtIntfOnly string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internetServiceSrc string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustomGroups string[]
    Custom Internet Service source group name.
    internetServiceSrcCustoms string[]
    Custom Internet Service source name.
    internetServiceSrcFortiguards string[]
    FortiGuard Internet Service source name.
    internetServiceSrcGroups string[]
    Internet Service source group name.
    internetServiceSrcNames string[]
    Internet Service source name.
    internetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs string[]
    Incoming interface name from available options.
    logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicyId string
    an identifier for the resource with format {{policyid}}.
    pkgFolderPath string
    Pkg Folder Path.
    policyid number
    User defined local in policy ID.
    schedules string[]
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serviceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services string[]
    Service object from available options.
    srcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs string[]
    Source address object from available options.
    status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    updateIfExist boolean
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtualPatch string
    Enable/disable virtual patching. Valid values: disable, enable.
    pkg str
    Package.
    _policy_block str
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    auto_asic_offload str
    Auto-Asic-Offload. Valid values: disable, enable.
    comments str
    Comment.
    custom_tags Sequence[str]
    Custom tags.
    dstaddr_negate str
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs Sequence[str]
    Destination address object from available options.
    ha_mgmt_intf_only str
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internet_service_src str
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service_src_custom_groups Sequence[str]
    Custom Internet Service source group name.
    internet_service_src_customs Sequence[str]
    Custom Internet Service source name.
    internet_service_src_fortiguards Sequence[str]
    FortiGuard Internet Service source name.
    internet_service_src_groups Sequence[str]
    Internet Service source group name.
    internet_service_src_names Sequence[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.
    intfs Sequence[str]
    Incoming interface name from available options.
    logtraffic str
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packages_global_footer_localinpolicy_id str
    an identifier for the resource with format {{policyid}}.
    pkg_folder_path str
    Pkg Folder Path.
    policyid float
    User defined local in policy ID.
    schedules Sequence[str]
    Schedule object from available options.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    service_negate str
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services Sequence[str]
    Service object from available options.
    srcaddr_negate str
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs Sequence[str]
    Source address object from available options.
    status str
    Enable/disable this local-in policy. Valid values: disable, enable.
    update_if_exist bool
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtual_patch str
    Enable/disable virtual patching. Valid values: disable, enable.
    pkg String
    Package.
    _policyBlock String
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoAsicOffload String
    Auto-Asic-Offload. Valid values: disable, enable.
    comments String
    Comment.
    customTags List<String>
    Custom tags.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address object from available options.
    haMgmtIntfOnly String
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustomGroups List<String>
    Custom Internet Service source group name.
    internetServiceSrcCustoms List<String>
    Custom Internet Service source name.
    internetServiceSrcFortiguards List<String>
    FortiGuard Internet Service source name.
    internetServiceSrcGroups List<String>
    Internet Service source group name.
    internetServiceSrcNames List<String>
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicyId String
    an identifier for the resource with format {{policyid}}.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Number
    User defined local in policy ID.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service object from available options.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address object from available options.
    status String
    Enable/disable this local-in policy. Valid values: disable, enable.
    updateIfExist Boolean
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtualPatch String
    Enable/disable virtual patching. Valid values: disable, enable.

    Outputs

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

    Get an existing PackagesGlobalFooterLocalinpolicy 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?: PackagesGlobalFooterLocalinpolicyState, opts?: CustomResourceOptions): PackagesGlobalFooterLocalinpolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            _policy_block: Optional[str] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            auto_asic_offload: Optional[str] = None,
            comments: Optional[str] = None,
            custom_tags: Optional[Sequence[str]] = None,
            dstaddr_negate: Optional[str] = None,
            dstaddrs: Optional[Sequence[str]] = None,
            ha_mgmt_intf_only: Optional[str] = None,
            internet_service_src: Optional[str] = None,
            internet_service_src_custom_groups: Optional[Sequence[str]] = None,
            internet_service_src_customs: Optional[Sequence[str]] = None,
            internet_service_src_fortiguards: Optional[Sequence[str]] = None,
            internet_service_src_groups: Optional[Sequence[str]] = None,
            internet_service_src_names: Optional[Sequence[str]] = None,
            internet_service_src_negate: Optional[str] = None,
            intfs: Optional[Sequence[str]] = None,
            logtraffic: Optional[str] = None,
            packages_global_footer_localinpolicy_id: Optional[str] = None,
            pkg: Optional[str] = None,
            pkg_folder_path: Optional[str] = None,
            policyid: Optional[float] = None,
            schedules: Optional[Sequence[str]] = None,
            scopetype: Optional[str] = None,
            service_negate: Optional[str] = None,
            services: Optional[Sequence[str]] = None,
            srcaddr_negate: Optional[str] = None,
            srcaddrs: Optional[Sequence[str]] = None,
            status: Optional[str] = None,
            update_if_exist: Optional[bool] = None,
            uuid: Optional[str] = None,
            virtual_patch: Optional[str] = None) -> PackagesGlobalFooterLocalinpolicy
    func GetPackagesGlobalFooterLocalinpolicy(ctx *Context, name string, id IDInput, state *PackagesGlobalFooterLocalinpolicyState, opts ...ResourceOption) (*PackagesGlobalFooterLocalinpolicy, error)
    public static PackagesGlobalFooterLocalinpolicy Get(string name, Input<string> id, PackagesGlobalFooterLocalinpolicyState? state, CustomResourceOptions? opts = null)
    public static PackagesGlobalFooterLocalinpolicy get(String name, Output<String> id, PackagesGlobalFooterLocalinpolicyState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesGlobalFooterLocalinpolicy    get:      id: ${id}
    import {
      to = fortimanager_packages_global_footer_localinpolicy.example
      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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoAsicOffload string
    Auto-Asic-Offload. Valid values: disable, enable.
    Comments string
    Comment.
    CustomTags List<string>
    Custom tags.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs List<string>
    Destination address object from available options.
    HaMgmtIntfOnly string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustomGroups List<string>
    Custom Internet Service source group name.
    InternetServiceSrcCustoms List<string>
    Custom Internet Service source name.
    InternetServiceSrcFortiguards List<string>
    FortiGuard Internet Service source name.
    InternetServiceSrcGroups List<string>
    Internet Service source group name.
    InternetServiceSrcNames List<string>
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    Intfs List<string>
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicyId string
    an identifier for the resource with format {{policyid}}.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid double
    User defined local in policy ID.
    Schedules List<string>
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services List<string>
    Service object from available options.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs List<string>
    Source address object from available options.
    Status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    UpdateIfExist bool
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VirtualPatch string
    Enable/disable virtual patching. Valid values: disable, enable.
    _policyBlock string
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AutoAsicOffload string
    Auto-Asic-Offload. Valid values: disable, enable.
    Comments string
    Comment.
    CustomTags []string
    Custom tags.
    DstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    Dstaddrs []string
    Destination address object from available options.
    HaMgmtIntfOnly string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    InternetServiceSrc string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    InternetServiceSrcCustomGroups []string
    Custom Internet Service source group name.
    InternetServiceSrcCustoms []string
    Custom Internet Service source name.
    InternetServiceSrcFortiguards []string
    FortiGuard Internet Service source name.
    InternetServiceSrcGroups []string
    Internet Service source group name.
    InternetServiceSrcNames []string
    Internet Service source name.
    InternetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    Intfs []string
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicyId string
    an identifier for the resource with format {{policyid}}.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid float64
    User defined local in policy ID.
    Schedules []string
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ServiceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    Services []string
    Service object from available options.
    SrcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    Srcaddrs []string
    Source address object from available options.
    Status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    UpdateIfExist bool
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    VirtualPatch string
    Enable/disable virtual patching. Valid values: disable, enable.
    _policyBlock string
    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.
    _policy_block string
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    auto_asic_offload string
    Auto-Asic-Offload. Valid values: disable, enable.
    comments string
    Comment.
    custom_tags list(string)
    Custom tags.
    dstaddr_negate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs list(string)
    Destination address object from available options.
    ha_mgmt_intf_only string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internet_service_src string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service_src_custom_groups list(string)
    Custom Internet Service source group name.
    internet_service_src_customs list(string)
    Custom Internet Service source name.
    internet_service_src_fortiguards list(string)
    FortiGuard Internet Service source name.
    internet_service_src_groups list(string)
    Internet Service source group name.
    internet_service_src_names list(string)
    Internet Service source name.
    internet_service_src_negate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs list(string)
    Incoming interface name from available options.
    logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packages_global_footer_localinpolicy_id string
    an identifier for the resource with format {{policyid}}.
    pkg string
    Package.
    pkg_folder_path string
    Pkg Folder Path.
    policyid number
    User defined local in policy ID.
    schedules list(string)
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    service_negate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services list(string)
    Service object from available options.
    srcaddr_negate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs list(string)
    Source address object from available options.
    status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    update_if_exist bool
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtual_patch string
    Enable/disable virtual patching. Valid values: disable, enable.
    _policyBlock String
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoAsicOffload String
    Auto-Asic-Offload. Valid values: disable, enable.
    comments String
    Comment.
    customTags List<String>
    Custom tags.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address object from available options.
    haMgmtIntfOnly String
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustomGroups List<String>
    Custom Internet Service source group name.
    internetServiceSrcCustoms List<String>
    Custom Internet Service source name.
    internetServiceSrcFortiguards List<String>
    FortiGuard Internet Service source name.
    internetServiceSrcGroups List<String>
    Internet Service source group name.
    internetServiceSrcNames List<String>
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicyId String
    an identifier for the resource with format {{policyid}}.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Double
    User defined local in policy ID.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service object from available options.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address object from available options.
    status String
    Enable/disable this local-in policy. Valid values: disable, enable.
    updateIfExist Boolean
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtualPatch String
    Enable/disable virtual patching. Valid values: disable, enable.
    _policyBlock string
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoAsicOffload string
    Auto-Asic-Offload. Valid values: disable, enable.
    comments string
    Comment.
    customTags string[]
    Custom tags.
    dstaddrNegate string
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs string[]
    Destination address object from available options.
    haMgmtIntfOnly string
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internetServiceSrc string
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustomGroups string[]
    Custom Internet Service source group name.
    internetServiceSrcCustoms string[]
    Custom Internet Service source name.
    internetServiceSrcFortiguards string[]
    FortiGuard Internet Service source name.
    internetServiceSrcGroups string[]
    Internet Service source group name.
    internetServiceSrcNames string[]
    Internet Service source name.
    internetServiceSrcNegate string
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs string[]
    Incoming interface name from available options.
    logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicyId string
    an identifier for the resource with format {{policyid}}.
    pkg string
    Package.
    pkgFolderPath string
    Pkg Folder Path.
    policyid number
    User defined local in policy ID.
    schedules string[]
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serviceNegate string
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services string[]
    Service object from available options.
    srcaddrNegate string
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs string[]
    Source address object from available options.
    status string
    Enable/disable this local-in policy. Valid values: disable, enable.
    updateIfExist boolean
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtualPatch string
    Enable/disable virtual patching. Valid values: disable, enable.
    _policy_block str
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    auto_asic_offload str
    Auto-Asic-Offload. Valid values: disable, enable.
    comments str
    Comment.
    custom_tags Sequence[str]
    Custom tags.
    dstaddr_negate str
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs Sequence[str]
    Destination address object from available options.
    ha_mgmt_intf_only str
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internet_service_src str
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internet_service_src_custom_groups Sequence[str]
    Custom Internet Service source group name.
    internet_service_src_customs Sequence[str]
    Custom Internet Service source name.
    internet_service_src_fortiguards Sequence[str]
    FortiGuard Internet Service source name.
    internet_service_src_groups Sequence[str]
    Internet Service source group name.
    internet_service_src_names Sequence[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.
    intfs Sequence[str]
    Incoming interface name from available options.
    logtraffic str
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packages_global_footer_localinpolicy_id str
    an identifier for the resource with format {{policyid}}.
    pkg str
    Package.
    pkg_folder_path str
    Pkg Folder Path.
    policyid float
    User defined local in policy ID.
    schedules Sequence[str]
    Schedule object from available options.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    service_negate str
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services Sequence[str]
    Service object from available options.
    srcaddr_negate str
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs Sequence[str]
    Source address object from available options.
    status str
    Enable/disable this local-in policy. Valid values: disable, enable.
    update_if_exist bool
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtual_patch str
    Enable/disable virtual patching. Valid values: disable, enable.
    _policyBlock String
    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
    Action performed on traffic matching the policy (default = deny). Valid values: deny, accept.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    autoAsicOffload String
    Auto-Asic-Offload. Valid values: disable, enable.
    comments String
    Comment.
    customTags List<String>
    Custom tags.
    dstaddrNegate String
    When enabled dstaddr specifies what the destination address must NOT be. Valid values: disable, enable.
    dstaddrs List<String>
    Destination address object from available options.
    haMgmtIntfOnly String
    Enable/disable dedicating the HA management interface only for local-in policy. Valid values: disable, enable.
    internetServiceSrc String
    Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values: disable, enable.
    internetServiceSrcCustomGroups List<String>
    Custom Internet Service source group name.
    internetServiceSrcCustoms List<String>
    Custom Internet Service source name.
    internetServiceSrcFortiguards List<String>
    FortiGuard Internet Service source name.
    internetServiceSrcGroups List<String>
    Internet Service source group name.
    internetServiceSrcNames List<String>
    Internet Service source name.
    internetServiceSrcNegate String
    When enabled internet-service-src specifies what the service must NOT be. Valid values: disable, enable.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicyId String
    an identifier for the resource with format {{policyid}}.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Number
    User defined local in policy ID.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    serviceNegate String
    When enabled service specifies what the service must NOT be. Valid values: disable, enable.
    services List<String>
    Service object from available options.
    srcaddrNegate String
    When enabled srcaddr specifies what the source address must NOT be. Valid values: disable, enable.
    srcaddrs List<String>
    Source address object from available options.
    status String
    Enable/disable this local-in policy. Valid values: disable, enable.
    updateIfExist Boolean
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    virtualPatch String
    Enable/disable virtual patching. Valid values: disable, enable.

    Import

    Packages GlobalFooterLocalInPolicy 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/packagesGlobalFooterLocalinpolicy:PackagesGlobalFooterLocalinpolicy 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.
    Viewing docs for fortimanager 1.18.0
    published on Friday, Jul 31, 2026 by fortinetdev

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial