fortimanager.PackagesPblockFirewallConsolidatedPolicy
Explore with Pulumi AI
Configuring consolidated policy for a policy block.
This resource is a sub resource for variable
firewall_consolidated_policy
of resourcefortimanager.PackagesPblock
. Conflict and overwrite may occur if use both of them.
Create PackagesPblockFirewallConsolidatedPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PackagesPblockFirewallConsolidatedPolicy(name: string, args: PackagesPblockFirewallConsolidatedPolicyArgs, opts?: CustomResourceOptions);
@overload
def PackagesPblockFirewallConsolidatedPolicy(resource_name: str,
args: PackagesPblockFirewallConsolidatedPolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PackagesPblockFirewallConsolidatedPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
pblock: Optional[str] = None,
_policy_block: Optional[float] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
app_categories: Optional[Sequence[str]] = None,
app_groups: Optional[Sequence[str]] = None,
application_list: Optional[str] = None,
applications: Optional[Sequence[float]] = None,
auto_asic_offload: Optional[str] = None,
av_profile: Optional[str] = None,
captive_portal_exempt: Optional[str] = None,
cifs_profile: Optional[str] = None,
comments: Optional[str] = None,
diffserv_forward: Optional[str] = None,
diffserv_reverse: Optional[str] = None,
diffservcode_forward: Optional[str] = None,
diffservcode_rev: Optional[str] = None,
dlp_sensor: Optional[str] = None,
dnsfilter_profile: Optional[str] = None,
dstaddr4s: Optional[Sequence[str]] = None,
dstaddr6s: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstintfs: Optional[Sequence[str]] = None,
emailfilter_profile: Optional[str] = None,
fixedport: Optional[str] = None,
fsso_groups: Optional[Sequence[str]] = None,
global_label: Optional[str] = None,
groups: Optional[Sequence[str]] = None,
http_policy_redirect: Optional[str] = None,
icap_profile: Optional[str] = None,
inbound: Optional[str] = None,
inspection_mode: Optional[str] = None,
internet_service: Optional[str] = None,
internet_service_custom_groups: Optional[Sequence[str]] = None,
internet_service_customs: Optional[Sequence[str]] = None,
internet_service_groups: Optional[Sequence[str]] = None,
internet_service_ids: Optional[Sequence[str]] = None,
internet_service_negate: 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_groups: Optional[Sequence[str]] = None,
internet_service_src_ids: Optional[Sequence[str]] = None,
internet_service_src_negate: Optional[str] = None,
ippool: Optional[str] = None,
ips_sensor: Optional[str] = None,
logtraffic: Optional[str] = None,
logtraffic_start: Optional[str] = None,
mms_profile: Optional[str] = None,
name: Optional[str] = None,
nat: Optional[str] = None,
outbound: Optional[str] = None,
packages_pblock_firewall_consolidated_policy_id: Optional[str] = None,
per_ip_shaper: Optional[str] = None,
poolname4s: Optional[Sequence[str]] = None,
poolname6s: Optional[Sequence[str]] = None,
profile_group: Optional[str] = None,
profile_protocol_options: Optional[str] = None,
profile_type: Optional[str] = None,
schedule: Optional[str] = None,
scopetype: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
session_ttl: Optional[str] = None,
srcaddr4s: Optional[Sequence[str]] = None,
srcaddr6s: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcintfs: Optional[Sequence[str]] = None,
ssh_filter_profile: Optional[str] = None,
ssh_policy_redirect: Optional[str] = None,
ssl_ssh_profile: Optional[str] = None,
status: Optional[str] = None,
tcp_mss_receiver: Optional[float] = None,
tcp_mss_sender: Optional[float] = None,
traffic_shaper: Optional[str] = None,
traffic_shaper_reverse: Optional[str] = None,
url_categories: Optional[Sequence[str]] = None,
users: Optional[Sequence[str]] = None,
utm_status: Optional[str] = None,
uuid: Optional[str] = None,
voip_profile: Optional[str] = None,
vpntunnel: Optional[str] = None,
waf_profile: Optional[str] = None,
wanopt: Optional[str] = None,
wanopt_detection: Optional[str] = None,
wanopt_passive_opt: Optional[str] = None,
wanopt_peer: Optional[str] = None,
wanopt_profile: Optional[str] = None,
webcache: Optional[str] = None,
webcache_https: Optional[str] = None,
webfilter_profile: Optional[str] = None,
webproxy_forward_server: Optional[str] = None,
webproxy_profile: Optional[str] = None)
func NewPackagesPblockFirewallConsolidatedPolicy(ctx *Context, name string, args PackagesPblockFirewallConsolidatedPolicyArgs, opts ...ResourceOption) (*PackagesPblockFirewallConsolidatedPolicy, error)
public PackagesPblockFirewallConsolidatedPolicy(string name, PackagesPblockFirewallConsolidatedPolicyArgs args, CustomResourceOptions? opts = null)
public PackagesPblockFirewallConsolidatedPolicy(String name, PackagesPblockFirewallConsolidatedPolicyArgs args)
public PackagesPblockFirewallConsolidatedPolicy(String name, PackagesPblockFirewallConsolidatedPolicyArgs args, CustomResourceOptions options)
type: fortimanager:PackagesPblockFirewallConsolidatedPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PackagesPblockFirewallConsolidatedPolicyArgs
- 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 PackagesPblockFirewallConsolidatedPolicyArgs
- 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 PackagesPblockFirewallConsolidatedPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PackagesPblockFirewallConsolidatedPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PackagesPblockFirewallConsolidatedPolicyArgs
- 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 packagesPblockFirewallConsolidatedPolicyResource = new Fortimanager.PackagesPblockFirewallConsolidatedPolicy("packagesPblockFirewallConsolidatedPolicyResource", new()
{
Pblock = "string",
_policyBlock = 0,
Action = "string",
Adom = "string",
AppCategories = new[]
{
"string",
},
AppGroups = new[]
{
"string",
},
ApplicationList = "string",
Applications = new[]
{
0,
},
AutoAsicOffload = "string",
AvProfile = "string",
CaptivePortalExempt = "string",
CifsProfile = "string",
Comments = "string",
DiffservForward = "string",
DiffservReverse = "string",
DiffservcodeForward = "string",
DiffservcodeRev = "string",
DlpSensor = "string",
DnsfilterProfile = "string",
Dstaddr4s = new[]
{
"string",
},
Dstaddr6s = new[]
{
"string",
},
DstaddrNegate = "string",
Dstintfs = new[]
{
"string",
},
EmailfilterProfile = "string",
Fixedport = "string",
FssoGroups = new[]
{
"string",
},
GlobalLabel = "string",
Groups = new[]
{
"string",
},
HttpPolicyRedirect = "string",
IcapProfile = "string",
Inbound = "string",
InspectionMode = "string",
InternetService = "string",
InternetServiceCustomGroups = new[]
{
"string",
},
InternetServiceCustoms = new[]
{
"string",
},
InternetServiceGroups = new[]
{
"string",
},
InternetServiceIds = new[]
{
"string",
},
InternetServiceNegate = "string",
InternetServiceSrc = "string",
InternetServiceSrcCustomGroups = new[]
{
"string",
},
InternetServiceSrcCustoms = new[]
{
"string",
},
InternetServiceSrcGroups = new[]
{
"string",
},
InternetServiceSrcIds = new[]
{
"string",
},
InternetServiceSrcNegate = "string",
Ippool = "string",
IpsSensor = "string",
Logtraffic = "string",
LogtrafficStart = "string",
MmsProfile = "string",
Name = "string",
Nat = "string",
Outbound = "string",
PackagesPblockFirewallConsolidatedPolicyId = "string",
PerIpShaper = "string",
Poolname4s = new[]
{
"string",
},
Poolname6s = new[]
{
"string",
},
ProfileGroup = "string",
ProfileProtocolOptions = "string",
ProfileType = "string",
Schedule = "string",
Scopetype = "string",
ServiceNegate = "string",
Services = new[]
{
"string",
},
SessionTtl = "string",
Srcaddr4s = new[]
{
"string",
},
Srcaddr6s = new[]
{
"string",
},
SrcaddrNegate = "string",
Srcintfs = new[]
{
"string",
},
SshFilterProfile = "string",
SshPolicyRedirect = "string",
SslSshProfile = "string",
Status = "string",
TcpMssReceiver = 0,
TcpMssSender = 0,
TrafficShaper = "string",
TrafficShaperReverse = "string",
UrlCategories = new[]
{
"string",
},
Users = new[]
{
"string",
},
UtmStatus = "string",
Uuid = "string",
VoipProfile = "string",
Vpntunnel = "string",
WafProfile = "string",
Wanopt = "string",
WanoptDetection = "string",
WanoptPassiveOpt = "string",
WanoptPeer = "string",
WanoptProfile = "string",
Webcache = "string",
WebcacheHttps = "string",
WebfilterProfile = "string",
WebproxyForwardServer = "string",
WebproxyProfile = "string",
});
example, err := fortimanager.NewPackagesPblockFirewallConsolidatedPolicy(ctx, "packagesPblockFirewallConsolidatedPolicyResource", &fortimanager.PackagesPblockFirewallConsolidatedPolicyArgs{
Pblock: pulumi.String("string"),
_policyBlock: pulumi.Float64(0),
Action: pulumi.String("string"),
Adom: pulumi.String("string"),
AppCategories: pulumi.StringArray{
pulumi.String("string"),
},
AppGroups: pulumi.StringArray{
pulumi.String("string"),
},
ApplicationList: pulumi.String("string"),
Applications: pulumi.Float64Array{
pulumi.Float64(0),
},
AutoAsicOffload: pulumi.String("string"),
AvProfile: pulumi.String("string"),
CaptivePortalExempt: pulumi.String("string"),
CifsProfile: pulumi.String("string"),
Comments: pulumi.String("string"),
DiffservForward: pulumi.String("string"),
DiffservReverse: pulumi.String("string"),
DiffservcodeForward: pulumi.String("string"),
DiffservcodeRev: pulumi.String("string"),
DlpSensor: pulumi.String("string"),
DnsfilterProfile: pulumi.String("string"),
Dstaddr4s: pulumi.StringArray{
pulumi.String("string"),
},
Dstaddr6s: pulumi.StringArray{
pulumi.String("string"),
},
DstaddrNegate: pulumi.String("string"),
Dstintfs: pulumi.StringArray{
pulumi.String("string"),
},
EmailfilterProfile: pulumi.String("string"),
Fixedport: pulumi.String("string"),
FssoGroups: pulumi.StringArray{
pulumi.String("string"),
},
GlobalLabel: pulumi.String("string"),
Groups: pulumi.StringArray{
pulumi.String("string"),
},
HttpPolicyRedirect: pulumi.String("string"),
IcapProfile: pulumi.String("string"),
Inbound: pulumi.String("string"),
InspectionMode: pulumi.String("string"),
InternetService: pulumi.String("string"),
InternetServiceCustomGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceCustoms: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceIds: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceNegate: pulumi.String("string"),
InternetServiceSrc: pulumi.String("string"),
InternetServiceSrcCustomGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcCustoms: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcIds: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcNegate: pulumi.String("string"),
Ippool: pulumi.String("string"),
IpsSensor: pulumi.String("string"),
Logtraffic: pulumi.String("string"),
LogtrafficStart: pulumi.String("string"),
MmsProfile: pulumi.String("string"),
Name: pulumi.String("string"),
Nat: pulumi.String("string"),
Outbound: pulumi.String("string"),
PackagesPblockFirewallConsolidatedPolicyId: pulumi.String("string"),
PerIpShaper: pulumi.String("string"),
Poolname4s: pulumi.StringArray{
pulumi.String("string"),
},
Poolname6s: pulumi.StringArray{
pulumi.String("string"),
},
ProfileGroup: pulumi.String("string"),
ProfileProtocolOptions: pulumi.String("string"),
ProfileType: pulumi.String("string"),
Schedule: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServiceNegate: pulumi.String("string"),
Services: pulumi.StringArray{
pulumi.String("string"),
},
SessionTtl: pulumi.String("string"),
Srcaddr4s: pulumi.StringArray{
pulumi.String("string"),
},
Srcaddr6s: pulumi.StringArray{
pulumi.String("string"),
},
SrcaddrNegate: pulumi.String("string"),
Srcintfs: pulumi.StringArray{
pulumi.String("string"),
},
SshFilterProfile: pulumi.String("string"),
SshPolicyRedirect: pulumi.String("string"),
SslSshProfile: pulumi.String("string"),
Status: pulumi.String("string"),
TcpMssReceiver: pulumi.Float64(0),
TcpMssSender: pulumi.Float64(0),
TrafficShaper: pulumi.String("string"),
TrafficShaperReverse: pulumi.String("string"),
UrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
Users: pulumi.StringArray{
pulumi.String("string"),
},
UtmStatus: pulumi.String("string"),
Uuid: pulumi.String("string"),
VoipProfile: pulumi.String("string"),
Vpntunnel: pulumi.String("string"),
WafProfile: pulumi.String("string"),
Wanopt: pulumi.String("string"),
WanoptDetection: pulumi.String("string"),
WanoptPassiveOpt: pulumi.String("string"),
WanoptPeer: pulumi.String("string"),
WanoptProfile: pulumi.String("string"),
Webcache: pulumi.String("string"),
WebcacheHttps: pulumi.String("string"),
WebfilterProfile: pulumi.String("string"),
WebproxyForwardServer: pulumi.String("string"),
WebproxyProfile: pulumi.String("string"),
})
var packagesPblockFirewallConsolidatedPolicyResource = new PackagesPblockFirewallConsolidatedPolicy("packagesPblockFirewallConsolidatedPolicyResource", PackagesPblockFirewallConsolidatedPolicyArgs.builder()
.pblock("string")
._policyBlock(0)
.action("string")
.adom("string")
.appCategories("string")
.appGroups("string")
.applicationList("string")
.applications(0)
.autoAsicOffload("string")
.avProfile("string")
.captivePortalExempt("string")
.cifsProfile("string")
.comments("string")
.diffservForward("string")
.diffservReverse("string")
.diffservcodeForward("string")
.diffservcodeRev("string")
.dlpSensor("string")
.dnsfilterProfile("string")
.dstaddr4s("string")
.dstaddr6s("string")
.dstaddrNegate("string")
.dstintfs("string")
.emailfilterProfile("string")
.fixedport("string")
.fssoGroups("string")
.globalLabel("string")
.groups("string")
.httpPolicyRedirect("string")
.icapProfile("string")
.inbound("string")
.inspectionMode("string")
.internetService("string")
.internetServiceCustomGroups("string")
.internetServiceCustoms("string")
.internetServiceGroups("string")
.internetServiceIds("string")
.internetServiceNegate("string")
.internetServiceSrc("string")
.internetServiceSrcCustomGroups("string")
.internetServiceSrcCustoms("string")
.internetServiceSrcGroups("string")
.internetServiceSrcIds("string")
.internetServiceSrcNegate("string")
.ippool("string")
.ipsSensor("string")
.logtraffic("string")
.logtrafficStart("string")
.mmsProfile("string")
.name("string")
.nat("string")
.outbound("string")
.packagesPblockFirewallConsolidatedPolicyId("string")
.perIpShaper("string")
.poolname4s("string")
.poolname6s("string")
.profileGroup("string")
.profileProtocolOptions("string")
.profileType("string")
.schedule("string")
.scopetype("string")
.serviceNegate("string")
.services("string")
.sessionTtl("string")
.srcaddr4s("string")
.srcaddr6s("string")
.srcaddrNegate("string")
.srcintfs("string")
.sshFilterProfile("string")
.sshPolicyRedirect("string")
.sslSshProfile("string")
.status("string")
.tcpMssReceiver(0)
.tcpMssSender(0)
.trafficShaper("string")
.trafficShaperReverse("string")
.urlCategories("string")
.users("string")
.utmStatus("string")
.uuid("string")
.voipProfile("string")
.vpntunnel("string")
.wafProfile("string")
.wanopt("string")
.wanoptDetection("string")
.wanoptPassiveOpt("string")
.wanoptPeer("string")
.wanoptProfile("string")
.webcache("string")
.webcacheHttps("string")
.webfilterProfile("string")
.webproxyForwardServer("string")
.webproxyProfile("string")
.build());
packages_pblock_firewall_consolidated_policy_resource = fortimanager.PackagesPblockFirewallConsolidatedPolicy("packagesPblockFirewallConsolidatedPolicyResource",
pblock="string",
_policy_block=0,
action="string",
adom="string",
app_categories=["string"],
app_groups=["string"],
application_list="string",
applications=[0],
auto_asic_offload="string",
av_profile="string",
captive_portal_exempt="string",
cifs_profile="string",
comments="string",
diffserv_forward="string",
diffserv_reverse="string",
diffservcode_forward="string",
diffservcode_rev="string",
dlp_sensor="string",
dnsfilter_profile="string",
dstaddr4s=["string"],
dstaddr6s=["string"],
dstaddr_negate="string",
dstintfs=["string"],
emailfilter_profile="string",
fixedport="string",
fsso_groups=["string"],
global_label="string",
groups=["string"],
http_policy_redirect="string",
icap_profile="string",
inbound="string",
inspection_mode="string",
internet_service="string",
internet_service_custom_groups=["string"],
internet_service_customs=["string"],
internet_service_groups=["string"],
internet_service_ids=["string"],
internet_service_negate="string",
internet_service_src="string",
internet_service_src_custom_groups=["string"],
internet_service_src_customs=["string"],
internet_service_src_groups=["string"],
internet_service_src_ids=["string"],
internet_service_src_negate="string",
ippool="string",
ips_sensor="string",
logtraffic="string",
logtraffic_start="string",
mms_profile="string",
name="string",
nat="string",
outbound="string",
packages_pblock_firewall_consolidated_policy_id="string",
per_ip_shaper="string",
poolname4s=["string"],
poolname6s=["string"],
profile_group="string",
profile_protocol_options="string",
profile_type="string",
schedule="string",
scopetype="string",
service_negate="string",
services=["string"],
session_ttl="string",
srcaddr4s=["string"],
srcaddr6s=["string"],
srcaddr_negate="string",
srcintfs=["string"],
ssh_filter_profile="string",
ssh_policy_redirect="string",
ssl_ssh_profile="string",
status="string",
tcp_mss_receiver=0,
tcp_mss_sender=0,
traffic_shaper="string",
traffic_shaper_reverse="string",
url_categories=["string"],
users=["string"],
utm_status="string",
uuid="string",
voip_profile="string",
vpntunnel="string",
waf_profile="string",
wanopt="string",
wanopt_detection="string",
wanopt_passive_opt="string",
wanopt_peer="string",
wanopt_profile="string",
webcache="string",
webcache_https="string",
webfilter_profile="string",
webproxy_forward_server="string",
webproxy_profile="string")
const packagesPblockFirewallConsolidatedPolicyResource = new fortimanager.PackagesPblockFirewallConsolidatedPolicy("packagesPblockFirewallConsolidatedPolicyResource", {
pblock: "string",
_policyBlock: 0,
action: "string",
adom: "string",
appCategories: ["string"],
appGroups: ["string"],
applicationList: "string",
applications: [0],
autoAsicOffload: "string",
avProfile: "string",
captivePortalExempt: "string",
cifsProfile: "string",
comments: "string",
diffservForward: "string",
diffservReverse: "string",
diffservcodeForward: "string",
diffservcodeRev: "string",
dlpSensor: "string",
dnsfilterProfile: "string",
dstaddr4s: ["string"],
dstaddr6s: ["string"],
dstaddrNegate: "string",
dstintfs: ["string"],
emailfilterProfile: "string",
fixedport: "string",
fssoGroups: ["string"],
globalLabel: "string",
groups: ["string"],
httpPolicyRedirect: "string",
icapProfile: "string",
inbound: "string",
inspectionMode: "string",
internetService: "string",
internetServiceCustomGroups: ["string"],
internetServiceCustoms: ["string"],
internetServiceGroups: ["string"],
internetServiceIds: ["string"],
internetServiceNegate: "string",
internetServiceSrc: "string",
internetServiceSrcCustomGroups: ["string"],
internetServiceSrcCustoms: ["string"],
internetServiceSrcGroups: ["string"],
internetServiceSrcIds: ["string"],
internetServiceSrcNegate: "string",
ippool: "string",
ipsSensor: "string",
logtraffic: "string",
logtrafficStart: "string",
mmsProfile: "string",
name: "string",
nat: "string",
outbound: "string",
packagesPblockFirewallConsolidatedPolicyId: "string",
perIpShaper: "string",
poolname4s: ["string"],
poolname6s: ["string"],
profileGroup: "string",
profileProtocolOptions: "string",
profileType: "string",
schedule: "string",
scopetype: "string",
serviceNegate: "string",
services: ["string"],
sessionTtl: "string",
srcaddr4s: ["string"],
srcaddr6s: ["string"],
srcaddrNegate: "string",
srcintfs: ["string"],
sshFilterProfile: "string",
sshPolicyRedirect: "string",
sslSshProfile: "string",
status: "string",
tcpMssReceiver: 0,
tcpMssSender: 0,
trafficShaper: "string",
trafficShaperReverse: "string",
urlCategories: ["string"],
users: ["string"],
utmStatus: "string",
uuid: "string",
voipProfile: "string",
vpntunnel: "string",
wafProfile: "string",
wanopt: "string",
wanoptDetection: "string",
wanoptPassiveOpt: "string",
wanoptPeer: "string",
wanoptProfile: "string",
webcache: "string",
webcacheHttps: "string",
webfilterProfile: "string",
webproxyForwardServer: "string",
webproxyProfile: "string",
});
type: fortimanager:PackagesPblockFirewallConsolidatedPolicy
properties:
_policyBlock: 0
action: string
adom: string
appCategories:
- string
appGroups:
- string
applicationList: string
applications:
- 0
autoAsicOffload: string
avProfile: string
captivePortalExempt: string
cifsProfile: string
comments: string
diffservForward: string
diffservReverse: string
diffservcodeForward: string
diffservcodeRev: string
dlpSensor: string
dnsfilterProfile: string
dstaddr4s:
- string
dstaddr6s:
- string
dstaddrNegate: string
dstintfs:
- string
emailfilterProfile: string
fixedport: string
fssoGroups:
- string
globalLabel: string
groups:
- string
httpPolicyRedirect: string
icapProfile: string
inbound: string
inspectionMode: string
internetService: string
internetServiceCustomGroups:
- string
internetServiceCustoms:
- string
internetServiceGroups:
- string
internetServiceIds:
- string
internetServiceNegate: string
internetServiceSrc: string
internetServiceSrcCustomGroups:
- string
internetServiceSrcCustoms:
- string
internetServiceSrcGroups:
- string
internetServiceSrcIds:
- string
internetServiceSrcNegate: string
ippool: string
ipsSensor: string
logtraffic: string
logtrafficStart: string
mmsProfile: string
name: string
nat: string
outbound: string
packagesPblockFirewallConsolidatedPolicyId: string
pblock: string
perIpShaper: string
poolname4s:
- string
poolname6s:
- string
profileGroup: string
profileProtocolOptions: string
profileType: string
schedule: string
scopetype: string
serviceNegate: string
services:
- string
sessionTtl: string
srcaddr4s:
- string
srcaddr6s:
- string
srcaddrNegate: string
srcintfs:
- string
sshFilterProfile: string
sshPolicyRedirect: string
sslSshProfile: string
status: string
tcpMssReceiver: 0
tcpMssSender: 0
trafficShaper: string
trafficShaperReverse: string
urlCategories:
- string
users:
- string
utmStatus: string
uuid: string
voipProfile: string
vpntunnel: string
wafProfile: string
wanopt: string
wanoptDetection: string
wanoptPassiveOpt: string
wanoptPeer: string
wanoptProfile: string
webcache: string
webcacheHttps: string
webfilterProfile: string
webproxyForwardServer: string
webproxyProfile: string
PackagesPblockFirewallConsolidatedPolicy 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 PackagesPblockFirewallConsolidatedPolicy resource accepts the following input properties:
- Pblock string
- Pblock.
- Action string
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Categories List<string> - App-Category.
- App
Groups List<string> - App-Group.
- Application
List string - Name of an existing Application list.
- Applications List<double>
- Application.
- Auto
Asic stringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - Av
Profile string - Name of an existing Antivirus profile.
- Captive
Portal stringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diffserv
Forward string - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - Diffserv
Reverse string - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - Diffservcode
Forward string - Change packet's DiffServ to this value.
- Diffservcode
Rev string - Change packet's reverse (reply) DiffServ to this value.
- Dlp
Sensor string - Name of an existing DLP sensor.
- Dnsfilter
Profile string - Name of an existing DNS filter profile.
- Dstaddr4s List<string>
- Destination IPv4 address name and address group names.
- Dstaddr6s List<string>
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstintfs List<string>
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Fixedport string
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - Fsso
Groups List<string> - Names of FSSO groups.
- Global
Label string - Label for the policy that appears when the GUI is in Global View mode.
- Groups List<string>
- Names of user groups that can authenticate with this policy.
- Http
Policy stringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - Icap
Profile string - Name of an existing ICAP profile.
- Inbound string
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - Inspection
Mode string - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - Internet
Service string - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - Internet
Service List<string>Custom Groups - Custom Internet Service group name.
- Internet
Service List<string>Customs - Custom Internet Service name.
- Internet
Service List<string>Groups - Internet Service group name.
- Internet
Service List<string>Ids - Internet Service ID.
- Internet
Service stringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- Internet
Service List<string>Src Ids - Internet Service source ID.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ippool string
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Logtraffic string
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - Logtraffic
Start string - Record logs when a session starts. Valid values:
disable
,enable
. - Mms
Profile string - Name of an existing MMS profile.
- Name string
- Policy name.
- Nat string
- Enable/disable source NAT. Valid values:
disable
,enable
. - Outbound string
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- Per
Ip stringShaper - Per-IP traffic shaper.
- Poolname4s List<string>
- IPv4 pool names.
- Poolname6s List<string>
- IPv6 pool names.
- Profile
Group string - Name of profile group.
- Profile
Protocol stringOptions - Name of an existing Protocol options profile.
- Profile
Type string - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - Schedule string
- Schedule name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- Session
Ttl string - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- Srcaddr4s List<string>
- Source IPv4 address name and address group names.
- Srcaddr6s List<string>
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcintfs List<string>
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssh
Policy stringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Tcp
Mss doubleReceiver - Receiver TCP maximum segment size (MSS).
- Tcp
Mss doubleSender - Sender TCP maximum segment size (MSS).
- Traffic
Shaper string - Traffic shaper.
- Traffic
Shaper stringReverse - Reverse traffic shaper.
- Url
Categories List<string> - Url-Category.
- Users List<string>
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Voip
Profile string - Name of an existing VoIP profile.
- Vpntunnel string
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- Waf
Profile string - Name of an existing Web application firewall profile.
- Wanopt string
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - Wanopt
Detection string - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - Wanopt
Passive stringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - Wanopt
Peer string - WAN optimization peer.
- Wanopt
Profile string - WAN optimization profile.
- Webcache string
- Enable/disable web cache. Valid values:
disable
,enable
. - Webcache
Https string - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - Webfilter
Profile string - Name of an existing Web filter profile.
- Webproxy
Forward stringServer - Webproxy forward server name.
- Webproxy
Profile string - Webproxy profile name.
- _
policy doubleBlock - 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
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Categories []string - App-Category.
- App
Groups []string - App-Group.
- Application
List string - Name of an existing Application list.
- Applications []float64
- Application.
- Auto
Asic stringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - Av
Profile string - Name of an existing Antivirus profile.
- Captive
Portal stringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diffserv
Forward string - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - Diffserv
Reverse string - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - Diffservcode
Forward string - Change packet's DiffServ to this value.
- Diffservcode
Rev string - Change packet's reverse (reply) DiffServ to this value.
- Dlp
Sensor string - Name of an existing DLP sensor.
- Dnsfilter
Profile string - Name of an existing DNS filter profile.
- Dstaddr4s []string
- Destination IPv4 address name and address group names.
- Dstaddr6s []string
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstintfs []string
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Fixedport string
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - Fsso
Groups []string - Names of FSSO groups.
- Global
Label string - Label for the policy that appears when the GUI is in Global View mode.
- Groups []string
- Names of user groups that can authenticate with this policy.
- Http
Policy stringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - Icap
Profile string - Name of an existing ICAP profile.
- Inbound string
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - Inspection
Mode string - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - Internet
Service string - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - Internet
Service []stringCustom Groups - Custom Internet Service group name.
- Internet
Service []stringCustoms - Custom Internet Service name.
- Internet
Service []stringGroups - Internet Service group name.
- Internet
Service []stringIds - Internet Service ID.
- Internet
Service stringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- Internet
Service []stringSrc Ids - Internet Service source ID.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ippool string
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Logtraffic string
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - Logtraffic
Start string - Record logs when a session starts. Valid values:
disable
,enable
. - Mms
Profile string - Name of an existing MMS profile.
- Name string
- Policy name.
- Nat string
- Enable/disable source NAT. Valid values:
disable
,enable
. - Outbound string
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- Per
Ip stringShaper - Per-IP traffic shaper.
- Poolname4s []string
- IPv4 pool names.
- Poolname6s []string
- IPv6 pool names.
- Profile
Group string - Name of profile group.
- Profile
Protocol stringOptions - Name of an existing Protocol options profile.
- Profile
Type string - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - Schedule string
- Schedule name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- Session
Ttl string - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- Srcaddr4s []string
- Source IPv4 address name and address group names.
- Srcaddr6s []string
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcintfs []string
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssh
Policy stringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Tcp
Mss float64Receiver - Receiver TCP maximum segment size (MSS).
- Tcp
Mss float64Sender - Sender TCP maximum segment size (MSS).
- Traffic
Shaper string - Traffic shaper.
- Traffic
Shaper stringReverse - Reverse traffic shaper.
- Url
Categories []string - Url-Category.
- Users []string
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Voip
Profile string - Name of an existing VoIP profile.
- Vpntunnel string
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- Waf
Profile string - Name of an existing Web application firewall profile.
- Wanopt string
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - Wanopt
Detection string - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - Wanopt
Passive stringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - Wanopt
Peer string - WAN optimization peer.
- Wanopt
Profile string - WAN optimization profile.
- Webcache string
- Enable/disable web cache. Valid values:
disable
,enable
. - Webcache
Https string - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - Webfilter
Profile string - Name of an existing Web filter profile.
- Webproxy
Forward stringServer - Webproxy forward server name.
- Webproxy
Profile string - Webproxy profile name.
- _
policy float64Block - 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 DoubleBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Categories List<String> - App-Category.
- app
Groups List<String> - App-Group.
- application
List String - Name of an existing Application list.
- applications List<Double>
- Application.
- auto
Asic StringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av
Profile String - Name of an existing Antivirus profile.
- captive
Portal StringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diffserv
Forward String - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv
Reverse String - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode
Forward String - Change packet's DiffServ to this value.
- diffservcode
Rev String - Change packet's reverse (reply) DiffServ to this value.
- dlp
Sensor String - Name of an existing DLP sensor.
- dnsfilter
Profile String - Name of an existing DNS filter profile.
- dstaddr4s List<String>
- Destination IPv4 address name and address group names.
- dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- fixedport String
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso
Groups List<String> - Names of FSSO groups.
- global
Label String - Label for the policy that appears when the GUI is in Global View mode.
- groups List<String>
- Names of user groups that can authenticate with this policy.
- http
Policy StringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap
Profile String - Name of an existing ICAP profile.
- inbound String
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection
Mode String - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet
Service String - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet
Service List<String>Custom Groups - Custom Internet Service group name.
- internet
Service List<String>Customs - Custom Internet Service name.
- internet
Service List<String>Groups - Internet Service group name.
- internet
Service List<String>Ids - Internet Service ID.
- internet
Service StringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- internet
Service List<String>Src Ids - Internet Service source ID.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool String
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- logtraffic String
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic
Start String - Record logs when a session starts. Valid values:
disable
,enable
. - mms
Profile String - Name of an existing MMS profile.
- name String
- Policy name.
- nat String
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound String
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- per
Ip StringShaper - Per-IP traffic shaper.
- poolname4s List<String>
- IPv4 pool names.
- poolname6s List<String>
- IPv6 pool names.
- profile
Group String - Name of profile group.
- profile
Protocol StringOptions - Name of an existing Protocol options profile.
- profile
Type String - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule String
- Schedule name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session
Ttl String - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssh
Policy StringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp
Mss DoubleReceiver - Receiver TCP maximum segment size (MSS).
- tcp
Mss DoubleSender - Sender TCP maximum segment size (MSS).
- traffic
Shaper String - Traffic shaper.
- traffic
Shaper StringReverse - Reverse traffic shaper.
- url
Categories List<String> - Url-Category.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip
Profile String - Name of an existing VoIP profile.
- vpntunnel String
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf
Profile String - Name of an existing Web application firewall profile.
- wanopt String
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt
Detection String - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt
Passive StringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt
Peer String - WAN optimization peer.
- wanopt
Profile String - WAN optimization profile.
- webcache String
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache
Https String - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter
Profile String - Name of an existing Web filter profile.
- webproxy
Forward StringServer - Webproxy forward server name.
- webproxy
Profile String - Webproxy profile name.
- pblock string
- Pblock.
- _
policy numberBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action string
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Categories string[] - App-Category.
- app
Groups string[] - App-Group.
- application
List string - Name of an existing Application list.
- applications number[]
- Application.
- auto
Asic stringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av
Profile string - Name of an existing Antivirus profile.
- captive
Portal stringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs
Profile string - Name of an existing CIFS profile.
- comments string
- Comment.
- diffserv
Forward string - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv
Reverse string - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode
Forward string - Change packet's DiffServ to this value.
- diffservcode
Rev string - Change packet's reverse (reply) DiffServ to this value.
- dlp
Sensor string - Name of an existing DLP sensor.
- dnsfilter
Profile string - Name of an existing DNS filter profile.
- dstaddr4s string[]
- Destination IPv4 address name and address group names.
- dstaddr6s string[]
- Destination IPv6 address name and address group names.
- dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs string[]
- Outgoing (egress) interface.
- emailfilter
Profile string - Name of an existing email filter profile.
- fixedport string
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso
Groups string[] - Names of FSSO groups.
- global
Label string - Label for the policy that appears when the GUI is in Global View mode.
- groups string[]
- Names of user groups that can authenticate with this policy.
- http
Policy stringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap
Profile string - Name of an existing ICAP profile.
- inbound string
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection
Mode string - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet
Service string - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet
Service string[]Custom Groups - Custom Internet Service group name.
- internet
Service string[]Customs - Custom Internet Service name.
- internet
Service string[]Groups - Internet Service group name.
- internet
Service string[]Ids - Internet Service ID.
- internet
Service stringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service stringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- internet
Service string[]Src Ids - Internet Service source ID.
- internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool string
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips
Sensor string - Name of an existing IPS sensor.
- logtraffic string
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic
Start string - Record logs when a session starts. Valid values:
disable
,enable
. - mms
Profile string - Name of an existing MMS profile.
- name string
- Policy name.
- nat string
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound string
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages
Pblock stringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- per
Ip stringShaper - Per-IP traffic shaper.
- poolname4s string[]
- IPv4 pool names.
- poolname6s string[]
- IPv6 pool names.
- profile
Group string - Name of profile group.
- profile
Protocol stringOptions - Name of an existing Protocol options profile.
- profile
Type string - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule string
- Schedule name.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session
Ttl string - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s string[]
- Source IPv4 address name and address group names.
- srcaddr6s string[]
- Source IPv6 address name and address group names.
- srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs string[]
- Incoming (ingress) interface.
- ssh
Filter stringProfile - Name of an existing SSH filter profile.
- ssh
Policy stringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- status string
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp
Mss numberReceiver - Receiver TCP maximum segment size (MSS).
- tcp
Mss numberSender - Sender TCP maximum segment size (MSS).
- traffic
Shaper string - Traffic shaper.
- traffic
Shaper stringReverse - Reverse traffic shaper.
- url
Categories string[] - Url-Category.
- users string[]
- Names of individual users that can authenticate with this policy.
- utm
Status string - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip
Profile string - Name of an existing VoIP profile.
- vpntunnel string
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf
Profile string - Name of an existing Web application firewall profile.
- wanopt string
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt
Detection string - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt
Passive stringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt
Peer string - WAN optimization peer.
- wanopt
Profile string - WAN optimization profile.
- webcache string
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache
Https string - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter
Profile string - Name of an existing Web filter profile.
- webproxy
Forward stringServer - Webproxy forward server name.
- webproxy
Profile string - Webproxy profile name.
- pblock str
- Pblock.
- _
policy_ floatblock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action str
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app_
categories Sequence[str] - App-Category.
- app_
groups Sequence[str] - App-Group.
- application_
list str - Name of an existing Application list.
- applications Sequence[float]
- Application.
- auto_
asic_ stroffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av_
profile str - Name of an existing Antivirus profile.
- captive_
portal_ strexempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs_
profile str - Name of an existing CIFS profile.
- comments str
- Comment.
- diffserv_
forward str - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv_
reverse str - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode_
forward str - Change packet's DiffServ to this value.
- diffservcode_
rev str - Change packet's reverse (reply) DiffServ to this value.
- dlp_
sensor str - Name of an existing DLP sensor.
- dnsfilter_
profile str - Name of an existing DNS filter profile.
- dstaddr4s Sequence[str]
- Destination IPv4 address name and address group names.
- dstaddr6s Sequence[str]
- Destination IPv6 address name and address group names.
- dstaddr_
negate str - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs Sequence[str]
- Outgoing (egress) interface.
- emailfilter_
profile str - Name of an existing email filter profile.
- fixedport str
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso_
groups Sequence[str] - Names of FSSO groups.
- global_
label str - Label for the policy that appears when the GUI is in Global View mode.
- groups Sequence[str]
- Names of user groups that can authenticate with this policy.
- http_
policy_ strredirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap_
profile str - Name of an existing ICAP profile.
- inbound str
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection_
mode str - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet_
service str - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet_
service_ Sequence[str]custom_ groups - Custom Internet Service group name.
- internet_
service_ Sequence[str]customs - Custom Internet Service name.
- internet_
service_ Sequence[str]groups - Internet Service group name.
- internet_
service_ Sequence[str]ids - Internet Service ID.
- internet_
service_ strnegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet_
service_ strsrc - Enable/disable use of Internet Services in source for this 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_ groups - Internet Service source group name.
- internet_
service_ Sequence[str]src_ ids - Internet Service source ID.
- internet_
service_ strsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool str
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips_
sensor str - Name of an existing IPS sensor.
- logtraffic str
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic_
start str - Record logs when a session starts. Valid values:
disable
,enable
. - mms_
profile str - Name of an existing MMS profile.
- name str
- Policy name.
- nat str
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound str
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages_
pblock_ strfirewall_ consolidated_ policy_ id - an identifier for the resource with format {{policyid}}.
- per_
ip_ strshaper - Per-IP traffic shaper.
- poolname4s Sequence[str]
- IPv4 pool names.
- poolname6s Sequence[str]
- IPv6 pool names.
- profile_
group str - Name of profile group.
- profile_
protocol_ stroptions - Name of an existing Protocol options profile.
- profile_
type str - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule str
- Schedule name.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session_
ttl str - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s Sequence[str]
- Source IPv4 address name and address group names.
- srcaddr6s Sequence[str]
- Source IPv6 address name and address group names.
- srcaddr_
negate str - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs Sequence[str]
- Incoming (ingress) interface.
- ssh_
filter_ strprofile - Name of an existing SSH filter profile.
- ssh_
policy_ strredirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl_
ssh_ strprofile - Name of an existing SSL SSH profile.
- status str
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp_
mss_ floatreceiver - Receiver TCP maximum segment size (MSS).
- tcp_
mss_ floatsender - Sender TCP maximum segment size (MSS).
- traffic_
shaper str - Traffic shaper.
- traffic_
shaper_ strreverse - Reverse traffic shaper.
- url_
categories Sequence[str] - Url-Category.
- users Sequence[str]
- Names of individual users that can authenticate with this policy.
- utm_
status str - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip_
profile str - Name of an existing VoIP profile.
- vpntunnel str
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf_
profile str - Name of an existing Web application firewall profile.
- wanopt str
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt_
detection str - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt_
passive_ stropt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt_
peer str - WAN optimization peer.
- wanopt_
profile str - WAN optimization profile.
- webcache str
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache_
https str - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter_
profile str - Name of an existing Web filter profile.
- webproxy_
forward_ strserver - Webproxy forward server name.
- webproxy_
profile str - Webproxy profile name.
- pblock String
- Pblock.
- _
policy NumberBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Categories List<String> - App-Category.
- app
Groups List<String> - App-Group.
- application
List String - Name of an existing Application list.
- applications List<Number>
- Application.
- auto
Asic StringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av
Profile String - Name of an existing Antivirus profile.
- captive
Portal StringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diffserv
Forward String - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv
Reverse String - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode
Forward String - Change packet's DiffServ to this value.
- diffservcode
Rev String - Change packet's reverse (reply) DiffServ to this value.
- dlp
Sensor String - Name of an existing DLP sensor.
- dnsfilter
Profile String - Name of an existing DNS filter profile.
- dstaddr4s List<String>
- Destination IPv4 address name and address group names.
- dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- fixedport String
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso
Groups List<String> - Names of FSSO groups.
- global
Label String - Label for the policy that appears when the GUI is in Global View mode.
- groups List<String>
- Names of user groups that can authenticate with this policy.
- http
Policy StringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap
Profile String - Name of an existing ICAP profile.
- inbound String
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection
Mode String - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet
Service String - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet
Service List<String>Custom Groups - Custom Internet Service group name.
- internet
Service List<String>Customs - Custom Internet Service name.
- internet
Service List<String>Groups - Internet Service group name.
- internet
Service List<String>Ids - Internet Service ID.
- internet
Service StringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- internet
Service List<String>Src Ids - Internet Service source ID.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool String
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- logtraffic String
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic
Start String - Record logs when a session starts. Valid values:
disable
,enable
. - mms
Profile String - Name of an existing MMS profile.
- name String
- Policy name.
- nat String
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound String
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- per
Ip StringShaper - Per-IP traffic shaper.
- poolname4s List<String>
- IPv4 pool names.
- poolname6s List<String>
- IPv6 pool names.
- profile
Group String - Name of profile group.
- profile
Protocol StringOptions - Name of an existing Protocol options profile.
- profile
Type String - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule String
- Schedule name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session
Ttl String - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssh
Policy StringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp
Mss NumberReceiver - Receiver TCP maximum segment size (MSS).
- tcp
Mss NumberSender - Sender TCP maximum segment size (MSS).
- traffic
Shaper String - Traffic shaper.
- traffic
Shaper StringReverse - Reverse traffic shaper.
- url
Categories List<String> - Url-Category.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip
Profile String - Name of an existing VoIP profile.
- vpntunnel String
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf
Profile String - Name of an existing Web application firewall profile.
- wanopt String
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt
Detection String - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt
Passive StringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt
Peer String - WAN optimization peer.
- wanopt
Profile String - WAN optimization profile.
- webcache String
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache
Https String - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter
Profile String - Name of an existing Web filter profile.
- webproxy
Forward StringServer - Webproxy forward server name.
- webproxy
Profile String - Webproxy profile name.
Outputs
All input properties are implicitly available as output properties. Additionally, the PackagesPblockFirewallConsolidatedPolicy resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing PackagesPblockFirewallConsolidatedPolicy Resource
Get an existing PackagesPblockFirewallConsolidatedPolicy 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?: PackagesPblockFirewallConsolidatedPolicyState, opts?: CustomResourceOptions): PackagesPblockFirewallConsolidatedPolicy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_policy_block: Optional[float] = None,
action: Optional[str] = None,
adom: Optional[str] = None,
app_categories: Optional[Sequence[str]] = None,
app_groups: Optional[Sequence[str]] = None,
application_list: Optional[str] = None,
applications: Optional[Sequence[float]] = None,
auto_asic_offload: Optional[str] = None,
av_profile: Optional[str] = None,
captive_portal_exempt: Optional[str] = None,
cifs_profile: Optional[str] = None,
comments: Optional[str] = None,
diffserv_forward: Optional[str] = None,
diffserv_reverse: Optional[str] = None,
diffservcode_forward: Optional[str] = None,
diffservcode_rev: Optional[str] = None,
dlp_sensor: Optional[str] = None,
dnsfilter_profile: Optional[str] = None,
dstaddr4s: Optional[Sequence[str]] = None,
dstaddr6s: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstintfs: Optional[Sequence[str]] = None,
emailfilter_profile: Optional[str] = None,
fixedport: Optional[str] = None,
fsso_groups: Optional[Sequence[str]] = None,
global_label: Optional[str] = None,
groups: Optional[Sequence[str]] = None,
http_policy_redirect: Optional[str] = None,
icap_profile: Optional[str] = None,
inbound: Optional[str] = None,
inspection_mode: Optional[str] = None,
internet_service: Optional[str] = None,
internet_service_custom_groups: Optional[Sequence[str]] = None,
internet_service_customs: Optional[Sequence[str]] = None,
internet_service_groups: Optional[Sequence[str]] = None,
internet_service_ids: Optional[Sequence[str]] = None,
internet_service_negate: 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_groups: Optional[Sequence[str]] = None,
internet_service_src_ids: Optional[Sequence[str]] = None,
internet_service_src_negate: Optional[str] = None,
ippool: Optional[str] = None,
ips_sensor: Optional[str] = None,
logtraffic: Optional[str] = None,
logtraffic_start: Optional[str] = None,
mms_profile: Optional[str] = None,
name: Optional[str] = None,
nat: Optional[str] = None,
outbound: Optional[str] = None,
packages_pblock_firewall_consolidated_policy_id: Optional[str] = None,
pblock: Optional[str] = None,
per_ip_shaper: Optional[str] = None,
poolname4s: Optional[Sequence[str]] = None,
poolname6s: Optional[Sequence[str]] = None,
profile_group: Optional[str] = None,
profile_protocol_options: Optional[str] = None,
profile_type: Optional[str] = None,
schedule: Optional[str] = None,
scopetype: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
session_ttl: Optional[str] = None,
srcaddr4s: Optional[Sequence[str]] = None,
srcaddr6s: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcintfs: Optional[Sequence[str]] = None,
ssh_filter_profile: Optional[str] = None,
ssh_policy_redirect: Optional[str] = None,
ssl_ssh_profile: Optional[str] = None,
status: Optional[str] = None,
tcp_mss_receiver: Optional[float] = None,
tcp_mss_sender: Optional[float] = None,
traffic_shaper: Optional[str] = None,
traffic_shaper_reverse: Optional[str] = None,
url_categories: Optional[Sequence[str]] = None,
users: Optional[Sequence[str]] = None,
utm_status: Optional[str] = None,
uuid: Optional[str] = None,
voip_profile: Optional[str] = None,
vpntunnel: Optional[str] = None,
waf_profile: Optional[str] = None,
wanopt: Optional[str] = None,
wanopt_detection: Optional[str] = None,
wanopt_passive_opt: Optional[str] = None,
wanopt_peer: Optional[str] = None,
wanopt_profile: Optional[str] = None,
webcache: Optional[str] = None,
webcache_https: Optional[str] = None,
webfilter_profile: Optional[str] = None,
webproxy_forward_server: Optional[str] = None,
webproxy_profile: Optional[str] = None) -> PackagesPblockFirewallConsolidatedPolicy
func GetPackagesPblockFirewallConsolidatedPolicy(ctx *Context, name string, id IDInput, state *PackagesPblockFirewallConsolidatedPolicyState, opts ...ResourceOption) (*PackagesPblockFirewallConsolidatedPolicy, error)
public static PackagesPblockFirewallConsolidatedPolicy Get(string name, Input<string> id, PackagesPblockFirewallConsolidatedPolicyState? state, CustomResourceOptions? opts = null)
public static PackagesPblockFirewallConsolidatedPolicy get(String name, Output<String> id, PackagesPblockFirewallConsolidatedPolicyState state, CustomResourceOptions options)
resources: _: type: fortimanager:PackagesPblockFirewallConsolidatedPolicy get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Action string
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Categories List<string> - App-Category.
- App
Groups List<string> - App-Group.
- Application
List string - Name of an existing Application list.
- Applications List<double>
- Application.
- Auto
Asic stringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - Av
Profile string - Name of an existing Antivirus profile.
- Captive
Portal stringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diffserv
Forward string - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - Diffserv
Reverse string - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - Diffservcode
Forward string - Change packet's DiffServ to this value.
- Diffservcode
Rev string - Change packet's reverse (reply) DiffServ to this value.
- Dlp
Sensor string - Name of an existing DLP sensor.
- Dnsfilter
Profile string - Name of an existing DNS filter profile.
- Dstaddr4s List<string>
- Destination IPv4 address name and address group names.
- Dstaddr6s List<string>
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstintfs List<string>
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Fixedport string
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - Fsso
Groups List<string> - Names of FSSO groups.
- Global
Label string - Label for the policy that appears when the GUI is in Global View mode.
- Groups List<string>
- Names of user groups that can authenticate with this policy.
- Http
Policy stringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - Icap
Profile string - Name of an existing ICAP profile.
- Inbound string
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - Inspection
Mode string - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - Internet
Service string - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - Internet
Service List<string>Custom Groups - Custom Internet Service group name.
- Internet
Service List<string>Customs - Custom Internet Service name.
- Internet
Service List<string>Groups - Internet Service group name.
- Internet
Service List<string>Ids - Internet Service ID.
- Internet
Service stringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- Internet
Service List<string>Src Ids - Internet Service source ID.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ippool string
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Logtraffic string
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - Logtraffic
Start string - Record logs when a session starts. Valid values:
disable
,enable
. - Mms
Profile string - Name of an existing MMS profile.
- Name string
- Policy name.
- Nat string
- Enable/disable source NAT. Valid values:
disable
,enable
. - Outbound string
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- Pblock string
- Pblock.
- Per
Ip stringShaper - Per-IP traffic shaper.
- Poolname4s List<string>
- IPv4 pool names.
- Poolname6s List<string>
- IPv6 pool names.
- Profile
Group string - Name of profile group.
- Profile
Protocol stringOptions - Name of an existing Protocol options profile.
- Profile
Type string - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - Schedule string
- Schedule name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- Session
Ttl string - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- Srcaddr4s List<string>
- Source IPv4 address name and address group names.
- Srcaddr6s List<string>
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcintfs List<string>
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssh
Policy stringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Tcp
Mss doubleReceiver - Receiver TCP maximum segment size (MSS).
- Tcp
Mss doubleSender - Sender TCP maximum segment size (MSS).
- Traffic
Shaper string - Traffic shaper.
- Traffic
Shaper stringReverse - Reverse traffic shaper.
- Url
Categories List<string> - Url-Category.
- Users List<string>
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Voip
Profile string - Name of an existing VoIP profile.
- Vpntunnel string
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- Waf
Profile string - Name of an existing Web application firewall profile.
- Wanopt string
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - Wanopt
Detection string - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - Wanopt
Passive stringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - Wanopt
Peer string - WAN optimization peer.
- Wanopt
Profile string - WAN optimization profile.
- Webcache string
- Enable/disable web cache. Valid values:
disable
,enable
. - Webcache
Https string - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - Webfilter
Profile string - Name of an existing Web filter profile.
- Webproxy
Forward stringServer - Webproxy forward server name.
- Webproxy
Profile string - Webproxy profile name.
- _
policy doubleBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- Action string
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - App
Categories []string - App-Category.
- App
Groups []string - App-Group.
- Application
List string - Name of an existing Application list.
- Applications []float64
- Application.
- Auto
Asic stringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - Av
Profile string - Name of an existing Antivirus profile.
- Captive
Portal stringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diffserv
Forward string - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - Diffserv
Reverse string - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - Diffservcode
Forward string - Change packet's DiffServ to this value.
- Diffservcode
Rev string - Change packet's reverse (reply) DiffServ to this value.
- Dlp
Sensor string - Name of an existing DLP sensor.
- Dnsfilter
Profile string - Name of an existing DNS filter profile.
- Dstaddr4s []string
- Destination IPv4 address name and address group names.
- Dstaddr6s []string
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstintfs []string
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Fixedport string
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - Fsso
Groups []string - Names of FSSO groups.
- Global
Label string - Label for the policy that appears when the GUI is in Global View mode.
- Groups []string
- Names of user groups that can authenticate with this policy.
- Http
Policy stringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - Icap
Profile string - Name of an existing ICAP profile.
- Inbound string
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - Inspection
Mode string - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - Internet
Service string - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - Internet
Service []stringCustom Groups - Custom Internet Service group name.
- Internet
Service []stringCustoms - Custom Internet Service name.
- Internet
Service []stringGroups - Internet Service group name.
- Internet
Service []stringIds - Internet Service ID.
- Internet
Service stringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service stringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- Internet
Service []stringSrc Ids - Internet Service source ID.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ippool string
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Logtraffic string
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - Logtraffic
Start string - Record logs when a session starts. Valid values:
disable
,enable
. - Mms
Profile string - Name of an existing MMS profile.
- Name string
- Policy name.
- Nat string
- Enable/disable source NAT. Valid values:
disable
,enable
. - Outbound string
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- Pblock string
- Pblock.
- Per
Ip stringShaper - Per-IP traffic shaper.
- Poolname4s []string
- IPv4 pool names.
- Poolname6s []string
- IPv6 pool names.
- Profile
Group string - Name of profile group.
- Profile
Protocol stringOptions - Name of an existing Protocol options profile.
- Profile
Type string - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - Schedule string
- Schedule name.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- Session
Ttl string - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- Srcaddr4s []string
- Source IPv4 address name and address group names.
- Srcaddr6s []string
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcintfs []string
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssh
Policy stringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Tcp
Mss float64Receiver - Receiver TCP maximum segment size (MSS).
- Tcp
Mss float64Sender - Sender TCP maximum segment size (MSS).
- Traffic
Shaper string - Traffic shaper.
- Traffic
Shaper stringReverse - Reverse traffic shaper.
- Url
Categories []string - Url-Category.
- Users []string
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Voip
Profile string - Name of an existing VoIP profile.
- Vpntunnel string
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- Waf
Profile string - Name of an existing Web application firewall profile.
- Wanopt string
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - Wanopt
Detection string - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - Wanopt
Passive stringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - Wanopt
Peer string - WAN optimization peer.
- Wanopt
Profile string - WAN optimization profile.
- Webcache string
- Enable/disable web cache. Valid values:
disable
,enable
. - Webcache
Https string - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - Webfilter
Profile string - Name of an existing Web filter profile.
- Webproxy
Forward stringServer - Webproxy forward server name.
- Webproxy
Profile string - Webproxy profile name.
- _
policy float64Block - 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 DoubleBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Categories List<String> - App-Category.
- app
Groups List<String> - App-Group.
- application
List String - Name of an existing Application list.
- applications List<Double>
- Application.
- auto
Asic StringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av
Profile String - Name of an existing Antivirus profile.
- captive
Portal StringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diffserv
Forward String - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv
Reverse String - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode
Forward String - Change packet's DiffServ to this value.
- diffservcode
Rev String - Change packet's reverse (reply) DiffServ to this value.
- dlp
Sensor String - Name of an existing DLP sensor.
- dnsfilter
Profile String - Name of an existing DNS filter profile.
- dstaddr4s List<String>
- Destination IPv4 address name and address group names.
- dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- fixedport String
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso
Groups List<String> - Names of FSSO groups.
- global
Label String - Label for the policy that appears when the GUI is in Global View mode.
- groups List<String>
- Names of user groups that can authenticate with this policy.
- http
Policy StringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap
Profile String - Name of an existing ICAP profile.
- inbound String
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection
Mode String - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet
Service String - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet
Service List<String>Custom Groups - Custom Internet Service group name.
- internet
Service List<String>Customs - Custom Internet Service name.
- internet
Service List<String>Groups - Internet Service group name.
- internet
Service List<String>Ids - Internet Service ID.
- internet
Service StringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- internet
Service List<String>Src Ids - Internet Service source ID.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool String
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- logtraffic String
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic
Start String - Record logs when a session starts. Valid values:
disable
,enable
. - mms
Profile String - Name of an existing MMS profile.
- name String
- Policy name.
- nat String
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound String
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- pblock String
- Pblock.
- per
Ip StringShaper - Per-IP traffic shaper.
- poolname4s List<String>
- IPv4 pool names.
- poolname6s List<String>
- IPv6 pool names.
- profile
Group String - Name of profile group.
- profile
Protocol StringOptions - Name of an existing Protocol options profile.
- profile
Type String - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule String
- Schedule name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session
Ttl String - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssh
Policy StringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp
Mss DoubleReceiver - Receiver TCP maximum segment size (MSS).
- tcp
Mss DoubleSender - Sender TCP maximum segment size (MSS).
- traffic
Shaper String - Traffic shaper.
- traffic
Shaper StringReverse - Reverse traffic shaper.
- url
Categories List<String> - Url-Category.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip
Profile String - Name of an existing VoIP profile.
- vpntunnel String
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf
Profile String - Name of an existing Web application firewall profile.
- wanopt String
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt
Detection String - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt
Passive StringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt
Peer String - WAN optimization peer.
- wanopt
Profile String - WAN optimization profile.
- webcache String
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache
Https String - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter
Profile String - Name of an existing Web filter profile.
- webproxy
Forward StringServer - Webproxy forward server name.
- webproxy
Profile String - Webproxy profile name.
- _
policy numberBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action string
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Categories string[] - App-Category.
- app
Groups string[] - App-Group.
- application
List string - Name of an existing Application list.
- applications number[]
- Application.
- auto
Asic stringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av
Profile string - Name of an existing Antivirus profile.
- captive
Portal stringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs
Profile string - Name of an existing CIFS profile.
- comments string
- Comment.
- diffserv
Forward string - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv
Reverse string - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode
Forward string - Change packet's DiffServ to this value.
- diffservcode
Rev string - Change packet's reverse (reply) DiffServ to this value.
- dlp
Sensor string - Name of an existing DLP sensor.
- dnsfilter
Profile string - Name of an existing DNS filter profile.
- dstaddr4s string[]
- Destination IPv4 address name and address group names.
- dstaddr6s string[]
- Destination IPv6 address name and address group names.
- dstaddr
Negate string - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs string[]
- Outgoing (egress) interface.
- emailfilter
Profile string - Name of an existing email filter profile.
- fixedport string
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso
Groups string[] - Names of FSSO groups.
- global
Label string - Label for the policy that appears when the GUI is in Global View mode.
- groups string[]
- Names of user groups that can authenticate with this policy.
- http
Policy stringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap
Profile string - Name of an existing ICAP profile.
- inbound string
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection
Mode string - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet
Service string - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet
Service string[]Custom Groups - Custom Internet Service group name.
- internet
Service string[]Customs - Custom Internet Service name.
- internet
Service string[]Groups - Internet Service group name.
- internet
Service string[]Ids - Internet Service ID.
- internet
Service stringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service stringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- internet
Service string[]Src Ids - Internet Service source ID.
- internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool string
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips
Sensor string - Name of an existing IPS sensor.
- logtraffic string
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic
Start string - Record logs when a session starts. Valid values:
disable
,enable
. - mms
Profile string - Name of an existing MMS profile.
- name string
- Policy name.
- nat string
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound string
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages
Pblock stringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- pblock string
- Pblock.
- per
Ip stringShaper - Per-IP traffic shaper.
- poolname4s string[]
- IPv4 pool names.
- poolname6s string[]
- IPv6 pool names.
- profile
Group string - Name of profile group.
- profile
Protocol stringOptions - Name of an existing Protocol options profile.
- profile
Type string - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule string
- Schedule name.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session
Ttl string - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s string[]
- Source IPv4 address name and address group names.
- srcaddr6s string[]
- Source IPv6 address name and address group names.
- srcaddr
Negate string - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs string[]
- Incoming (ingress) interface.
- ssh
Filter stringProfile - Name of an existing SSH filter profile.
- ssh
Policy stringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- status string
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp
Mss numberReceiver - Receiver TCP maximum segment size (MSS).
- tcp
Mss numberSender - Sender TCP maximum segment size (MSS).
- traffic
Shaper string - Traffic shaper.
- traffic
Shaper stringReverse - Reverse traffic shaper.
- url
Categories string[] - Url-Category.
- users string[]
- Names of individual users that can authenticate with this policy.
- utm
Status string - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip
Profile string - Name of an existing VoIP profile.
- vpntunnel string
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf
Profile string - Name of an existing Web application firewall profile.
- wanopt string
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt
Detection string - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt
Passive stringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt
Peer string - WAN optimization peer.
- wanopt
Profile string - WAN optimization profile.
- webcache string
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache
Https string - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter
Profile string - Name of an existing Web filter profile.
- webproxy
Forward stringServer - Webproxy forward server name.
- webproxy
Profile string - Webproxy profile name.
- _
policy_ floatblock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action str
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app_
categories Sequence[str] - App-Category.
- app_
groups Sequence[str] - App-Group.
- application_
list str - Name of an existing Application list.
- applications Sequence[float]
- Application.
- auto_
asic_ stroffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av_
profile str - Name of an existing Antivirus profile.
- captive_
portal_ strexempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs_
profile str - Name of an existing CIFS profile.
- comments str
- Comment.
- diffserv_
forward str - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv_
reverse str - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode_
forward str - Change packet's DiffServ to this value.
- diffservcode_
rev str - Change packet's reverse (reply) DiffServ to this value.
- dlp_
sensor str - Name of an existing DLP sensor.
- dnsfilter_
profile str - Name of an existing DNS filter profile.
- dstaddr4s Sequence[str]
- Destination IPv4 address name and address group names.
- dstaddr6s Sequence[str]
- Destination IPv6 address name and address group names.
- dstaddr_
negate str - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs Sequence[str]
- Outgoing (egress) interface.
- emailfilter_
profile str - Name of an existing email filter profile.
- fixedport str
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso_
groups Sequence[str] - Names of FSSO groups.
- global_
label str - Label for the policy that appears when the GUI is in Global View mode.
- groups Sequence[str]
- Names of user groups that can authenticate with this policy.
- http_
policy_ strredirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap_
profile str - Name of an existing ICAP profile.
- inbound str
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection_
mode str - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet_
service str - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet_
service_ Sequence[str]custom_ groups - Custom Internet Service group name.
- internet_
service_ Sequence[str]customs - Custom Internet Service name.
- internet_
service_ Sequence[str]groups - Internet Service group name.
- internet_
service_ Sequence[str]ids - Internet Service ID.
- internet_
service_ strnegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet_
service_ strsrc - Enable/disable use of Internet Services in source for this 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_ groups - Internet Service source group name.
- internet_
service_ Sequence[str]src_ ids - Internet Service source ID.
- internet_
service_ strsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool str
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips_
sensor str - Name of an existing IPS sensor.
- logtraffic str
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic_
start str - Record logs when a session starts. Valid values:
disable
,enable
. - mms_
profile str - Name of an existing MMS profile.
- name str
- Policy name.
- nat str
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound str
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages_
pblock_ strfirewall_ consolidated_ policy_ id - an identifier for the resource with format {{policyid}}.
- pblock str
- Pblock.
- per_
ip_ strshaper - Per-IP traffic shaper.
- poolname4s Sequence[str]
- IPv4 pool names.
- poolname6s Sequence[str]
- IPv6 pool names.
- profile_
group str - Name of profile group.
- profile_
protocol_ stroptions - Name of an existing Protocol options profile.
- profile_
type str - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule str
- Schedule name.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session_
ttl str - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s Sequence[str]
- Source IPv4 address name and address group names.
- srcaddr6s Sequence[str]
- Source IPv6 address name and address group names.
- srcaddr_
negate str - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs Sequence[str]
- Incoming (ingress) interface.
- ssh_
filter_ strprofile - Name of an existing SSH filter profile.
- ssh_
policy_ strredirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl_
ssh_ strprofile - Name of an existing SSL SSH profile.
- status str
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp_
mss_ floatreceiver - Receiver TCP maximum segment size (MSS).
- tcp_
mss_ floatsender - Sender TCP maximum segment size (MSS).
- traffic_
shaper str - Traffic shaper.
- traffic_
shaper_ strreverse - Reverse traffic shaper.
- url_
categories Sequence[str] - Url-Category.
- users Sequence[str]
- Names of individual users that can authenticate with this policy.
- utm_
status str - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip_
profile str - Name of an existing VoIP profile.
- vpntunnel str
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf_
profile str - Name of an existing Web application firewall profile.
- wanopt str
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt_
detection str - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt_
passive_ stropt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt_
peer str - WAN optimization peer.
- wanopt_
profile str - WAN optimization profile.
- webcache str
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache_
https str - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter_
profile str - Name of an existing Web filter profile.
- webproxy_
forward_ strserver - Webproxy forward server name.
- webproxy_
profile str - Webproxy profile name.
- _
policy NumberBlock - Assigned policy block. When this attribute is set, the policy represent a policy block, and all other attributes are ignored. This attribute is not available when configuring policy inside a policy block.
- action String
- Policy action (allow/deny/ipsec). Valid values:
deny
,accept
,ipsec
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - app
Categories List<String> - App-Category.
- app
Groups List<String> - App-Group.
- application
List String - Name of an existing Application list.
- applications List<Number>
- Application.
- auto
Asic StringOffload - Enable/disable policy traffic ASIC offloading. Valid values:
disable
,enable
. - av
Profile String - Name of an existing Antivirus profile.
- captive
Portal StringExempt - Enable exemption of some users from the captive portal. Valid values:
disable
,enable
. - cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diffserv
Forward String - Enable to change packet's DiffServ values to the specified diffservcode-forward value. Valid values:
disable
,enable
. - diffserv
Reverse String - Enable to change packet's reverse (reply) DiffServ values to the specified diffservcode-rev value. Valid values:
disable
,enable
. - diffservcode
Forward String - Change packet's DiffServ to this value.
- diffservcode
Rev String - Change packet's reverse (reply) DiffServ to this value.
- dlp
Sensor String - Name of an existing DLP sensor.
- dnsfilter
Profile String - Name of an existing DNS filter profile.
- dstaddr4s List<String>
- Destination IPv4 address name and address group names.
- dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- fixedport String
- Enable to prevent source NAT from changing a session's source port. Valid values:
disable
,enable
. - fsso
Groups List<String> - Names of FSSO groups.
- global
Label String - Label for the policy that appears when the GUI is in Global View mode.
- groups List<String>
- Names of user groups that can authenticate with this policy.
- http
Policy StringRedirect - Redirect HTTP(S) traffic to matching transparent web proxy policy. Valid values:
disable
,enable
. - icap
Profile String - Name of an existing ICAP profile.
- inbound String
- Policy-based IPsec VPN: only traffic from the remote network can initiate a VPN. Valid values:
disable
,enable
. - inspection
Mode String - Policy inspection mode (Flow/proxy). Default is Flow mode. Valid values:
proxy
,flow
. - internet
Service String - Enable/disable use of Internet Services for this policy. If enabled, destination address and service are not used. Valid values:
disable
,enable
. - internet
Service List<String>Custom Groups - Custom Internet Service group name.
- internet
Service List<String>Customs - Custom Internet Service name.
- internet
Service List<String>Groups - Internet Service group name.
- internet
Service List<String>Ids - Internet Service ID.
- internet
Service StringNegate - When enabled internet-service specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service StringSrc - Enable/disable use of Internet Services in source for this 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 Groups - Internet Service source group name.
- internet
Service List<String>Src Ids - Internet Service source ID.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ippool String
- Enable to use IP Pools for source NAT. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- logtraffic String
- Enable or disable logging. Log all sessions or security profile sessions. Valid values:
disable
,all
,utm
. - logtraffic
Start String - Record logs when a session starts. Valid values:
disable
,enable
. - mms
Profile String - Name of an existing MMS profile.
- name String
- Policy name.
- nat String
- Enable/disable source NAT. Valid values:
disable
,enable
. - outbound String
- Policy-based IPsec VPN: only traffic from the internal network can initiate a VPN. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Consolidated Policy Id - an identifier for the resource with format {{policyid}}.
- pblock String
- Pblock.
- per
Ip StringShaper - Per-IP traffic shaper.
- poolname4s List<String>
- IPv4 pool names.
- poolname6s List<String>
- IPv6 pool names.
- profile
Group String - Name of profile group.
- profile
Protocol StringOptions - Name of an existing Protocol options profile.
- profile
Type String - Determine whether the firewall policy allows security profile groups or single profiles only. Valid values:
single
,group
. - schedule String
- Schedule name.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means 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 and service group names.
- session
Ttl String - TTL in seconds for sessions accepted by this policy (0 means use the system default session TTL).
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssh
Policy StringRedirect - Redirect SSH traffic to matching transparent proxy policy. Valid values:
disable
,enable
. - ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - tcp
Mss NumberReceiver - Receiver TCP maximum segment size (MSS).
- tcp
Mss NumberSender - Sender TCP maximum segment size (MSS).
- traffic
Shaper String - Traffic shaper.
- traffic
Shaper StringReverse - Reverse traffic shaper.
- url
Categories List<String> - Url-Category.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable to add one or more security profiles (AV, IPS, etc.) to the firewall policy. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- voip
Profile String - Name of an existing VoIP profile.
- vpntunnel String
- Policy-based IPsec VPN: name of the IPsec VPN Phase 1.
- waf
Profile String - Name of an existing Web application firewall profile.
- wanopt String
- Enable/disable WAN optimization. Valid values:
disable
,enable
. - wanopt
Detection String - WAN optimization auto-detection mode. Valid values:
active
,passive
,off
. - wanopt
Passive StringOpt - WAN optimization passive mode options. This option decides what IP address will be used to connect to server. Valid values:
default
,transparent
,non-transparent
. - wanopt
Peer String - WAN optimization peer.
- wanopt
Profile String - WAN optimization profile.
- webcache String
- Enable/disable web cache. Valid values:
disable
,enable
. - webcache
Https String - Enable/disable web cache for HTTPS. Valid values:
disable
,enable
. - webfilter
Profile String - Name of an existing Web filter profile.
- webproxy
Forward StringServer - Webproxy forward server name.
- webproxy
Profile String - Webproxy profile name.
Import
Packages PblockFirewallConsolidatedPolicy 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/packagesPblockFirewallConsolidatedPolicy:PackagesPblockFirewallConsolidatedPolicy 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.