1. Registry
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. PackagesGlobalFooterLocalinpolicy6
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 IPv6 local-in policies.

    Create PackagesGlobalFooterLocalinpolicy6 Resource

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

    Constructor syntax

    new PackagesGlobalFooterLocalinpolicy6(name: string, args: PackagesGlobalFooterLocalinpolicy6Args, opts?: CustomResourceOptions);
    @overload
    def PackagesGlobalFooterLocalinpolicy6(resource_name: str,
                                           args: PackagesGlobalFooterLocalinpolicy6Args,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesGlobalFooterLocalinpolicy6(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           pkg: Optional[str] = None,
                                           intfs: Optional[Sequence[str]] = None,
                                           schedules: Optional[Sequence[str]] = None,
                                           comments: Optional[str] = None,
                                           custom_tags: Optional[Sequence[str]] = None,
                                           dstaddr_negate: Optional[str] = None,
                                           dstaddrs: Optional[Sequence[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_fortiguards: 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,
                                           _policy_block: Optional[str] = None,
                                           adom: Optional[str] = None,
                                           action: Optional[str] = None,
                                           logtraffic: Optional[str] = None,
                                           pkg_folder_path: Optional[str] = None,
                                           policyid: Optional[float] = None,
                                           packages_global_footer_localinpolicy6_id: Optional[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 NewPackagesGlobalFooterLocalinpolicy6(ctx *Context, name string, args PackagesGlobalFooterLocalinpolicy6Args, opts ...ResourceOption) (*PackagesGlobalFooterLocalinpolicy6, error)
    public PackagesGlobalFooterLocalinpolicy6(string name, PackagesGlobalFooterLocalinpolicy6Args args, CustomResourceOptions? opts = null)
    public PackagesGlobalFooterLocalinpolicy6(String name, PackagesGlobalFooterLocalinpolicy6Args args)
    public PackagesGlobalFooterLocalinpolicy6(String name, PackagesGlobalFooterLocalinpolicy6Args args, CustomResourceOptions options)
    
    type: fortimanager:PackagesGlobalFooterLocalinpolicy6
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "fortimanager_packages_global_footer_localinpolicy6" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PackagesGlobalFooterLocalinpolicy6Args
    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 PackagesGlobalFooterLocalinpolicy6Args
    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 PackagesGlobalFooterLocalinpolicy6Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesGlobalFooterLocalinpolicy6Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesGlobalFooterLocalinpolicy6Args
    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 packagesGlobalFooterLocalinpolicy6Resource = new Fortimanager.PackagesGlobalFooterLocalinpolicy6("packagesGlobalFooterLocalinpolicy6Resource", new()
    {
        Pkg = "string",
        Intfs = new[]
        {
            "string",
        },
        Schedules = new[]
        {
            "string",
        },
        Comments = "string",
        CustomTags = new[]
        {
            "string",
        },
        DstaddrNegate = "string",
        Dstaddrs = new[]
        {
            "string",
        },
        InternetService6Src = "string",
        InternetService6SrcCustomGroups = new[]
        {
            "string",
        },
        InternetService6SrcCustoms = new[]
        {
            "string",
        },
        InternetService6SrcFortiguards = new[]
        {
            "string",
        },
        InternetService6SrcGroups = new[]
        {
            "string",
        },
        InternetService6SrcNames = new[]
        {
            "string",
        },
        InternetService6SrcNegate = "string",
        _policyBlock = "string",
        Adom = "string",
        Action = "string",
        Logtraffic = "string",
        PkgFolderPath = "string",
        Policyid = 0,
        PackagesGlobalFooterLocalinpolicy6Id = "string",
        Scopetype = "string",
        ServiceNegate = "string",
        Services = new[]
        {
            "string",
        },
        SrcaddrNegate = "string",
        Srcaddrs = new[]
        {
            "string",
        },
        Status = "string",
        UpdateIfExist = false,
        Uuid = "string",
        VirtualPatch = "string",
    });
    
    example, err := fortimanager.NewPackagesGlobalFooterLocalinpolicy6(ctx, "packagesGlobalFooterLocalinpolicy6Resource", &fortimanager.PackagesGlobalFooterLocalinpolicy6Args{
    	Pkg: pulumi.String("string"),
    	Intfs: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Schedules: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Comments: pulumi.String("string"),
    	CustomTags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	DstaddrNegate: pulumi.String("string"),
    	Dstaddrs: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetService6Src: pulumi.String("string"),
    	InternetService6SrcCustomGroups: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetService6SrcCustoms: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetService6SrcFortiguards: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetService6SrcGroups: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetService6SrcNames: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	InternetService6SrcNegate:            pulumi.String("string"),
    	_policyBlock:                         pulumi.String("string"),
    	Adom:                                 pulumi.String("string"),
    	Action:                               pulumi.String("string"),
    	Logtraffic:                           pulumi.String("string"),
    	PkgFolderPath:                        pulumi.String("string"),
    	Policyid:                             pulumi.Float64(0),
    	PackagesGlobalFooterLocalinpolicy6Id: 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_localinpolicy6" "packagesGlobalFooterLocalinpolicy6Resource" {
      lifecycle {
        create_before_destroy = true
      }
      pkg                                      = "string"
      intfs                                    = ["string"]
      schedules                                = ["string"]
      comments                                 = "string"
      custom_tags                              = ["string"]
      dstaddr_negate                           = "string"
      dstaddrs                                 = ["string"]
      internet_service6_src                    = "string"
      internet_service6_src_custom_groups      = ["string"]
      internet_service6_src_customs            = ["string"]
      internet_service6_src_fortiguards        = ["string"]
      internet_service6_src_groups             = ["string"]
      internet_service6_src_names              = ["string"]
      internet_service6_src_negate             = "string"
      _policy_block                            = "string"
      adom                                     = "string"
      action                                   = "string"
      logtraffic                               = "string"
      pkg_folder_path                          = "string"
      policyid                                 = 0
      packages_global_footer_localinpolicy6_id = "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 packagesGlobalFooterLocalinpolicy6Resource = new PackagesGlobalFooterLocalinpolicy6("packagesGlobalFooterLocalinpolicy6Resource", PackagesGlobalFooterLocalinpolicy6Args.builder()
        .pkg("string")
        .intfs("string")
        .schedules("string")
        .comments("string")
        .customTags("string")
        .dstaddrNegate("string")
        .dstaddrs("string")
        .internetService6Src("string")
        .internetService6SrcCustomGroups("string")
        .internetService6SrcCustoms("string")
        .internetService6SrcFortiguards("string")
        .internetService6SrcGroups("string")
        .internetService6SrcNames("string")
        .internetService6SrcNegate("string")
        ._policyBlock("string")
        .adom("string")
        .action("string")
        .logtraffic("string")
        .pkgFolderPath("string")
        .policyid(0.0)
        .packagesGlobalFooterLocalinpolicy6Id("string")
        .scopetype("string")
        .serviceNegate("string")
        .services("string")
        .srcaddrNegate("string")
        .srcaddrs("string")
        .status("string")
        .updateIfExist(false)
        .uuid("string")
        .virtualPatch("string")
        .build());
    
    packages_global_footer_localinpolicy6_resource = fortimanager.PackagesGlobalFooterLocalinpolicy6("packagesGlobalFooterLocalinpolicy6Resource",
        pkg="string",
        intfs=["string"],
        schedules=["string"],
        comments="string",
        custom_tags=["string"],
        dstaddr_negate="string",
        dstaddrs=["string"],
        internet_service6_src="string",
        internet_service6_src_custom_groups=["string"],
        internet_service6_src_customs=["string"],
        internet_service6_src_fortiguards=["string"],
        internet_service6_src_groups=["string"],
        internet_service6_src_names=["string"],
        internet_service6_src_negate="string",
        _policy_block="string",
        adom="string",
        action="string",
        logtraffic="string",
        pkg_folder_path="string",
        policyid=float(0),
        packages_global_footer_localinpolicy6_id="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 packagesGlobalFooterLocalinpolicy6Resource = new fortimanager.PackagesGlobalFooterLocalinpolicy6("packagesGlobalFooterLocalinpolicy6Resource", {
        pkg: "string",
        intfs: ["string"],
        schedules: ["string"],
        comments: "string",
        customTags: ["string"],
        dstaddrNegate: "string",
        dstaddrs: ["string"],
        internetService6Src: "string",
        internetService6SrcCustomGroups: ["string"],
        internetService6SrcCustoms: ["string"],
        internetService6SrcFortiguards: ["string"],
        internetService6SrcGroups: ["string"],
        internetService6SrcNames: ["string"],
        internetService6SrcNegate: "string",
        _policyBlock: "string",
        adom: "string",
        action: "string",
        logtraffic: "string",
        pkgFolderPath: "string",
        policyid: 0,
        packagesGlobalFooterLocalinpolicy6Id: "string",
        scopetype: "string",
        serviceNegate: "string",
        services: ["string"],
        srcaddrNegate: "string",
        srcaddrs: ["string"],
        status: "string",
        updateIfExist: false,
        uuid: "string",
        virtualPatch: "string",
    });
    
    type: fortimanager:PackagesGlobalFooterLocalinpolicy6
    properties:
        _policyBlock: string
        action: string
        adom: string
        comments: string
        customTags:
            - string
        dstaddrNegate: string
        dstaddrs:
            - string
        internetService6Src: string
        internetService6SrcCustomGroups:
            - string
        internetService6SrcCustoms:
            - string
        internetService6SrcFortiguards:
            - string
        internetService6SrcGroups:
            - string
        internetService6SrcNames:
            - string
        internetService6SrcNegate: string
        intfs:
            - string
        logtraffic: string
        packagesGlobalFooterLocalinpolicy6Id: 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
    

    PackagesGlobalFooterLocalinpolicy6 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 PackagesGlobalFooterLocalinpolicy6 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.
    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.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    InternetService6SrcFortiguards List<string>
    FortiGuard 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.
    Intfs List<string>
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    InternetService6SrcFortiguards []string
    FortiGuard 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.
    Intfs []string
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internet_service6_src string
    Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values: disable, enable.
    internet_service6_src_custom_groups list(string)
    Custom Internet Service6 source group name.
    internet_service6_src_customs list(string)
    Custom IPv6 Internet Service source name.
    internet_service6_src_fortiguards list(string)
    FortiGuard IPv6 Internet Service source name.
    internet_service6_src_groups list(string)
    Internet Service6 source group name.
    internet_service6_src_names list(string)
    IPv6 Internet Service source name.
    internet_service6_src_negate string
    When enabled internet-service6-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_localinpolicy6_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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    internetService6SrcFortiguards List<String>
    FortiGuard 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.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    internetService6SrcFortiguards string[]
    FortiGuard 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.
    intfs string[]
    Incoming interface name from available options.
    logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internet_service6_src str
    Enable/disable use of IPv6 Internet Services in source for this local-in 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_fortiguards Sequence[str]
    FortiGuard 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.
    intfs Sequence[str]
    Incoming interface name from available options.
    logtraffic str
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packages_global_footer_localinpolicy6_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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    internetService6SrcFortiguards List<String>
    FortiGuard 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.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. Valid values: disable, enable.

    Outputs

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

    Get an existing PackagesGlobalFooterLocalinpolicy6 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?: PackagesGlobalFooterLocalinpolicy6State, opts?: CustomResourceOptions): PackagesGlobalFooterLocalinpolicy6
    @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,
            comments: Optional[str] = None,
            custom_tags: Optional[Sequence[str]] = None,
            dstaddr_negate: Optional[str] = None,
            dstaddrs: Optional[Sequence[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_fortiguards: 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,
            intfs: Optional[Sequence[str]] = None,
            logtraffic: Optional[str] = None,
            packages_global_footer_localinpolicy6_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) -> PackagesGlobalFooterLocalinpolicy6
    func GetPackagesGlobalFooterLocalinpolicy6(ctx *Context, name string, id IDInput, state *PackagesGlobalFooterLocalinpolicy6State, opts ...ResourceOption) (*PackagesGlobalFooterLocalinpolicy6, error)
    public static PackagesGlobalFooterLocalinpolicy6 Get(string name, Input<string> id, PackagesGlobalFooterLocalinpolicy6State? state, CustomResourceOptions? opts = null)
    public static PackagesGlobalFooterLocalinpolicy6 get(String name, Output<String> id, PackagesGlobalFooterLocalinpolicy6State state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesGlobalFooterLocalinpolicy6    get:      id: ${id}
    import {
      to = fortimanager_packages_global_footer_localinpolicy6.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.
    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.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    InternetService6SrcFortiguards List<string>
    FortiGuard 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.
    Intfs List<string>
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    InternetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    InternetService6SrcFortiguards []string
    FortiGuard 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.
    Intfs []string
    Incoming interface name from available options.
    Logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    PackagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internet_service6_src string
    Enable/disable use of IPv6 Internet Services in source for this local-in policy.If enabled, source address is not used. Valid values: disable, enable.
    internet_service6_src_custom_groups list(string)
    Custom Internet Service6 source group name.
    internet_service6_src_customs list(string)
    Custom IPv6 Internet Service source name.
    internet_service6_src_fortiguards list(string)
    FortiGuard IPv6 Internet Service source name.
    internet_service6_src_groups list(string)
    Internet Service6 source group name.
    internet_service6_src_names list(string)
    IPv6 Internet Service source name.
    internet_service6_src_negate string
    When enabled internet-service6-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_localinpolicy6_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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    internetService6SrcFortiguards List<String>
    FortiGuard 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.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internetService6Src string
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    internetService6SrcFortiguards string[]
    FortiGuard 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.
    intfs string[]
    Incoming interface name from available options.
    logtraffic string
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internet_service6_src str
    Enable/disable use of IPv6 Internet Services in source for this local-in 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_fortiguards Sequence[str]
    FortiGuard 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.
    intfs Sequence[str]
    Incoming interface name from available options.
    logtraffic str
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packages_global_footer_localinpolicy6_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. Separate names with a space.
    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 the virtual patching feature. 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.
    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.
    internetService6Src String
    Enable/disable use of IPv6 Internet Services in source for this local-in 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.
    internetService6SrcFortiguards List<String>
    FortiGuard 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.
    intfs List<String>
    Incoming interface name from available options.
    logtraffic String
    Enable/disable local-in traffic logging. Valid values: disable, enable.
    packagesGlobalFooterLocalinpolicy6Id 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. Separate names with a space.
    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 the virtual patching feature. Valid values: disable, enable.

    Import

    Packages GlobalFooterLocalInPolicy6 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/packagesGlobalFooterLocalinpolicy6:PackagesGlobalFooterLocalinpolicy6 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