published on Friday, Jul 31, 2026 by fortinetdev
published on Friday, Jul 31, 2026 by fortinetdev
Configure user defined IPv4 local-in policies.
Create PackagesGlobalFooterLocalinpolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PackagesGlobalFooterLocalinpolicy(name: string, args: PackagesGlobalFooterLocalinpolicyArgs, opts?: CustomResourceOptions);@overload
def PackagesGlobalFooterLocalinpolicy(resource_name: str,
args: PackagesGlobalFooterLocalinpolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PackagesGlobalFooterLocalinpolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
pkg: Optional[str] = None,
intfs: Optional[Sequence[str]] = None,
logtraffic: Optional[str] = None,
auto_asic_offload: Optional[str] = None,
comments: Optional[str] = None,
custom_tags: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstaddrs: Optional[Sequence[str]] = None,
ha_mgmt_intf_only: Optional[str] = None,
internet_service_src: Optional[str] = None,
internet_service_src_custom_groups: Optional[Sequence[str]] = None,
internet_service_src_customs: Optional[Sequence[str]] = None,
internet_service_src_fortiguards: Optional[Sequence[str]] = None,
internet_service_src_groups: Optional[Sequence[str]] = None,
internet_service_src_names: Optional[Sequence[str]] = None,
adom: Optional[str] = None,
internet_service_src_negate: Optional[str] = None,
action: Optional[str] = None,
packages_global_footer_localinpolicy_id: Optional[str] = None,
_policy_block: Optional[str] = None,
pkg_folder_path: Optional[str] = None,
policyid: Optional[float] = None,
schedules: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
status: Optional[str] = None,
update_if_exist: Optional[bool] = None,
uuid: Optional[str] = None,
virtual_patch: Optional[str] = None)func NewPackagesGlobalFooterLocalinpolicy(ctx *Context, name string, args PackagesGlobalFooterLocalinpolicyArgs, opts ...ResourceOption) (*PackagesGlobalFooterLocalinpolicy, error)public PackagesGlobalFooterLocalinpolicy(string name, PackagesGlobalFooterLocalinpolicyArgs args, CustomResourceOptions? opts = null)
public PackagesGlobalFooterLocalinpolicy(String name, PackagesGlobalFooterLocalinpolicyArgs args)
public PackagesGlobalFooterLocalinpolicy(String name, PackagesGlobalFooterLocalinpolicyArgs args, CustomResourceOptions options)
type: fortimanager:PackagesGlobalFooterLocalinpolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "fortimanager_packages_global_footer_localinpolicy" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args PackagesGlobalFooterLocalinpolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PackagesGlobalFooterLocalinpolicyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PackagesGlobalFooterLocalinpolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PackagesGlobalFooterLocalinpolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PackagesGlobalFooterLocalinpolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var packagesGlobalFooterLocalinpolicyResource = new Fortimanager.PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource", new()
{
Pkg = "string",
Intfs = new[]
{
"string",
},
Logtraffic = "string",
AutoAsicOffload = "string",
Comments = "string",
CustomTags = new[]
{
"string",
},
DstaddrNegate = "string",
Dstaddrs = new[]
{
"string",
},
HaMgmtIntfOnly = "string",
InternetServiceSrc = "string",
InternetServiceSrcCustomGroups = new[]
{
"string",
},
InternetServiceSrcCustoms = new[]
{
"string",
},
InternetServiceSrcFortiguards = new[]
{
"string",
},
InternetServiceSrcGroups = new[]
{
"string",
},
InternetServiceSrcNames = new[]
{
"string",
},
Adom = "string",
InternetServiceSrcNegate = "string",
Action = "string",
PackagesGlobalFooterLocalinpolicyId = "string",
_policyBlock = "string",
PkgFolderPath = "string",
Policyid = 0,
Schedules = new[]
{
"string",
},
Scopetype = "string",
ServiceNegate = "string",
Services = new[]
{
"string",
},
SrcaddrNegate = "string",
Srcaddrs = new[]
{
"string",
},
Status = "string",
UpdateIfExist = false,
Uuid = "string",
VirtualPatch = "string",
});
example, err := fortimanager.NewPackagesGlobalFooterLocalinpolicy(ctx, "packagesGlobalFooterLocalinpolicyResource", &fortimanager.PackagesGlobalFooterLocalinpolicyArgs{
Pkg: pulumi.String("string"),
Intfs: pulumi.StringArray{
pulumi.String("string"),
},
Logtraffic: pulumi.String("string"),
AutoAsicOffload: pulumi.String("string"),
Comments: pulumi.String("string"),
CustomTags: pulumi.StringArray{
pulumi.String("string"),
},
DstaddrNegate: pulumi.String("string"),
Dstaddrs: pulumi.StringArray{
pulumi.String("string"),
},
HaMgmtIntfOnly: pulumi.String("string"),
InternetServiceSrc: pulumi.String("string"),
InternetServiceSrcCustomGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcCustoms: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcFortiguards: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcNames: pulumi.StringArray{
pulumi.String("string"),
},
Adom: pulumi.String("string"),
InternetServiceSrcNegate: pulumi.String("string"),
Action: pulumi.String("string"),
PackagesGlobalFooterLocalinpolicyId: pulumi.String("string"),
_policyBlock: pulumi.String("string"),
PkgFolderPath: pulumi.String("string"),
Policyid: pulumi.Float64(0),
Schedules: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
ServiceNegate: pulumi.String("string"),
Services: pulumi.StringArray{
pulumi.String("string"),
},
SrcaddrNegate: pulumi.String("string"),
Srcaddrs: pulumi.StringArray{
pulumi.String("string"),
},
Status: pulumi.String("string"),
UpdateIfExist: pulumi.Bool(false),
Uuid: pulumi.String("string"),
VirtualPatch: pulumi.String("string"),
})
resource "fortimanager_packages_global_footer_localinpolicy" "packagesGlobalFooterLocalinpolicyResource" {
lifecycle {
create_before_destroy = true
}
pkg = "string"
intfs = ["string"]
logtraffic = "string"
auto_asic_offload = "string"
comments = "string"
custom_tags = ["string"]
dstaddr_negate = "string"
dstaddrs = ["string"]
ha_mgmt_intf_only = "string"
internet_service_src = "string"
internet_service_src_custom_groups = ["string"]
internet_service_src_customs = ["string"]
internet_service_src_fortiguards = ["string"]
internet_service_src_groups = ["string"]
internet_service_src_names = ["string"]
adom = "string"
internet_service_src_negate = "string"
action = "string"
packages_global_footer_localinpolicy_id = "string"
_policy_block = "string"
pkg_folder_path = "string"
policyid = 0
schedules = ["string"]
scopetype = "string"
service_negate = "string"
services = ["string"]
srcaddr_negate = "string"
srcaddrs = ["string"]
status = "string"
update_if_exist = false
uuid = "string"
virtual_patch = "string"
}
var packagesGlobalFooterLocalinpolicyResource = new PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource", PackagesGlobalFooterLocalinpolicyArgs.builder()
.pkg("string")
.intfs("string")
.logtraffic("string")
.autoAsicOffload("string")
.comments("string")
.customTags("string")
.dstaddrNegate("string")
.dstaddrs("string")
.haMgmtIntfOnly("string")
.internetServiceSrc("string")
.internetServiceSrcCustomGroups("string")
.internetServiceSrcCustoms("string")
.internetServiceSrcFortiguards("string")
.internetServiceSrcGroups("string")
.internetServiceSrcNames("string")
.adom("string")
.internetServiceSrcNegate("string")
.action("string")
.packagesGlobalFooterLocalinpolicyId("string")
._policyBlock("string")
.pkgFolderPath("string")
.policyid(0.0)
.schedules("string")
.scopetype("string")
.serviceNegate("string")
.services("string")
.srcaddrNegate("string")
.srcaddrs("string")
.status("string")
.updateIfExist(false)
.uuid("string")
.virtualPatch("string")
.build());
packages_global_footer_localinpolicy_resource = fortimanager.PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource",
pkg="string",
intfs=["string"],
logtraffic="string",
auto_asic_offload="string",
comments="string",
custom_tags=["string"],
dstaddr_negate="string",
dstaddrs=["string"],
ha_mgmt_intf_only="string",
internet_service_src="string",
internet_service_src_custom_groups=["string"],
internet_service_src_customs=["string"],
internet_service_src_fortiguards=["string"],
internet_service_src_groups=["string"],
internet_service_src_names=["string"],
adom="string",
internet_service_src_negate="string",
action="string",
packages_global_footer_localinpolicy_id="string",
_policy_block="string",
pkg_folder_path="string",
policyid=float(0),
schedules=["string"],
scopetype="string",
service_negate="string",
services=["string"],
srcaddr_negate="string",
srcaddrs=["string"],
status="string",
update_if_exist=False,
uuid="string",
virtual_patch="string")
const packagesGlobalFooterLocalinpolicyResource = new fortimanager.PackagesGlobalFooterLocalinpolicy("packagesGlobalFooterLocalinpolicyResource", {
pkg: "string",
intfs: ["string"],
logtraffic: "string",
autoAsicOffload: "string",
comments: "string",
customTags: ["string"],
dstaddrNegate: "string",
dstaddrs: ["string"],
haMgmtIntfOnly: "string",
internetServiceSrc: "string",
internetServiceSrcCustomGroups: ["string"],
internetServiceSrcCustoms: ["string"],
internetServiceSrcFortiguards: ["string"],
internetServiceSrcGroups: ["string"],
internetServiceSrcNames: ["string"],
adom: "string",
internetServiceSrcNegate: "string",
action: "string",
packagesGlobalFooterLocalinpolicyId: "string",
_policyBlock: "string",
pkgFolderPath: "string",
policyid: 0,
schedules: ["string"],
scopetype: "string",
serviceNegate: "string",
services: ["string"],
srcaddrNegate: "string",
srcaddrs: ["string"],
status: "string",
updateIfExist: false,
uuid: "string",
virtualPatch: "string",
});
type: fortimanager:PackagesGlobalFooterLocalinpolicy
properties:
_policyBlock: string
action: string
adom: string
autoAsicOffload: string
comments: string
customTags:
- string
dstaddrNegate: string
dstaddrs:
- string
haMgmtIntfOnly: string
internetServiceSrc: string
internetServiceSrcCustomGroups:
- string
internetServiceSrcCustoms:
- string
internetServiceSrcFortiguards:
- string
internetServiceSrcGroups:
- string
internetServiceSrcNames:
- string
internetServiceSrcNegate: string
intfs:
- string
logtraffic: string
packagesGlobalFooterLocalinpolicyId: string
pkg: string
pkgFolderPath: string
policyid: 0
schedules:
- string
scopetype: string
serviceNegate: string
services:
- string
srcaddrNegate: string
srcaddrs:
- string
status: string
updateIfExist: false
uuid: string
virtualPatch: string
PackagesGlobalFooterLocalinpolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PackagesGlobalFooterLocalinpolicy resource accepts the following input properties:
- Pkg string
- Package.
- Action string
- Action performed on traffic matching the policy (default = deny). Valid values:
deny,accept. - Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auto
Asic stringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - Comments string
- Comment.
- List<string>
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs List<string>
- Destination address object from available options.
- Ha
Mgmt stringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service List<string>Src Custom Groups - Custom Internet Service source group name.
- Internet
Service List<string>Src Customs - Custom Internet Service source name.
- Internet
Service List<string>Src Fortiguards - FortiGuard Internet Service source name.
- Internet
Service List<string>Src Groups - Internet Service source group name.
- Internet
Service List<string>Src Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs List<string>
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- Pkg
Folder stringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services List<string>
- Service object from available options.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs List<string>
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable virtual patching. Valid values:
disable,enable. - _
policy stringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auto
Asic stringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - Comments string
- Comment.
- []string
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs []string
- Destination address object from available options.
- Ha
Mgmt stringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service []stringSrc Custom Groups - Custom Internet Service source group name.
- Internet
Service []stringSrc Customs - Custom Internet Service source name.
- Internet
Service []stringSrc Fortiguards - FortiGuard Internet Service source name.
- Internet
Service []stringSrc Groups - Internet Service source group name.
- Internet
Service []stringSrc Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs []string
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- Pkg
Folder stringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services []string
- Service object from available options.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs []string
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable virtual patching. Valid values:
disable,enable. - _
policy stringBlock - 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_ stringblock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto_
asic_ stringoffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments string
- Comment.
- list(string)
- Custom tags.
- dstaddr_
negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs list(string)
- Destination address object from available options.
- ha_
mgmt_ stringintf_ only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet_
service_ stringsrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet_
service_ list(string)src_ custom_ groups - Custom Internet Service source group name.
- internet_
service_ list(string)src_ customs - Custom Internet Service source name.
- internet_
service_ list(string)src_ fortiguards - FortiGuard Internet Service source name.
- internet_
service_ list(string)src_ groups - Internet Service source group name.
- internet_
service_ list(string)src_ names - Internet Service source name.
- internet_
service_ stringsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs list(string)
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- pkg_
folder_ stringpath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services list(string)
- Service object from available options.
- srcaddr_
negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs list(string)
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch string - Enable/disable virtual patching. Valid values:
disable,enable.
- pkg String
- Package.
- _
policy StringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto
Asic StringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- ha
Mgmt StringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet
Service List<String>Src Custom Groups - Custom Internet Service source group name.
- internet
Service List<String>Src Customs - Custom Internet Service source name.
- internet
Service List<String>Src Fortiguards - FortiGuard Internet Service source name.
- internet
Service List<String>Src Groups - Internet Service source group name.
- internet
Service List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - String
- an identifier for the resource with format {{policyid}}.
- pkg
Folder StringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable virtual patching. Valid values:
disable,enable.
- pkg string
- Package.
- _
policy stringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto
Asic stringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments string
- Comment.
- string[]
- Custom tags.
- dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs string[]
- Destination address object from available options.
- ha
Mgmt stringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet
Service stringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet
Service string[]Src Custom Groups - Custom Internet Service source group name.
- internet
Service string[]Src Customs - Custom Internet Service source name.
- internet
Service string[]Src Fortiguards - FortiGuard Internet Service source name.
- internet
Service string[]Src Groups - Internet Service source group name.
- internet
Service string[]Src Names - Internet Service source name.
- internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs string[]
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- pkg
Folder stringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services string[]
- Service object from available options.
- srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs string[]
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If booleanExist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch string - Enable/disable virtual patching. Valid values:
disable,enable.
- pkg str
- Package.
- _
policy_ strblock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto_
asic_ stroffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments str
- Comment.
- Sequence[str]
- Custom tags.
- dstaddr_
negate str - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs Sequence[str]
- Destination address object from available options.
- ha_
mgmt_ strintf_ only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet_
service_ strsrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet_
service_ Sequence[str]src_ custom_ groups - Custom Internet Service source group name.
- internet_
service_ Sequence[str]src_ customs - Custom Internet Service source name.
- internet_
service_ Sequence[str]src_ fortiguards - FortiGuard Internet Service source name.
- internet_
service_ Sequence[str]src_ groups - Internet Service source group name.
- internet_
service_ Sequence[str]src_ names - Internet Service source name.
- internet_
service_ strsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs Sequence[str]
- Incoming interface name from available options.
- logtraffic str
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - str
- an identifier for the resource with format {{policyid}}.
- pkg_
folder_ strpath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate str - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services Sequence[str]
- Service object from available options.
- srcaddr_
negate str - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs Sequence[str]
- Source address object from available options.
- status str
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch str - Enable/disable virtual patching. Valid values:
disable,enable.
- pkg String
- Package.
- _
policy StringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto
Asic StringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- ha
Mgmt StringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet
Service List<String>Src Custom Groups - Custom Internet Service source group name.
- internet
Service List<String>Src Customs - Custom Internet Service source name.
- internet
Service List<String>Src Fortiguards - FortiGuard Internet Service source name.
- internet
Service List<String>Src Groups - Internet Service source group name.
- internet
Service List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - String
- an identifier for the resource with format {{policyid}}.
- pkg
Folder StringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable virtual patching. Valid values:
disable,enable.
Outputs
All input properties are implicitly available as output properties. Additionally, the PackagesGlobalFooterLocalinpolicy resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing PackagesGlobalFooterLocalinpolicy Resource
Get an existing PackagesGlobalFooterLocalinpolicy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PackagesGlobalFooterLocalinpolicyState, opts?: CustomResourceOptions): PackagesGlobalFooterLocalinpolicy@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_policy_block: Optional[str] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
auto_asic_offload: Optional[str] = None,
comments: Optional[str] = None,
custom_tags: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstaddrs: Optional[Sequence[str]] = None,
ha_mgmt_intf_only: Optional[str] = None,
internet_service_src: Optional[str] = None,
internet_service_src_custom_groups: Optional[Sequence[str]] = None,
internet_service_src_customs: Optional[Sequence[str]] = None,
internet_service_src_fortiguards: Optional[Sequence[str]] = None,
internet_service_src_groups: Optional[Sequence[str]] = None,
internet_service_src_names: Optional[Sequence[str]] = None,
internet_service_src_negate: Optional[str] = None,
intfs: Optional[Sequence[str]] = None,
logtraffic: Optional[str] = None,
packages_global_footer_localinpolicy_id: Optional[str] = None,
pkg: Optional[str] = None,
pkg_folder_path: Optional[str] = None,
policyid: Optional[float] = None,
schedules: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
status: Optional[str] = None,
update_if_exist: Optional[bool] = None,
uuid: Optional[str] = None,
virtual_patch: Optional[str] = None) -> PackagesGlobalFooterLocalinpolicyfunc GetPackagesGlobalFooterLocalinpolicy(ctx *Context, name string, id IDInput, state *PackagesGlobalFooterLocalinpolicyState, opts ...ResourceOption) (*PackagesGlobalFooterLocalinpolicy, error)public static PackagesGlobalFooterLocalinpolicy Get(string name, Input<string> id, PackagesGlobalFooterLocalinpolicyState? state, CustomResourceOptions? opts = null)public static PackagesGlobalFooterLocalinpolicy get(String name, Output<String> id, PackagesGlobalFooterLocalinpolicyState state, CustomResourceOptions options)resources: _: type: fortimanager:PackagesGlobalFooterLocalinpolicy get: id: ${id}import {
to = fortimanager_packages_global_footer_localinpolicy.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auto
Asic stringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - Comments string
- Comment.
- List<string>
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs List<string>
- Destination address object from available options.
- Ha
Mgmt stringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service List<string>Src Custom Groups - Custom Internet Service source group name.
- Internet
Service List<string>Src Customs - Custom Internet Service source name.
- Internet
Service List<string>Src Fortiguards - FortiGuard Internet Service source name.
- Internet
Service List<string>Src Groups - Internet Service source group name.
- Internet
Service List<string>Src Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs List<string>
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- Pkg string
- Package.
- Pkg
Folder stringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services List<string>
- Service object from available options.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs List<string>
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable virtual patching. Valid values:
disable,enable. - _
policy stringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Auto
Asic stringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - Comments string
- Comment.
- []string
- Custom tags.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - Dstaddrs []string
- Destination address object from available options.
- Ha
Mgmt stringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - Internet
Service []stringSrc Custom Groups - Custom Internet Service source group name.
- Internet
Service []stringSrc Customs - Custom Internet Service source name.
- Internet
Service []stringSrc Fortiguards - FortiGuard Internet Service source name.
- Internet
Service []stringSrc Groups - Internet Service source group name.
- Internet
Service []stringSrc Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - Intfs []string
- Incoming interface name from available options.
- Logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- Pkg string
- Package.
- Pkg
Folder stringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - Services []string
- Service object from available options.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - Srcaddrs []string
- Source address object from available options.
- Status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - Update
If boolExist - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Virtual
Patch string - Enable/disable virtual patching. Valid values:
disable,enable. - _
policy stringBlock - 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_ stringblock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto_
asic_ stringoffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments string
- Comment.
- list(string)
- Custom tags.
- dstaddr_
negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs list(string)
- Destination address object from available options.
- ha_
mgmt_ stringintf_ only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet_
service_ stringsrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet_
service_ list(string)src_ custom_ groups - Custom Internet Service source group name.
- internet_
service_ list(string)src_ customs - Custom Internet Service source name.
- internet_
service_ list(string)src_ fortiguards - FortiGuard Internet Service source name.
- internet_
service_ list(string)src_ groups - Internet Service source group name.
- internet_
service_ list(string)src_ names - Internet Service source name.
- internet_
service_ stringsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs list(string)
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- pkg string
- Package.
- pkg_
folder_ stringpath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services list(string)
- Service object from available options.
- srcaddr_
negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs list(string)
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch string - Enable/disable virtual patching. Valid values:
disable,enable.
- _
policy StringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto
Asic StringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- ha
Mgmt StringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet
Service List<String>Src Custom Groups - Custom Internet Service source group name.
- internet
Service List<String>Src Customs - Custom Internet Service source name.
- internet
Service List<String>Src Fortiguards - FortiGuard Internet Service source name.
- internet
Service List<String>Src Groups - Internet Service source group name.
- internet
Service List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - String
- an identifier for the resource with format {{policyid}}.
- pkg String
- Package.
- pkg
Folder StringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable virtual patching. Valid values:
disable,enable.
- _
policy stringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto
Asic stringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments string
- Comment.
- string[]
- Custom tags.
- dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs string[]
- Destination address object from available options.
- ha
Mgmt stringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet
Service stringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet
Service string[]Src Custom Groups - Custom Internet Service source group name.
- internet
Service string[]Src Customs - Custom Internet Service source name.
- internet
Service string[]Src Fortiguards - FortiGuard Internet Service source name.
- internet
Service string[]Src Groups - Internet Service source group name.
- internet
Service string[]Src Names - Internet Service source name.
- internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs string[]
- Incoming interface name from available options.
- logtraffic string
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - string
- an identifier for the resource with format {{policyid}}.
- pkg string
- Package.
- pkg
Folder stringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services string[]
- Service object from available options.
- srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs string[]
- Source address object from available options.
- status string
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If booleanExist - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch string - Enable/disable virtual patching. Valid values:
disable,enable.
- _
policy_ strblock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto_
asic_ stroffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments str
- Comment.
- Sequence[str]
- Custom tags.
- dstaddr_
negate str - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs Sequence[str]
- Destination address object from available options.
- ha_
mgmt_ strintf_ only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet_
service_ strsrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet_
service_ Sequence[str]src_ custom_ groups - Custom Internet Service source group name.
- internet_
service_ Sequence[str]src_ customs - Custom Internet Service source name.
- internet_
service_ Sequence[str]src_ fortiguards - FortiGuard Internet Service source name.
- internet_
service_ Sequence[str]src_ groups - Internet Service source group name.
- internet_
service_ Sequence[str]src_ names - Internet Service source name.
- internet_
service_ strsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs Sequence[str]
- Incoming interface name from available options.
- logtraffic str
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - str
- an identifier for the resource with format {{policyid}}.
- pkg str
- Package.
- pkg_
folder_ strpath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service_
negate str - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services Sequence[str]
- Service object from available options.
- srcaddr_
negate str - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs Sequence[str]
- Source address object from available options.
- status str
- Enable/disable this local-in policy. Valid values:
disable,enable. - update_
if_ boolexist - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual_
patch str - Enable/disable virtual patching. Valid values:
disable,enable.
- _
policy StringBlock - 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - auto
Asic StringOffload - Auto-Asic-Offload. Valid values:
disable,enable. - comments String
- Comment.
- List<String>
- Custom tags.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable,enable. - dstaddrs List<String>
- Destination address object from available options.
- ha
Mgmt StringIntf Only - Enable/disable dedicating the HA management interface only for local-in policy. Valid values:
disable,enable. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this local-in policy. If enabled, source address is not used. Valid values:
disable,enable. - internet
Service List<String>Src Custom Groups - Custom Internet Service source group name.
- internet
Service List<String>Src Customs - Custom Internet Service source name.
- internet
Service List<String>Src Fortiguards - FortiGuard Internet Service source name.
- internet
Service List<String>Src Groups - Internet Service source group name.
- internet
Service List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable,enable. - intfs List<String>
- Incoming interface name from available options.
- logtraffic String
- Enable/disable local-in traffic logging. Valid values:
disable,enable. - String
- an identifier for the resource with format {{policyid}}.
- pkg String
- Package.
- pkg
Folder StringPath - 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. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - service
Negate String - When enabled service specifies what the service must NOT be. Valid values:
disable,enable. - services List<String>
- Service object from available options.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable,enable. - srcaddrs List<String>
- Source address object from available options.
- status String
- Enable/disable this local-in policy. Valid values:
disable,enable. - update
If BooleanExist - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- virtual
Patch String - Enable/disable virtual patching. Valid values:
disable,enable.
Import
Packages GlobalFooterLocalInPolicy can be imported using any of these accepted formats:
Set import_options = [“pkg_folder_path=YOUR_VALUE”, “pkg=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/packagesGlobalFooterLocalinpolicy:PackagesGlobalFooterLocalinpolicy labelname {{policyid}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanagerTerraform Provider.
published on Friday, Jul 31, 2026 by fortinetdev