1. Registry
  2. Packages
  3. Fortimanager Provider
  4. API Docs
  5. PackagesPblockFirewallLocalinpolicy6
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.

    This resource is a sub resource for variable firewall_local_in_policy6 of resource fortimanager.PackagesPblock. Conflict and overwrite may occur if use both of them.

    Create PackagesPblockFirewallLocalinpolicy6 Resource

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

    Constructor syntax

    new PackagesPblockFirewallLocalinpolicy6(name: string, args: PackagesPblockFirewallLocalinpolicy6Args, opts?: CustomResourceOptions);
    @overload
    def PackagesPblockFirewallLocalinpolicy6(resource_name: str,
                                             args: PackagesPblockFirewallLocalinpolicy6Args,
                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesPblockFirewallLocalinpolicy6(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             pblock: Optional[str] = None,
                                             intfs: Optional[Sequence[str]] = None,
                                             update_if_exist: Optional[bool] = 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,
                                             logtraffic: Optional[str] = None,
                                             adom: Optional[str] = None,
                                             internet_service6_src_negate: Optional[str] = None,
                                             internet_service6_src_names: Optional[Sequence[str]] = None,
                                             packages_pblock_firewall_localinpolicy6_id: Optional[str] = None,
                                             action: Optional[str] = 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,
                                             _policy_block: Optional[str] = None,
                                             uuid: Optional[str] = None,
                                             virtual_patch: Optional[str] = None)
    func NewPackagesPblockFirewallLocalinpolicy6(ctx *Context, name string, args PackagesPblockFirewallLocalinpolicy6Args, opts ...ResourceOption) (*PackagesPblockFirewallLocalinpolicy6, error)
    public PackagesPblockFirewallLocalinpolicy6(string name, PackagesPblockFirewallLocalinpolicy6Args args, CustomResourceOptions? opts = null)
    public PackagesPblockFirewallLocalinpolicy6(String name, PackagesPblockFirewallLocalinpolicy6Args args)
    public PackagesPblockFirewallLocalinpolicy6(String name, PackagesPblockFirewallLocalinpolicy6Args args, CustomResourceOptions options)
    
    type: fortimanager:PackagesPblockFirewallLocalinpolicy6
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "fortimanager_packages_pblock_firewall_localinpolicy6" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args PackagesPblockFirewallLocalinpolicy6Args
    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 PackagesPblockFirewallLocalinpolicy6Args
    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 PackagesPblockFirewallLocalinpolicy6Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesPblockFirewallLocalinpolicy6Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesPblockFirewallLocalinpolicy6Args
    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 packagesPblockFirewallLocalinpolicy6Resource = new Fortimanager.PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource", new()
    {
        Pblock = "string",
        Intfs = new[]
        {
            "string",
        },
        UpdateIfExist = false,
        Comments = "string",
        CustomTags = new[]
        {
            "string",
        },
        DstaddrNegate = "string",
        Dstaddrs = new[]
        {
            "string",
        },
        InternetService6Src = "string",
        InternetService6SrcCustomGroups = new[]
        {
            "string",
        },
        InternetService6SrcCustoms = new[]
        {
            "string",
        },
        InternetService6SrcFortiguards = new[]
        {
            "string",
        },
        InternetService6SrcGroups = new[]
        {
            "string",
        },
        Logtraffic = "string",
        Adom = "string",
        InternetService6SrcNegate = "string",
        InternetService6SrcNames = new[]
        {
            "string",
        },
        PackagesPblockFirewallLocalinpolicy6Id = "string",
        Action = "string",
        Schedules = new[]
        {
            "string",
        },
        Scopetype = "string",
        ServiceNegate = "string",
        Services = new[]
        {
            "string",
        },
        SrcaddrNegate = "string",
        Srcaddrs = new[]
        {
            "string",
        },
        Status = "string",
        _policyBlock = "string",
        Uuid = "string",
        VirtualPatch = "string",
    });
    
    example, err := fortimanager.NewPackagesPblockFirewallLocalinpolicy6(ctx, "packagesPblockFirewallLocalinpolicy6Resource", &fortimanager.PackagesPblockFirewallLocalinpolicy6Args{
    	Pblock: pulumi.String("string"),
    	Intfs: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	UpdateIfExist: pulumi.Bool(false),
    	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"),
    	},
    	Logtraffic:                pulumi.String("string"),
    	Adom:                      pulumi.String("string"),
    	InternetService6SrcNegate: pulumi.String("string"),
    	InternetService6SrcNames: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	PackagesPblockFirewallLocalinpolicy6Id: pulumi.String("string"),
    	Action:                                 pulumi.String("string"),
    	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"),
    	_policyBlock: pulumi.String("string"),
    	Uuid:         pulumi.String("string"),
    	VirtualPatch: pulumi.String("string"),
    })
    
    resource "fortimanager_packages_pblock_firewall_localinpolicy6" "packagesPblockFirewallLocalinpolicy6Resource" {
      lifecycle {
        create_before_destroy = true
      }
      pblock                                     = "string"
      intfs                                      = ["string"]
      update_if_exist                            = false
      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"]
      logtraffic                                 = "string"
      adom                                       = "string"
      internet_service6_src_negate               = "string"
      internet_service6_src_names                = ["string"]
      packages_pblock_firewall_localinpolicy6_id = "string"
      action                                     = "string"
      schedules                                  = ["string"]
      scopetype                                  = "string"
      service_negate                             = "string"
      services                                   = ["string"]
      srcaddr_negate                             = "string"
      srcaddrs                                   = ["string"]
      status                                     = "string"
      _policy_block                              = "string"
      uuid                                       = "string"
      virtual_patch                              = "string"
    }
    
    var packagesPblockFirewallLocalinpolicy6Resource = new PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource", PackagesPblockFirewallLocalinpolicy6Args.builder()
        .pblock("string")
        .intfs("string")
        .updateIfExist(false)
        .comments("string")
        .customTags("string")
        .dstaddrNegate("string")
        .dstaddrs("string")
        .internetService6Src("string")
        .internetService6SrcCustomGroups("string")
        .internetService6SrcCustoms("string")
        .internetService6SrcFortiguards("string")
        .internetService6SrcGroups("string")
        .logtraffic("string")
        .adom("string")
        .internetService6SrcNegate("string")
        .internetService6SrcNames("string")
        .packagesPblockFirewallLocalinpolicy6Id("string")
        .action("string")
        .schedules("string")
        .scopetype("string")
        .serviceNegate("string")
        .services("string")
        .srcaddrNegate("string")
        .srcaddrs("string")
        .status("string")
        ._policyBlock("string")
        .uuid("string")
        .virtualPatch("string")
        .build());
    
    packages_pblock_firewall_localinpolicy6_resource = fortimanager.PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource",
        pblock="string",
        intfs=["string"],
        update_if_exist=False,
        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"],
        logtraffic="string",
        adom="string",
        internet_service6_src_negate="string",
        internet_service6_src_names=["string"],
        packages_pblock_firewall_localinpolicy6_id="string",
        action="string",
        schedules=["string"],
        scopetype="string",
        service_negate="string",
        services=["string"],
        srcaddr_negate="string",
        srcaddrs=["string"],
        status="string",
        _policy_block="string",
        uuid="string",
        virtual_patch="string")
    
    const packagesPblockFirewallLocalinpolicy6Resource = new fortimanager.PackagesPblockFirewallLocalinpolicy6("packagesPblockFirewallLocalinpolicy6Resource", {
        pblock: "string",
        intfs: ["string"],
        updateIfExist: false,
        comments: "string",
        customTags: ["string"],
        dstaddrNegate: "string",
        dstaddrs: ["string"],
        internetService6Src: "string",
        internetService6SrcCustomGroups: ["string"],
        internetService6SrcCustoms: ["string"],
        internetService6SrcFortiguards: ["string"],
        internetService6SrcGroups: ["string"],
        logtraffic: "string",
        adom: "string",
        internetService6SrcNegate: "string",
        internetService6SrcNames: ["string"],
        packagesPblockFirewallLocalinpolicy6Id: "string",
        action: "string",
        schedules: ["string"],
        scopetype: "string",
        serviceNegate: "string",
        services: ["string"],
        srcaddrNegate: "string",
        srcaddrs: ["string"],
        status: "string",
        _policyBlock: "string",
        uuid: "string",
        virtualPatch: "string",
    });
    
    type: fortimanager:PackagesPblockFirewallLocalinpolicy6
    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
        packagesPblockFirewallLocalinpolicy6Id: string
        pblock: string
        schedules:
            - string
        scopetype: string
        serviceNegate: string
        services:
            - string
        srcaddrNegate: string
        srcaddrs:
            - string
        status: string
        updateIfExist: false
        uuid: string
        virtualPatch: string
    

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

    Pblock string
    Pblock.
    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.
    PackagesPblockFirewallLocalinpolicy6Id string
    an identifier for the resource with format {{policyid}}.
    Schedules List<string>
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    Pblock string
    Pblock.
    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.
    PackagesPblockFirewallLocalinpolicy6Id string
    an identifier for the resource with format {{policyid}}.
    Schedules []string
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    pblock string
    Pblock.
    _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_pblock_firewall_localinpolicy6_id string
    an identifier for the resource with format {{policyid}}.
    schedules list(string)
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    pblock String
    Pblock.
    _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.
    packagesPblockFirewallLocalinpolicy6Id String
    an identifier for the resource with format {{policyid}}.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    pblock string
    Pblock.
    _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.
    packagesPblockFirewallLocalinpolicy6Id string
    an identifier for the resource with format {{policyid}}.
    schedules string[]
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    pblock str
    Pblock.
    _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_pblock_firewall_localinpolicy6_id str
    an identifier for the resource with format {{policyid}}.
    schedules Sequence[str]
    Schedule object from available options.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    pblock String
    Pblock.
    _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.
    packagesPblockFirewallLocalinpolicy6Id String
    an identifier for the resource with format {{policyid}}.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 PackagesPblockFirewallLocalinpolicy6 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 PackagesPblockFirewallLocalinpolicy6 Resource

    Get an existing PackagesPblockFirewallLocalinpolicy6 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?: PackagesPblockFirewallLocalinpolicy6State, opts?: CustomResourceOptions): PackagesPblockFirewallLocalinpolicy6
    @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_pblock_firewall_localinpolicy6_id: Optional[str] = None,
            pblock: Optional[str] = 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) -> PackagesPblockFirewallLocalinpolicy6
    func GetPackagesPblockFirewallLocalinpolicy6(ctx *Context, name string, id IDInput, state *PackagesPblockFirewallLocalinpolicy6State, opts ...ResourceOption) (*PackagesPblockFirewallLocalinpolicy6, error)
    public static PackagesPblockFirewallLocalinpolicy6 Get(string name, Input<string> id, PackagesPblockFirewallLocalinpolicy6State? state, CustomResourceOptions? opts = null)
    public static PackagesPblockFirewallLocalinpolicy6 get(String name, Output<String> id, PackagesPblockFirewallLocalinpolicy6State state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesPblockFirewallLocalinpolicy6    get:      id: ${id}
    import {
      to = fortimanager_packages_pblock_firewall_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.
    PackagesPblockFirewallLocalinpolicy6Id string
    an identifier for the resource with format {{policyid}}.
    Pblock string
    Pblock.
    Schedules List<string>
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    PackagesPblockFirewallLocalinpolicy6Id string
    an identifier for the resource with format {{policyid}}.
    Pblock string
    Pblock.
    Schedules []string
    Schedule object from available options.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_pblock_firewall_localinpolicy6_id string
    an identifier for the resource with format {{policyid}}.
    pblock string
    Pblock.
    schedules list(string)
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    packagesPblockFirewallLocalinpolicy6Id String
    an identifier for the resource with format {{policyid}}.
    pblock String
    Pblock.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    packagesPblockFirewallLocalinpolicy6Id string
    an identifier for the resource with format {{policyid}}.
    pblock string
    Pblock.
    schedules string[]
    Schedule object from available options.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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_pblock_firewall_localinpolicy6_id str
    an identifier for the resource with format {{policyid}}.
    pblock str
    Pblock.
    schedules Sequence[str]
    Schedule object from available options.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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.
    packagesPblockFirewallLocalinpolicy6Id String
    an identifier for the resource with format {{policyid}}.
    pblock String
    Pblock.
    schedules List<String>
    Schedule object from available options.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 PblockFirewallLocalInPolicy6 can be imported using any of these accepted formats:

    Set import_options = [“pblock=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/packagesPblockFirewallLocalinpolicy6:PackagesPblockFirewallLocalinpolicy6 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