fortimanager.PackagesPblockFirewallSecuritypolicy
Explore with Pulumi AI
Configuring security policy for a policy block.
This resource is a sub resource for variable
firewall_security_policy
of resourcefortimanager.PackagesPblock
. Conflict and overwrite may occur if use both of them.
Create PackagesPblockFirewallSecuritypolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PackagesPblockFirewallSecuritypolicy(name: string, args: PackagesPblockFirewallSecuritypolicyArgs, opts?: CustomResourceOptions);
@overload
def PackagesPblockFirewallSecuritypolicy(resource_name: str,
args: PackagesPblockFirewallSecuritypolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PackagesPblockFirewallSecuritypolicy(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,
av_profile: Optional[str] = None,
casb_profile: Optional[str] = None,
cifs_profile: Optional[str] = None,
comments: Optional[str] = None,
diameter_filter_profile: Optional[str] = None,
dlp_profile: Optional[str] = None,
dlp_sensor: Optional[str] = None,
dnsfilter_profile: Optional[str] = None,
dstaddr4s: Optional[Sequence[str]] = None,
dstaddr6_negate: Optional[str] = None,
dstaddr6s: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstaddrs: Optional[Sequence[str]] = None,
dstintfs: Optional[Sequence[str]] = None,
emailfilter_profile: Optional[str] = None,
enforce_default_app_port: Optional[str] = None,
file_filter_profile: Optional[str] = None,
fsso_groups: Optional[Sequence[str]] = None,
global_label: Optional[str] = None,
groups: Optional[Sequence[str]] = None,
icap_profile: Optional[str] = None,
internet_service: Optional[str] = None,
internet_service6: Optional[str] = None,
internet_service6_custom_groups: Optional[Sequence[str]] = None,
internet_service6_customs: Optional[Sequence[str]] = None,
internet_service6_groups: Optional[Sequence[str]] = None,
internet_service6_names: Optional[Sequence[str]] = None,
internet_service6_negate: Optional[str] = None,
internet_service6_src: Optional[str] = None,
internet_service6_src_custom_groups: Optional[Sequence[str]] = None,
internet_service6_src_customs: Optional[Sequence[str]] = None,
internet_service6_src_groups: Optional[Sequence[str]] = None,
internet_service6_src_names: Optional[Sequence[str]] = None,
internet_service6_src_negate: 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_names: 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_names: Optional[Sequence[str]] = None,
internet_service_src_negate: Optional[str] = None,
ips_sensor: Optional[str] = None,
ips_voip_filter: Optional[str] = None,
learning_mode: Optional[str] = None,
logtraffic: Optional[str] = None,
logtraffic_start: Optional[str] = None,
mms_profile: Optional[str] = None,
name: Optional[str] = None,
nat46: Optional[str] = None,
nat64: Optional[str] = None,
packages_pblock_firewall_securitypolicy_id: Optional[str] = None,
policyid: Optional[float] = 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,
sctp_filter_profile: Optional[str] = None,
send_deny_packet: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
srcaddr4s: Optional[Sequence[str]] = None,
srcaddr6_negate: Optional[str] = None,
srcaddr6s: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
srcintfs: Optional[Sequence[str]] = None,
ssh_filter_profile: Optional[str] = None,
ssl_ssh_profile: Optional[str] = None,
status: Optional[str] = None,
url_categories: Optional[Sequence[str]] = None,
users: Optional[Sequence[str]] = None,
utm_status: Optional[str] = None,
uuid: Optional[str] = None,
videofilter_profile: Optional[str] = None,
virtual_patch_profile: Optional[str] = None,
voip_profile: Optional[str] = None,
webfilter_profile: Optional[str] = None)
func NewPackagesPblockFirewallSecuritypolicy(ctx *Context, name string, args PackagesPblockFirewallSecuritypolicyArgs, opts ...ResourceOption) (*PackagesPblockFirewallSecuritypolicy, error)
public PackagesPblockFirewallSecuritypolicy(string name, PackagesPblockFirewallSecuritypolicyArgs args, CustomResourceOptions? opts = null)
public PackagesPblockFirewallSecuritypolicy(String name, PackagesPblockFirewallSecuritypolicyArgs args)
public PackagesPblockFirewallSecuritypolicy(String name, PackagesPblockFirewallSecuritypolicyArgs args, CustomResourceOptions options)
type: fortimanager:PackagesPblockFirewallSecuritypolicy
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 PackagesPblockFirewallSecuritypolicyArgs
- 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 PackagesPblockFirewallSecuritypolicyArgs
- 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 PackagesPblockFirewallSecuritypolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PackagesPblockFirewallSecuritypolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PackagesPblockFirewallSecuritypolicyArgs
- 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 packagesPblockFirewallSecuritypolicyResource = new Fortimanager.PackagesPblockFirewallSecuritypolicy("packagesPblockFirewallSecuritypolicyResource", new()
{
Pblock = "string",
_policyBlock = 0,
Action = "string",
Adom = "string",
AppCategories = new[]
{
"string",
},
AppGroups = new[]
{
"string",
},
ApplicationList = "string",
Applications = new[]
{
0,
},
AvProfile = "string",
CasbProfile = "string",
CifsProfile = "string",
Comments = "string",
DiameterFilterProfile = "string",
DlpProfile = "string",
DlpSensor = "string",
DnsfilterProfile = "string",
Dstaddr4s = new[]
{
"string",
},
Dstaddr6Negate = "string",
Dstaddr6s = new[]
{
"string",
},
DstaddrNegate = "string",
Dstaddrs = new[]
{
"string",
},
Dstintfs = new[]
{
"string",
},
EmailfilterProfile = "string",
EnforceDefaultAppPort = "string",
FileFilterProfile = "string",
FssoGroups = new[]
{
"string",
},
GlobalLabel = "string",
Groups = new[]
{
"string",
},
IcapProfile = "string",
InternetService = "string",
InternetService6 = "string",
InternetService6CustomGroups = new[]
{
"string",
},
InternetService6Customs = new[]
{
"string",
},
InternetService6Groups = new[]
{
"string",
},
InternetService6Names = new[]
{
"string",
},
InternetService6Negate = "string",
InternetService6Src = "string",
InternetService6SrcCustomGroups = new[]
{
"string",
},
InternetService6SrcCustoms = new[]
{
"string",
},
InternetService6SrcGroups = new[]
{
"string",
},
InternetService6SrcNames = new[]
{
"string",
},
InternetService6SrcNegate = "string",
InternetServiceCustomGroups = new[]
{
"string",
},
InternetServiceCustoms = new[]
{
"string",
},
InternetServiceGroups = new[]
{
"string",
},
InternetServiceIds = new[]
{
"string",
},
InternetServiceNames = new[]
{
"string",
},
InternetServiceNegate = "string",
InternetServiceSrc = "string",
InternetServiceSrcCustomGroups = new[]
{
"string",
},
InternetServiceSrcCustoms = new[]
{
"string",
},
InternetServiceSrcGroups = new[]
{
"string",
},
InternetServiceSrcIds = new[]
{
"string",
},
InternetServiceSrcNames = new[]
{
"string",
},
InternetServiceSrcNegate = "string",
IpsSensor = "string",
IpsVoipFilter = "string",
LearningMode = "string",
Logtraffic = "string",
LogtrafficStart = "string",
MmsProfile = "string",
Name = "string",
Nat46 = "string",
Nat64 = "string",
PackagesPblockFirewallSecuritypolicyId = "string",
Policyid = 0,
ProfileGroup = "string",
ProfileProtocolOptions = "string",
ProfileType = "string",
Schedule = "string",
Scopetype = "string",
SctpFilterProfile = "string",
SendDenyPacket = "string",
ServiceNegate = "string",
Services = new[]
{
"string",
},
Srcaddr4s = new[]
{
"string",
},
Srcaddr6Negate = "string",
Srcaddr6s = new[]
{
"string",
},
SrcaddrNegate = "string",
Srcaddrs = new[]
{
"string",
},
Srcintfs = new[]
{
"string",
},
SshFilterProfile = "string",
SslSshProfile = "string",
Status = "string",
UrlCategories = new[]
{
"string",
},
Users = new[]
{
"string",
},
UtmStatus = "string",
Uuid = "string",
VideofilterProfile = "string",
VirtualPatchProfile = "string",
VoipProfile = "string",
WebfilterProfile = "string",
});
example, err := fortimanager.NewPackagesPblockFirewallSecuritypolicy(ctx, "packagesPblockFirewallSecuritypolicyResource", &fortimanager.PackagesPblockFirewallSecuritypolicyArgs{
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),
},
AvProfile: pulumi.String("string"),
CasbProfile: pulumi.String("string"),
CifsProfile: pulumi.String("string"),
Comments: pulumi.String("string"),
DiameterFilterProfile: pulumi.String("string"),
DlpProfile: pulumi.String("string"),
DlpSensor: pulumi.String("string"),
DnsfilterProfile: pulumi.String("string"),
Dstaddr4s: pulumi.StringArray{
pulumi.String("string"),
},
Dstaddr6Negate: pulumi.String("string"),
Dstaddr6s: pulumi.StringArray{
pulumi.String("string"),
},
DstaddrNegate: pulumi.String("string"),
Dstaddrs: pulumi.StringArray{
pulumi.String("string"),
},
Dstintfs: pulumi.StringArray{
pulumi.String("string"),
},
EmailfilterProfile: pulumi.String("string"),
EnforceDefaultAppPort: pulumi.String("string"),
FileFilterProfile: pulumi.String("string"),
FssoGroups: pulumi.StringArray{
pulumi.String("string"),
},
GlobalLabel: pulumi.String("string"),
Groups: pulumi.StringArray{
pulumi.String("string"),
},
IcapProfile: pulumi.String("string"),
InternetService: pulumi.String("string"),
InternetService6: pulumi.String("string"),
InternetService6CustomGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6Customs: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6Groups: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6Names: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6Negate: pulumi.String("string"),
InternetService6Src: pulumi.String("string"),
InternetService6SrcCustomGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6SrcCustoms: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6SrcGroups: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6SrcNames: pulumi.StringArray{
pulumi.String("string"),
},
InternetService6SrcNegate: 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"),
},
InternetServiceNames: 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"),
},
InternetServiceSrcNames: pulumi.StringArray{
pulumi.String("string"),
},
InternetServiceSrcNegate: pulumi.String("string"),
IpsSensor: pulumi.String("string"),
IpsVoipFilter: pulumi.String("string"),
LearningMode: pulumi.String("string"),
Logtraffic: pulumi.String("string"),
LogtrafficStart: pulumi.String("string"),
MmsProfile: pulumi.String("string"),
Name: pulumi.String("string"),
Nat46: pulumi.String("string"),
Nat64: pulumi.String("string"),
PackagesPblockFirewallSecuritypolicyId: pulumi.String("string"),
Policyid: pulumi.Float64(0),
ProfileGroup: pulumi.String("string"),
ProfileProtocolOptions: pulumi.String("string"),
ProfileType: pulumi.String("string"),
Schedule: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SctpFilterProfile: pulumi.String("string"),
SendDenyPacket: pulumi.String("string"),
ServiceNegate: pulumi.String("string"),
Services: pulumi.StringArray{
pulumi.String("string"),
},
Srcaddr4s: pulumi.StringArray{
pulumi.String("string"),
},
Srcaddr6Negate: pulumi.String("string"),
Srcaddr6s: pulumi.StringArray{
pulumi.String("string"),
},
SrcaddrNegate: pulumi.String("string"),
Srcaddrs: pulumi.StringArray{
pulumi.String("string"),
},
Srcintfs: pulumi.StringArray{
pulumi.String("string"),
},
SshFilterProfile: pulumi.String("string"),
SslSshProfile: pulumi.String("string"),
Status: pulumi.String("string"),
UrlCategories: pulumi.StringArray{
pulumi.String("string"),
},
Users: pulumi.StringArray{
pulumi.String("string"),
},
UtmStatus: pulumi.String("string"),
Uuid: pulumi.String("string"),
VideofilterProfile: pulumi.String("string"),
VirtualPatchProfile: pulumi.String("string"),
VoipProfile: pulumi.String("string"),
WebfilterProfile: pulumi.String("string"),
})
var packagesPblockFirewallSecuritypolicyResource = new PackagesPblockFirewallSecuritypolicy("packagesPblockFirewallSecuritypolicyResource", PackagesPblockFirewallSecuritypolicyArgs.builder()
.pblock("string")
._policyBlock(0)
.action("string")
.adom("string")
.appCategories("string")
.appGroups("string")
.applicationList("string")
.applications(0)
.avProfile("string")
.casbProfile("string")
.cifsProfile("string")
.comments("string")
.diameterFilterProfile("string")
.dlpProfile("string")
.dlpSensor("string")
.dnsfilterProfile("string")
.dstaddr4s("string")
.dstaddr6Negate("string")
.dstaddr6s("string")
.dstaddrNegate("string")
.dstaddrs("string")
.dstintfs("string")
.emailfilterProfile("string")
.enforceDefaultAppPort("string")
.fileFilterProfile("string")
.fssoGroups("string")
.globalLabel("string")
.groups("string")
.icapProfile("string")
.internetService("string")
.internetService6("string")
.internetService6CustomGroups("string")
.internetService6Customs("string")
.internetService6Groups("string")
.internetService6Names("string")
.internetService6Negate("string")
.internetService6Src("string")
.internetService6SrcCustomGroups("string")
.internetService6SrcCustoms("string")
.internetService6SrcGroups("string")
.internetService6SrcNames("string")
.internetService6SrcNegate("string")
.internetServiceCustomGroups("string")
.internetServiceCustoms("string")
.internetServiceGroups("string")
.internetServiceIds("string")
.internetServiceNames("string")
.internetServiceNegate("string")
.internetServiceSrc("string")
.internetServiceSrcCustomGroups("string")
.internetServiceSrcCustoms("string")
.internetServiceSrcGroups("string")
.internetServiceSrcIds("string")
.internetServiceSrcNames("string")
.internetServiceSrcNegate("string")
.ipsSensor("string")
.ipsVoipFilter("string")
.learningMode("string")
.logtraffic("string")
.logtrafficStart("string")
.mmsProfile("string")
.name("string")
.nat46("string")
.nat64("string")
.packagesPblockFirewallSecuritypolicyId("string")
.policyid(0)
.profileGroup("string")
.profileProtocolOptions("string")
.profileType("string")
.schedule("string")
.scopetype("string")
.sctpFilterProfile("string")
.sendDenyPacket("string")
.serviceNegate("string")
.services("string")
.srcaddr4s("string")
.srcaddr6Negate("string")
.srcaddr6s("string")
.srcaddrNegate("string")
.srcaddrs("string")
.srcintfs("string")
.sshFilterProfile("string")
.sslSshProfile("string")
.status("string")
.urlCategories("string")
.users("string")
.utmStatus("string")
.uuid("string")
.videofilterProfile("string")
.virtualPatchProfile("string")
.voipProfile("string")
.webfilterProfile("string")
.build());
packages_pblock_firewall_securitypolicy_resource = fortimanager.PackagesPblockFirewallSecuritypolicy("packagesPblockFirewallSecuritypolicyResource",
pblock="string",
_policy_block=0,
action="string",
adom="string",
app_categories=["string"],
app_groups=["string"],
application_list="string",
applications=[0],
av_profile="string",
casb_profile="string",
cifs_profile="string",
comments="string",
diameter_filter_profile="string",
dlp_profile="string",
dlp_sensor="string",
dnsfilter_profile="string",
dstaddr4s=["string"],
dstaddr6_negate="string",
dstaddr6s=["string"],
dstaddr_negate="string",
dstaddrs=["string"],
dstintfs=["string"],
emailfilter_profile="string",
enforce_default_app_port="string",
file_filter_profile="string",
fsso_groups=["string"],
global_label="string",
groups=["string"],
icap_profile="string",
internet_service="string",
internet_service6="string",
internet_service6_custom_groups=["string"],
internet_service6_customs=["string"],
internet_service6_groups=["string"],
internet_service6_names=["string"],
internet_service6_negate="string",
internet_service6_src="string",
internet_service6_src_custom_groups=["string"],
internet_service6_src_customs=["string"],
internet_service6_src_groups=["string"],
internet_service6_src_names=["string"],
internet_service6_src_negate="string",
internet_service_custom_groups=["string"],
internet_service_customs=["string"],
internet_service_groups=["string"],
internet_service_ids=["string"],
internet_service_names=["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_names=["string"],
internet_service_src_negate="string",
ips_sensor="string",
ips_voip_filter="string",
learning_mode="string",
logtraffic="string",
logtraffic_start="string",
mms_profile="string",
name="string",
nat46="string",
nat64="string",
packages_pblock_firewall_securitypolicy_id="string",
policyid=0,
profile_group="string",
profile_protocol_options="string",
profile_type="string",
schedule="string",
scopetype="string",
sctp_filter_profile="string",
send_deny_packet="string",
service_negate="string",
services=["string"],
srcaddr4s=["string"],
srcaddr6_negate="string",
srcaddr6s=["string"],
srcaddr_negate="string",
srcaddrs=["string"],
srcintfs=["string"],
ssh_filter_profile="string",
ssl_ssh_profile="string",
status="string",
url_categories=["string"],
users=["string"],
utm_status="string",
uuid="string",
videofilter_profile="string",
virtual_patch_profile="string",
voip_profile="string",
webfilter_profile="string")
const packagesPblockFirewallSecuritypolicyResource = new fortimanager.PackagesPblockFirewallSecuritypolicy("packagesPblockFirewallSecuritypolicyResource", {
pblock: "string",
_policyBlock: 0,
action: "string",
adom: "string",
appCategories: ["string"],
appGroups: ["string"],
applicationList: "string",
applications: [0],
avProfile: "string",
casbProfile: "string",
cifsProfile: "string",
comments: "string",
diameterFilterProfile: "string",
dlpProfile: "string",
dlpSensor: "string",
dnsfilterProfile: "string",
dstaddr4s: ["string"],
dstaddr6Negate: "string",
dstaddr6s: ["string"],
dstaddrNegate: "string",
dstaddrs: ["string"],
dstintfs: ["string"],
emailfilterProfile: "string",
enforceDefaultAppPort: "string",
fileFilterProfile: "string",
fssoGroups: ["string"],
globalLabel: "string",
groups: ["string"],
icapProfile: "string",
internetService: "string",
internetService6: "string",
internetService6CustomGroups: ["string"],
internetService6Customs: ["string"],
internetService6Groups: ["string"],
internetService6Names: ["string"],
internetService6Negate: "string",
internetService6Src: "string",
internetService6SrcCustomGroups: ["string"],
internetService6SrcCustoms: ["string"],
internetService6SrcGroups: ["string"],
internetService6SrcNames: ["string"],
internetService6SrcNegate: "string",
internetServiceCustomGroups: ["string"],
internetServiceCustoms: ["string"],
internetServiceGroups: ["string"],
internetServiceIds: ["string"],
internetServiceNames: ["string"],
internetServiceNegate: "string",
internetServiceSrc: "string",
internetServiceSrcCustomGroups: ["string"],
internetServiceSrcCustoms: ["string"],
internetServiceSrcGroups: ["string"],
internetServiceSrcIds: ["string"],
internetServiceSrcNames: ["string"],
internetServiceSrcNegate: "string",
ipsSensor: "string",
ipsVoipFilter: "string",
learningMode: "string",
logtraffic: "string",
logtrafficStart: "string",
mmsProfile: "string",
name: "string",
nat46: "string",
nat64: "string",
packagesPblockFirewallSecuritypolicyId: "string",
policyid: 0,
profileGroup: "string",
profileProtocolOptions: "string",
profileType: "string",
schedule: "string",
scopetype: "string",
sctpFilterProfile: "string",
sendDenyPacket: "string",
serviceNegate: "string",
services: ["string"],
srcaddr4s: ["string"],
srcaddr6Negate: "string",
srcaddr6s: ["string"],
srcaddrNegate: "string",
srcaddrs: ["string"],
srcintfs: ["string"],
sshFilterProfile: "string",
sslSshProfile: "string",
status: "string",
urlCategories: ["string"],
users: ["string"],
utmStatus: "string",
uuid: "string",
videofilterProfile: "string",
virtualPatchProfile: "string",
voipProfile: "string",
webfilterProfile: "string",
});
type: fortimanager:PackagesPblockFirewallSecuritypolicy
properties:
_policyBlock: 0
action: string
adom: string
appCategories:
- string
appGroups:
- string
applicationList: string
applications:
- 0
avProfile: string
casbProfile: string
cifsProfile: string
comments: string
diameterFilterProfile: string
dlpProfile: string
dlpSensor: string
dnsfilterProfile: string
dstaddr4s:
- string
dstaddr6Negate: string
dstaddr6s:
- string
dstaddrNegate: string
dstaddrs:
- string
dstintfs:
- string
emailfilterProfile: string
enforceDefaultAppPort: string
fileFilterProfile: string
fssoGroups:
- string
globalLabel: string
groups:
- string
icapProfile: string
internetService: string
internetService6: string
internetService6CustomGroups:
- string
internetService6Customs:
- string
internetService6Groups:
- string
internetService6Names:
- string
internetService6Negate: string
internetService6Src: string
internetService6SrcCustomGroups:
- string
internetService6SrcCustoms:
- string
internetService6SrcGroups:
- string
internetService6SrcNames:
- string
internetService6SrcNegate: string
internetServiceCustomGroups:
- string
internetServiceCustoms:
- string
internetServiceGroups:
- string
internetServiceIds:
- string
internetServiceNames:
- string
internetServiceNegate: string
internetServiceSrc: string
internetServiceSrcCustomGroups:
- string
internetServiceSrcCustoms:
- string
internetServiceSrcGroups:
- string
internetServiceSrcIds:
- string
internetServiceSrcNames:
- string
internetServiceSrcNegate: string
ipsSensor: string
ipsVoipFilter: string
learningMode: string
logtraffic: string
logtrafficStart: string
mmsProfile: string
name: string
nat46: string
nat64: string
packagesPblockFirewallSecuritypolicyId: string
pblock: string
policyid: 0
profileGroup: string
profileProtocolOptions: string
profileType: string
schedule: string
scopetype: string
sctpFilterProfile: string
sendDenyPacket: string
serviceNegate: string
services:
- string
srcaddr4s:
- string
srcaddr6Negate: string
srcaddr6s:
- string
srcaddrNegate: string
srcaddrs:
- string
srcintfs:
- string
sshFilterProfile: string
sslSshProfile: string
status: string
urlCategories:
- string
users:
- string
utmStatus: string
uuid: string
videofilterProfile: string
virtualPatchProfile: string
voipProfile: string
webfilterProfile: string
PackagesPblockFirewallSecuritypolicy 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 PackagesPblockFirewallSecuritypolicy resource accepts the following input properties:
- Pblock string
- Pblock.
- Action string
- Policy action (accept/deny). Valid values:
deny
,accept
. - 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> - Application category ID list.
- App
Groups List<string> - Application group names.
- Application
List string - Name of an existing Application list.
- Applications List<double>
- Application ID list.
- Av
Profile string - Name of an existing Antivirus profile.
- Casb
Profile string - Name of an existing CASB profile.
- Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diameter
Filter stringProfile - Name of an existing Diameter filter profile.
- Dlp
Profile string - Name of an existing DLP profile.
- 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.
- Dstaddr6Negate string
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddr6s List<string>
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddrs List<string>
- Destination IPv4 address name and address group names.
- Dstintfs List<string>
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Enforce
Default stringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - File
Filter stringProfile - Name of an existing file-filter profile.
- 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.
- Icap
Profile string - Name of an existing ICAP profile.
- 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
Service6 string - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - Internet
Service6Custom List<string>Groups - Custom IPv6 Internet Service group name.
- Internet
Service6Customs List<string> - Custom IPv6 Internet Service name.
- Internet
Service6Groups List<string> - Internet Service group name.
- Internet
Service6Names List<string> - IPv6 Internet Service name.
- Internet
Service6Negate string - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - Internet
Service6Src List<string>Custom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src List<string>Customs - Custom IPv6 Internet Service source name.
- Internet
Service6Src List<string>Groups - Internet Service6 source group name.
- Internet
Service6Src List<string>Names - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 List<string>Names - Internet Service name.
- 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 List<string>Src Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Ips
Voip stringFilter - Name of an existing VoIP (ips) profile.
- Learning
Mode string - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- Policyid double
- Policy ID.
- 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
. - Sctp
Filter stringProfile - Name of an existing SCTP filter profile.
- Send
Deny stringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- Srcaddr4s List<string>
- Source IPv4 address name and address group names.
- Srcaddr6Negate string
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddr6s List<string>
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddrs List<string>
- Source IPv4 address name and address group names.
- Srcintfs List<string>
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Url
Categories List<string> - URL category ID list.
- Users List<string>
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable security profiles. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Videofilter
Profile string - Name of an existing VideoFilter profile.
- Virtual
Patch stringProfile - Name of an existing virtual-patch profile.
- Voip
Profile string - Name of an existing VoIP profile.
- Webfilter
Profile string - Name of an existing Web filter profile.
- _
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 (accept/deny). Valid values:
deny
,accept
. - 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 - Application category ID list.
- App
Groups []string - Application group names.
- Application
List string - Name of an existing Application list.
- Applications []float64
- Application ID list.
- Av
Profile string - Name of an existing Antivirus profile.
- Casb
Profile string - Name of an existing CASB profile.
- Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diameter
Filter stringProfile - Name of an existing Diameter filter profile.
- Dlp
Profile string - Name of an existing DLP profile.
- 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.
- Dstaddr6Negate string
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddr6s []string
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddrs []string
- Destination IPv4 address name and address group names.
- Dstintfs []string
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Enforce
Default stringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - File
Filter stringProfile - Name of an existing file-filter profile.
- 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.
- Icap
Profile string - Name of an existing ICAP profile.
- 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
Service6 string - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - Internet
Service6Custom []stringGroups - Custom IPv6 Internet Service group name.
- Internet
Service6Customs []string - Custom IPv6 Internet Service name.
- Internet
Service6Groups []string - Internet Service group name.
- Internet
Service6Names []string - IPv6 Internet Service name.
- Internet
Service6Negate string - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - Internet
Service6Src []stringCustom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src []stringCustoms - Custom IPv6 Internet Service source name.
- Internet
Service6Src []stringGroups - Internet Service6 source group name.
- Internet
Service6Src []stringNames - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 []stringNames - Internet Service name.
- 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 Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Ips
Voip stringFilter - Name of an existing VoIP (ips) profile.
- Learning
Mode string - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- Policyid float64
- Policy ID.
- 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
. - Sctp
Filter stringProfile - Name of an existing SCTP filter profile.
- Send
Deny stringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable
,enable
. - Services []string
- Service and service group names.
- Srcaddr4s []string
- Source IPv4 address name and address group names.
- Srcaddr6Negate string
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddr6s []string
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddrs []string
- Source IPv4 address name and address group names.
- Srcintfs []string
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Url
Categories []string - URL category ID list.
- Users []string
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable security profiles. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Videofilter
Profile string - Name of an existing VideoFilter profile.
- Virtual
Patch stringProfile - Name of an existing virtual-patch profile.
- Voip
Profile string - Name of an existing VoIP profile.
- Webfilter
Profile string - Name of an existing Web filter profile.
- _
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 (accept/deny). Valid values:
deny
,accept
. - 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> - Application category ID list.
- app
Groups List<String> - Application group names.
- application
List String - Name of an existing Application list.
- applications List<Double>
- Application ID list.
- av
Profile String - Name of an existing Antivirus profile.
- casb
Profile String - Name of an existing CASB profile.
- cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diameter
Filter StringProfile - Name of an existing Diameter filter profile.
- dlp
Profile String - Name of an existing DLP profile.
- 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.
- dstaddr6Negate String
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs List<String>
- Destination IPv4 address name and address group names.
- dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- enforce
Default StringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file
Filter StringProfile - Name of an existing file-filter profile.
- 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.
- icap
Profile String - Name of an existing ICAP profile.
- 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
Service6 String - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet
Service6Custom List<String>Groups - Custom IPv6 Internet Service group name.
- internet
Service6Customs List<String> - Custom IPv6 Internet Service name.
- internet
Service6Groups List<String> - Internet Service group name.
- internet
Service6Names List<String> - IPv6 Internet Service name.
- internet
Service6Negate String - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 List<String>Names - Internet Service name.
- 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 List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- ips
Voip StringFilter - Name of an existing VoIP (ips) profile.
- learning
Mode String - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- policyid Double
- Policy ID.
- 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
. - sctp
Filter StringProfile - Name of an existing SCTP filter profile.
- send
Deny StringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6Negate String
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs List<String>
- Source IPv4 address name and address group names.
- srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - url
Categories List<String> - URL category ID list.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable security profiles. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter
Profile String - Name of an existing VideoFilter profile.
- virtual
Patch StringProfile - Name of an existing virtual-patch profile.
- voip
Profile String - Name of an existing VoIP profile.
- webfilter
Profile String - Name of an existing Web filter profile.
- 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 (accept/deny). Valid values:
deny
,accept
. - 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[] - Application category ID list.
- app
Groups string[] - Application group names.
- application
List string - Name of an existing Application list.
- applications number[]
- Application ID list.
- av
Profile string - Name of an existing Antivirus profile.
- casb
Profile string - Name of an existing CASB profile.
- cifs
Profile string - Name of an existing CIFS profile.
- comments string
- Comment.
- diameter
Filter stringProfile - Name of an existing Diameter filter profile.
- dlp
Profile string - Name of an existing DLP profile.
- 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.
- dstaddr6Negate string
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s string[]
- Destination IPv6 address name and address group names.
- dstaddr
Negate string - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs string[]
- Destination IPv4 address name and address group names.
- dstintfs string[]
- Outgoing (egress) interface.
- emailfilter
Profile string - Name of an existing email filter profile.
- enforce
Default stringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file
Filter stringProfile - Name of an existing file-filter profile.
- 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.
- icap
Profile string - Name of an existing ICAP profile.
- 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
Service6 string - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet
Service6Custom string[]Groups - Custom IPv6 Internet Service group name.
- internet
Service6Customs string[] - Custom IPv6 Internet Service name.
- internet
Service6Groups string[] - Internet Service group name.
- internet
Service6Names string[] - IPv6 Internet Service name.
- internet
Service6Negate string - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet
Service6Src string[]Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src string[]Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src string[]Groups - Internet Service6 source group name.
- internet
Service6Src string[]Names - IPv6 Internet Service source name.
- internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 string[]Names - Internet Service name.
- 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 string[]Src Names - Internet Service source name.
- internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips
Sensor string - Name of an existing IPS sensor.
- ips
Voip stringFilter - Name of an existing VoIP (ips) profile.
- learning
Mode string - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages
Pblock stringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- policyid number
- Policy ID.
- 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
. - sctp
Filter stringProfile - Name of an existing SCTP filter profile.
- send
Deny stringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable
,enable
. - services string[]
- Service and service group names.
- srcaddr4s string[]
- Source IPv4 address name and address group names.
- srcaddr6Negate string
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s string[]
- Source IPv6 address name and address group names.
- srcaddr
Negate string - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs string[]
- Source IPv4 address name and address group names.
- srcintfs string[]
- Incoming (ingress) interface.
- ssh
Filter stringProfile - Name of an existing SSH filter profile.
- ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- status string
- Enable or disable this policy. Valid values:
disable
,enable
. - url
Categories string[] - URL category ID list.
- users string[]
- Names of individual users that can authenticate with this policy.
- utm
Status string - Enable security profiles. Valid values:
disable
,enable
. - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter
Profile string - Name of an existing VideoFilter profile.
- virtual
Patch stringProfile - Name of an existing virtual-patch profile.
- voip
Profile string - Name of an existing VoIP profile.
- webfilter
Profile string - Name of an existing Web filter profile.
- 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 (accept/deny). Valid values:
deny
,accept
. - 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] - Application category ID list.
- app_
groups Sequence[str] - Application group names.
- application_
list str - Name of an existing Application list.
- applications Sequence[float]
- Application ID list.
- av_
profile str - Name of an existing Antivirus profile.
- casb_
profile str - Name of an existing CASB profile.
- cifs_
profile str - Name of an existing CIFS profile.
- comments str
- Comment.
- diameter_
filter_ strprofile - Name of an existing Diameter filter profile.
- dlp_
profile str - Name of an existing DLP profile.
- 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.
- dstaddr6_
negate str - When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s Sequence[str]
- Destination IPv6 address name and address group names.
- dstaddr_
negate str - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs Sequence[str]
- Destination IPv4 address name and address group names.
- dstintfs Sequence[str]
- Outgoing (egress) interface.
- emailfilter_
profile str - Name of an existing email filter profile.
- enforce_
default_ strapp_ port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file_
filter_ strprofile - Name of an existing file-filter profile.
- 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.
- icap_
profile str - Name of an existing ICAP profile.
- 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_
service6 str - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet_
service6_ Sequence[str]custom_ groups - Custom IPv6 Internet Service group name.
- internet_
service6_ Sequence[str]customs - Custom IPv6 Internet Service name.
- internet_
service6_ Sequence[str]groups - Internet Service group name.
- internet_
service6_ Sequence[str]names - IPv6 Internet Service name.
- internet_
service6_ strnegate - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet_
service6_ strsrc - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet_
service6_ Sequence[str]src_ custom_ groups - Custom Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ customs - Custom IPv6 Internet Service source name.
- internet_
service6_ Sequence[str]src_ groups - Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ names - IPv6 Internet Service source name.
- internet_
service6_ strsrc_ negate - When enabled internet-service6-src specifies what the service must NOT be. 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_ Sequence[str]names - Internet Service name.
- 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_ Sequence[str]src_ names - Internet Service source name.
- internet_
service_ strsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips_
sensor str - Name of an existing IPS sensor.
- ips_
voip_ strfilter - Name of an existing VoIP (ips) profile.
- learning_
mode str - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 str
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 str
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages_
pblock_ strfirewall_ securitypolicy_ id - an identifier for the resource with format {{policyid}}.
- policyid float
- Policy ID.
- 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
. - sctp_
filter_ strprofile - Name of an existing SCTP filter profile.
- send_
deny_ strpacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- srcaddr4s Sequence[str]
- Source IPv4 address name and address group names.
- srcaddr6_
negate str - When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s Sequence[str]
- Source IPv6 address name and address group names.
- srcaddr_
negate str - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs Sequence[str]
- Source IPv4 address name and address group names.
- srcintfs Sequence[str]
- Incoming (ingress) interface.
- ssh_
filter_ strprofile - Name of an existing SSH filter profile.
- ssl_
ssh_ strprofile - Name of an existing SSL SSH profile.
- status str
- Enable or disable this policy. Valid values:
disable
,enable
. - url_
categories Sequence[str] - URL category ID list.
- users Sequence[str]
- Names of individual users that can authenticate with this policy.
- utm_
status str - Enable security profiles. Valid values:
disable
,enable
. - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter_
profile str - Name of an existing VideoFilter profile.
- virtual_
patch_ strprofile - Name of an existing virtual-patch profile.
- voip_
profile str - Name of an existing VoIP profile.
- webfilter_
profile str - Name of an existing Web filter profile.
- 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 (accept/deny). Valid values:
deny
,accept
. - 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> - Application category ID list.
- app
Groups List<String> - Application group names.
- application
List String - Name of an existing Application list.
- applications List<Number>
- Application ID list.
- av
Profile String - Name of an existing Antivirus profile.
- casb
Profile String - Name of an existing CASB profile.
- cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diameter
Filter StringProfile - Name of an existing Diameter filter profile.
- dlp
Profile String - Name of an existing DLP profile.
- 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.
- dstaddr6Negate String
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs List<String>
- Destination IPv4 address name and address group names.
- dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- enforce
Default StringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file
Filter StringProfile - Name of an existing file-filter profile.
- 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.
- icap
Profile String - Name of an existing ICAP profile.
- 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
Service6 String - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet
Service6Custom List<String>Groups - Custom IPv6 Internet Service group name.
- internet
Service6Customs List<String> - Custom IPv6 Internet Service name.
- internet
Service6Groups List<String> - Internet Service group name.
- internet
Service6Names List<String> - IPv6 Internet Service name.
- internet
Service6Negate String - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 List<String>Names - Internet Service name.
- 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 List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- ips
Voip StringFilter - Name of an existing VoIP (ips) profile.
- learning
Mode String - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- policyid Number
- Policy ID.
- 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
. - sctp
Filter StringProfile - Name of an existing SCTP filter profile.
- send
Deny StringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6Negate String
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs List<String>
- Source IPv4 address name and address group names.
- srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - url
Categories List<String> - URL category ID list.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable security profiles. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter
Profile String - Name of an existing VideoFilter profile.
- virtual
Patch StringProfile - Name of an existing virtual-patch profile.
- voip
Profile String - Name of an existing VoIP profile.
- webfilter
Profile String - Name of an existing Web filter profile.
Outputs
All input properties are implicitly available as output properties. Additionally, the PackagesPblockFirewallSecuritypolicy 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 PackagesPblockFirewallSecuritypolicy Resource
Get an existing PackagesPblockFirewallSecuritypolicy 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?: PackagesPblockFirewallSecuritypolicyState, opts?: CustomResourceOptions): PackagesPblockFirewallSecuritypolicy
@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,
av_profile: Optional[str] = None,
casb_profile: Optional[str] = None,
cifs_profile: Optional[str] = None,
comments: Optional[str] = None,
diameter_filter_profile: Optional[str] = None,
dlp_profile: Optional[str] = None,
dlp_sensor: Optional[str] = None,
dnsfilter_profile: Optional[str] = None,
dstaddr4s: Optional[Sequence[str]] = None,
dstaddr6_negate: Optional[str] = None,
dstaddr6s: Optional[Sequence[str]] = None,
dstaddr_negate: Optional[str] = None,
dstaddrs: Optional[Sequence[str]] = None,
dstintfs: Optional[Sequence[str]] = None,
emailfilter_profile: Optional[str] = None,
enforce_default_app_port: Optional[str] = None,
file_filter_profile: Optional[str] = None,
fsso_groups: Optional[Sequence[str]] = None,
global_label: Optional[str] = None,
groups: Optional[Sequence[str]] = None,
icap_profile: Optional[str] = None,
internet_service: Optional[str] = None,
internet_service6: Optional[str] = None,
internet_service6_custom_groups: Optional[Sequence[str]] = None,
internet_service6_customs: Optional[Sequence[str]] = None,
internet_service6_groups: Optional[Sequence[str]] = None,
internet_service6_names: Optional[Sequence[str]] = None,
internet_service6_negate: Optional[str] = None,
internet_service6_src: Optional[str] = None,
internet_service6_src_custom_groups: Optional[Sequence[str]] = None,
internet_service6_src_customs: Optional[Sequence[str]] = None,
internet_service6_src_groups: Optional[Sequence[str]] = None,
internet_service6_src_names: Optional[Sequence[str]] = None,
internet_service6_src_negate: 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_names: 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_names: Optional[Sequence[str]] = None,
internet_service_src_negate: Optional[str] = None,
ips_sensor: Optional[str] = None,
ips_voip_filter: Optional[str] = None,
learning_mode: Optional[str] = None,
logtraffic: Optional[str] = None,
logtraffic_start: Optional[str] = None,
mms_profile: Optional[str] = None,
name: Optional[str] = None,
nat46: Optional[str] = None,
nat64: Optional[str] = None,
packages_pblock_firewall_securitypolicy_id: Optional[str] = None,
pblock: Optional[str] = None,
policyid: Optional[float] = 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,
sctp_filter_profile: Optional[str] = None,
send_deny_packet: Optional[str] = None,
service_negate: Optional[str] = None,
services: Optional[Sequence[str]] = None,
srcaddr4s: Optional[Sequence[str]] = None,
srcaddr6_negate: Optional[str] = None,
srcaddr6s: Optional[Sequence[str]] = None,
srcaddr_negate: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
srcintfs: Optional[Sequence[str]] = None,
ssh_filter_profile: Optional[str] = None,
ssl_ssh_profile: Optional[str] = None,
status: Optional[str] = None,
url_categories: Optional[Sequence[str]] = None,
users: Optional[Sequence[str]] = None,
utm_status: Optional[str] = None,
uuid: Optional[str] = None,
videofilter_profile: Optional[str] = None,
virtual_patch_profile: Optional[str] = None,
voip_profile: Optional[str] = None,
webfilter_profile: Optional[str] = None) -> PackagesPblockFirewallSecuritypolicy
func GetPackagesPblockFirewallSecuritypolicy(ctx *Context, name string, id IDInput, state *PackagesPblockFirewallSecuritypolicyState, opts ...ResourceOption) (*PackagesPblockFirewallSecuritypolicy, error)
public static PackagesPblockFirewallSecuritypolicy Get(string name, Input<string> id, PackagesPblockFirewallSecuritypolicyState? state, CustomResourceOptions? opts = null)
public static PackagesPblockFirewallSecuritypolicy get(String name, Output<String> id, PackagesPblockFirewallSecuritypolicyState state, CustomResourceOptions options)
resources: _: type: fortimanager:PackagesPblockFirewallSecuritypolicy 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 (accept/deny). Valid values:
deny
,accept
. - 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> - Application category ID list.
- App
Groups List<string> - Application group names.
- Application
List string - Name of an existing Application list.
- Applications List<double>
- Application ID list.
- Av
Profile string - Name of an existing Antivirus profile.
- Casb
Profile string - Name of an existing CASB profile.
- Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diameter
Filter stringProfile - Name of an existing Diameter filter profile.
- Dlp
Profile string - Name of an existing DLP profile.
- 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.
- Dstaddr6Negate string
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddr6s List<string>
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddrs List<string>
- Destination IPv4 address name and address group names.
- Dstintfs List<string>
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Enforce
Default stringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - File
Filter stringProfile - Name of an existing file-filter profile.
- 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.
- Icap
Profile string - Name of an existing ICAP profile.
- 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
Service6 string - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - Internet
Service6Custom List<string>Groups - Custom IPv6 Internet Service group name.
- Internet
Service6Customs List<string> - Custom IPv6 Internet Service name.
- Internet
Service6Groups List<string> - Internet Service group name.
- Internet
Service6Names List<string> - IPv6 Internet Service name.
- Internet
Service6Negate string - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - Internet
Service6Src List<string>Custom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src List<string>Customs - Custom IPv6 Internet Service source name.
- Internet
Service6Src List<string>Groups - Internet Service6 source group name.
- Internet
Service6Src List<string>Names - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 List<string>Names - Internet Service name.
- 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 List<string>Src Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Ips
Voip stringFilter - Name of an existing VoIP (ips) profile.
- Learning
Mode string - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- Pblock string
- Pblock.
- Policyid double
- Policy ID.
- 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
. - Sctp
Filter stringProfile - Name of an existing SCTP filter profile.
- Send
Deny stringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- Srcaddr4s List<string>
- Source IPv4 address name and address group names.
- Srcaddr6Negate string
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddr6s List<string>
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddrs List<string>
- Source IPv4 address name and address group names.
- Srcintfs List<string>
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Url
Categories List<string> - URL category ID list.
- Users List<string>
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable security profiles. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Videofilter
Profile string - Name of an existing VideoFilter profile.
- Virtual
Patch stringProfile - Name of an existing virtual-patch profile.
- Voip
Profile string - Name of an existing VoIP profile.
- Webfilter
Profile string - Name of an existing Web filter profile.
- _
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 (accept/deny). Valid values:
deny
,accept
. - 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 - Application category ID list.
- App
Groups []string - Application group names.
- Application
List string - Name of an existing Application list.
- Applications []float64
- Application ID list.
- Av
Profile string - Name of an existing Antivirus profile.
- Casb
Profile string - Name of an existing CASB profile.
- Cifs
Profile string - Name of an existing CIFS profile.
- Comments string
- Comment.
- Diameter
Filter stringProfile - Name of an existing Diameter filter profile.
- Dlp
Profile string - Name of an existing DLP profile.
- 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.
- Dstaddr6Negate string
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddr6s []string
- Destination IPv6 address name and address group names.
- Dstaddr
Negate string - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - Dstaddrs []string
- Destination IPv4 address name and address group names.
- Dstintfs []string
- Outgoing (egress) interface.
- Emailfilter
Profile string - Name of an existing email filter profile.
- Enforce
Default stringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - File
Filter stringProfile - Name of an existing file-filter profile.
- 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.
- Icap
Profile string - Name of an existing ICAP profile.
- 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
Service6 string - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - Internet
Service6Custom []stringGroups - Custom IPv6 Internet Service group name.
- Internet
Service6Customs []string - Custom IPv6 Internet Service name.
- Internet
Service6Groups []string - Internet Service group name.
- Internet
Service6Names []string - IPv6 Internet Service name.
- Internet
Service6Negate string - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - Internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - Internet
Service6Src []stringCustom Groups - Custom Internet Service6 source group name.
- Internet
Service6Src []stringCustoms - Custom IPv6 Internet Service source name.
- Internet
Service6Src []stringGroups - Internet Service6 source group name.
- Internet
Service6Src []stringNames - IPv6 Internet Service source name.
- Internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 []stringNames - Internet Service name.
- 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 Names - Internet Service source name.
- Internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - Ips
Sensor string - Name of an existing IPS sensor.
- Ips
Voip stringFilter - Name of an existing VoIP (ips) profile.
- Learning
Mode string - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Packages
Pblock stringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- Pblock string
- Pblock.
- Policyid float64
- Policy ID.
- 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
. - Sctp
Filter stringProfile - Name of an existing SCTP filter profile.
- Send
Deny stringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - Service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable
,enable
. - Services []string
- Service and service group names.
- Srcaddr4s []string
- Source IPv4 address name and address group names.
- Srcaddr6Negate string
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddr6s []string
- Source IPv6 address name and address group names.
- Srcaddr
Negate string - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - Srcaddrs []string
- Source IPv4 address name and address group names.
- Srcintfs []string
- Incoming (ingress) interface.
- Ssh
Filter stringProfile - Name of an existing SSH filter profile.
- Ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- Status string
- Enable or disable this policy. Valid values:
disable
,enable
. - Url
Categories []string - URL category ID list.
- Users []string
- Names of individual users that can authenticate with this policy.
- Utm
Status string - Enable security profiles. Valid values:
disable
,enable
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Videofilter
Profile string - Name of an existing VideoFilter profile.
- Virtual
Patch stringProfile - Name of an existing virtual-patch profile.
- Voip
Profile string - Name of an existing VoIP profile.
- Webfilter
Profile string - Name of an existing Web filter profile.
- _
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 (accept/deny). Valid values:
deny
,accept
. - 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> - Application category ID list.
- app
Groups List<String> - Application group names.
- application
List String - Name of an existing Application list.
- applications List<Double>
- Application ID list.
- av
Profile String - Name of an existing Antivirus profile.
- casb
Profile String - Name of an existing CASB profile.
- cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diameter
Filter StringProfile - Name of an existing Diameter filter profile.
- dlp
Profile String - Name of an existing DLP profile.
- 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.
- dstaddr6Negate String
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs List<String>
- Destination IPv4 address name and address group names.
- dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- enforce
Default StringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file
Filter StringProfile - Name of an existing file-filter profile.
- 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.
- icap
Profile String - Name of an existing ICAP profile.
- 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
Service6 String - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet
Service6Custom List<String>Groups - Custom IPv6 Internet Service group name.
- internet
Service6Customs List<String> - Custom IPv6 Internet Service name.
- internet
Service6Groups List<String> - Internet Service group name.
- internet
Service6Names List<String> - IPv6 Internet Service name.
- internet
Service6Negate String - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 List<String>Names - Internet Service name.
- 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 List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- ips
Voip StringFilter - Name of an existing VoIP (ips) profile.
- learning
Mode String - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- pblock String
- Pblock.
- policyid Double
- Policy ID.
- 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
. - sctp
Filter StringProfile - Name of an existing SCTP filter profile.
- send
Deny StringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6Negate String
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs List<String>
- Source IPv4 address name and address group names.
- srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - url
Categories List<String> - URL category ID list.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable security profiles. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter
Profile String - Name of an existing VideoFilter profile.
- virtual
Patch StringProfile - Name of an existing virtual-patch profile.
- voip
Profile String - Name of an existing VoIP profile.
- webfilter
Profile String - Name of an existing Web filter profile.
- _
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 (accept/deny). Valid values:
deny
,accept
. - 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[] - Application category ID list.
- app
Groups string[] - Application group names.
- application
List string - Name of an existing Application list.
- applications number[]
- Application ID list.
- av
Profile string - Name of an existing Antivirus profile.
- casb
Profile string - Name of an existing CASB profile.
- cifs
Profile string - Name of an existing CIFS profile.
- comments string
- Comment.
- diameter
Filter stringProfile - Name of an existing Diameter filter profile.
- dlp
Profile string - Name of an existing DLP profile.
- 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.
- dstaddr6Negate string
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s string[]
- Destination IPv6 address name and address group names.
- dstaddr
Negate string - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs string[]
- Destination IPv4 address name and address group names.
- dstintfs string[]
- Outgoing (egress) interface.
- emailfilter
Profile string - Name of an existing email filter profile.
- enforce
Default stringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file
Filter stringProfile - Name of an existing file-filter profile.
- 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.
- icap
Profile string - Name of an existing ICAP profile.
- 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
Service6 string - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet
Service6Custom string[]Groups - Custom IPv6 Internet Service group name.
- internet
Service6Customs string[] - Custom IPv6 Internet Service name.
- internet
Service6Groups string[] - Internet Service group name.
- internet
Service6Names string[] - IPv6 Internet Service name.
- internet
Service6Negate string - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service6Src string - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet
Service6Src string[]Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src string[]Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src string[]Groups - Internet Service6 source group name.
- internet
Service6Src string[]Names - IPv6 Internet Service source name.
- internet
Service6Src stringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 string[]Names - Internet Service name.
- 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 string[]Src Names - Internet Service source name.
- internet
Service stringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips
Sensor string - Name of an existing IPS sensor.
- ips
Voip stringFilter - Name of an existing VoIP (ips) profile.
- learning
Mode string - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages
Pblock stringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- pblock string
- Pblock.
- policyid number
- Policy ID.
- 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
. - sctp
Filter stringProfile - Name of an existing SCTP filter profile.
- send
Deny stringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - service
Negate string - When enabled service specifies what the service must NOT be. Valid values:
disable
,enable
. - services string[]
- Service and service group names.
- srcaddr4s string[]
- Source IPv4 address name and address group names.
- srcaddr6Negate string
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s string[]
- Source IPv6 address name and address group names.
- srcaddr
Negate string - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs string[]
- Source IPv4 address name and address group names.
- srcintfs string[]
- Incoming (ingress) interface.
- ssh
Filter stringProfile - Name of an existing SSH filter profile.
- ssl
Ssh stringProfile - Name of an existing SSL SSH profile.
- status string
- Enable or disable this policy. Valid values:
disable
,enable
. - url
Categories string[] - URL category ID list.
- users string[]
- Names of individual users that can authenticate with this policy.
- utm
Status string - Enable security profiles. Valid values:
disable
,enable
. - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter
Profile string - Name of an existing VideoFilter profile.
- virtual
Patch stringProfile - Name of an existing virtual-patch profile.
- voip
Profile string - Name of an existing VoIP profile.
- webfilter
Profile string - Name of an existing Web filter profile.
- _
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 (accept/deny). Valid values:
deny
,accept
. - 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] - Application category ID list.
- app_
groups Sequence[str] - Application group names.
- application_
list str - Name of an existing Application list.
- applications Sequence[float]
- Application ID list.
- av_
profile str - Name of an existing Antivirus profile.
- casb_
profile str - Name of an existing CASB profile.
- cifs_
profile str - Name of an existing CIFS profile.
- comments str
- Comment.
- diameter_
filter_ strprofile - Name of an existing Diameter filter profile.
- dlp_
profile str - Name of an existing DLP profile.
- 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.
- dstaddr6_
negate str - When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s Sequence[str]
- Destination IPv6 address name and address group names.
- dstaddr_
negate str - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs Sequence[str]
- Destination IPv4 address name and address group names.
- dstintfs Sequence[str]
- Outgoing (egress) interface.
- emailfilter_
profile str - Name of an existing email filter profile.
- enforce_
default_ strapp_ port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file_
filter_ strprofile - Name of an existing file-filter profile.
- 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.
- icap_
profile str - Name of an existing ICAP profile.
- 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_
service6 str - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet_
service6_ Sequence[str]custom_ groups - Custom IPv6 Internet Service group name.
- internet_
service6_ Sequence[str]customs - Custom IPv6 Internet Service name.
- internet_
service6_ Sequence[str]groups - Internet Service group name.
- internet_
service6_ Sequence[str]names - IPv6 Internet Service name.
- internet_
service6_ strnegate - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet_
service6_ strsrc - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet_
service6_ Sequence[str]src_ custom_ groups - Custom Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ customs - Custom IPv6 Internet Service source name.
- internet_
service6_ Sequence[str]src_ groups - Internet Service6 source group name.
- internet_
service6_ Sequence[str]src_ names - IPv6 Internet Service source name.
- internet_
service6_ strsrc_ negate - When enabled internet-service6-src specifies what the service must NOT be. 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_ Sequence[str]names - Internet Service name.
- 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_ Sequence[str]src_ names - Internet Service source name.
- internet_
service_ strsrc_ negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips_
sensor str - Name of an existing IPS sensor.
- ips_
voip_ strfilter - Name of an existing VoIP (ips) profile.
- learning_
mode str - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 str
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 str
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages_
pblock_ strfirewall_ securitypolicy_ id - an identifier for the resource with format {{policyid}}.
- pblock str
- Pblock.
- policyid float
- Policy ID.
- 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
. - sctp_
filter_ strprofile - Name of an existing SCTP filter profile.
- send_
deny_ strpacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- srcaddr4s Sequence[str]
- Source IPv4 address name and address group names.
- srcaddr6_
negate str - When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s Sequence[str]
- Source IPv6 address name and address group names.
- srcaddr_
negate str - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs Sequence[str]
- Source IPv4 address name and address group names.
- srcintfs Sequence[str]
- Incoming (ingress) interface.
- ssh_
filter_ strprofile - Name of an existing SSH filter profile.
- ssl_
ssh_ strprofile - Name of an existing SSL SSH profile.
- status str
- Enable or disable this policy. Valid values:
disable
,enable
. - url_
categories Sequence[str] - URL category ID list.
- users Sequence[str]
- Names of individual users that can authenticate with this policy.
- utm_
status str - Enable security profiles. Valid values:
disable
,enable
. - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter_
profile str - Name of an existing VideoFilter profile.
- virtual_
patch_ strprofile - Name of an existing virtual-patch profile.
- voip_
profile str - Name of an existing VoIP profile.
- webfilter_
profile str - Name of an existing Web filter profile.
- _
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 (accept/deny). Valid values:
deny
,accept
. - 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> - Application category ID list.
- app
Groups List<String> - Application group names.
- application
List String - Name of an existing Application list.
- applications List<Number>
- Application ID list.
- av
Profile String - Name of an existing Antivirus profile.
- casb
Profile String - Name of an existing CASB profile.
- cifs
Profile String - Name of an existing CIFS profile.
- comments String
- Comment.
- diameter
Filter StringProfile - Name of an existing Diameter filter profile.
- dlp
Profile String - Name of an existing DLP profile.
- 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.
- dstaddr6Negate String
- When enabled dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddr6s List<String>
- Destination IPv6 address name and address group names.
- dstaddr
Negate String - When enabled dstaddr/dstaddr6 specifies what the destination address must NOT be. Valid values:
disable
,enable
. - dstaddrs List<String>
- Destination IPv4 address name and address group names.
- dstintfs List<String>
- Outgoing (egress) interface.
- emailfilter
Profile String - Name of an existing email filter profile.
- enforce
Default StringApp Port - Enable/disable default application port enforcement for allowed applications. Valid values:
disable
,enable
. - file
Filter StringProfile - Name of an existing file-filter profile.
- 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.
- icap
Profile String - Name of an existing ICAP profile.
- 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
Service6 String - Enable/disable use of IPv6 Internet Services for this policy. If enabled, destination address, service and default application port enforcement are not used. Valid values:
disable
,enable
. - internet
Service6Custom List<String>Groups - Custom IPv6 Internet Service group name.
- internet
Service6Customs List<String> - Custom IPv6 Internet Service name.
- internet
Service6Groups List<String> - Internet Service group name.
- internet
Service6Names List<String> - IPv6 Internet Service name.
- internet
Service6Negate String - When enabled internet-service6 specifies what the service must NOT be. Valid values:
disable
,enable
. - internet
Service6Src String - Enable/disable use of IPv6 Internet Services in source for this policy. If enabled, source address is not used. Valid values:
disable
,enable
. - internet
Service6Src List<String>Custom Groups - Custom Internet Service6 source group name.
- internet
Service6Src List<String>Customs - Custom IPv6 Internet Service source name.
- internet
Service6Src List<String>Groups - Internet Service6 source group name.
- internet
Service6Src List<String>Names - IPv6 Internet Service source name.
- internet
Service6Src StringNegate - When enabled internet-service6-src specifies what the service must NOT be. 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 List<String>Names - Internet Service name.
- 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 List<String>Src Names - Internet Service source name.
- internet
Service StringSrc Negate - When enabled internet-service-src specifies what the service must NOT be. Valid values:
disable
,enable
. - ips
Sensor String - Name of an existing IPS sensor.
- ips
Voip StringFilter - Name of an existing VoIP (ips) profile.
- learning
Mode String - Enable to allow everything, but log all of the meaningful data for security information gathering. A learning report will be generated. Valid values:
disable
,enable
. - 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.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - packages
Pblock StringFirewall Securitypolicy Id - an identifier for the resource with format {{policyid}}.
- pblock String
- Pblock.
- policyid Number
- Policy ID.
- 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
. - sctp
Filter StringProfile - Name of an existing SCTP filter profile.
- send
Deny StringPacket - Enable to send a reply when a session is denied or blocked by a firewall policy. Valid values:
disable
,enable
. - 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.
- srcaddr4s List<String>
- Source IPv4 address name and address group names.
- srcaddr6Negate String
- When enabled srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddr6s List<String>
- Source IPv6 address name and address group names.
- srcaddr
Negate String - When enabled srcaddr/srcaddr6 specifies what the source address must NOT be. Valid values:
disable
,enable
. - srcaddrs List<String>
- Source IPv4 address name and address group names.
- srcintfs List<String>
- Incoming (ingress) interface.
- ssh
Filter StringProfile - Name of an existing SSH filter profile.
- ssl
Ssh StringProfile - Name of an existing SSL SSH profile.
- status String
- Enable or disable this policy. Valid values:
disable
,enable
. - url
Categories List<String> - URL category ID list.
- users List<String>
- Names of individual users that can authenticate with this policy.
- utm
Status String - Enable security profiles. Valid values:
disable
,enable
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- videofilter
Profile String - Name of an existing VideoFilter profile.
- virtual
Patch StringProfile - Name of an existing virtual-patch profile.
- voip
Profile String - Name of an existing VoIP profile.
- webfilter
Profile String - Name of an existing Web filter profile.
Import
Packages PblockFirewallSecurityPolicy 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/packagesPblockFirewallSecuritypolicy:PackagesPblockFirewallSecuritypolicy 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.