fortimanager.ObjectFirewallProfileprotocoloptions
Explore with Pulumi AI
Configure protocol options.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
cifs
:fortimanager.ObjectFirewallProfileprotocoloptionsCifs
dns
:fortimanager.ObjectFirewallProfileprotocoloptionsDns
ftp
:fortimanager.ObjectFirewallProfileprotocoloptionsFtp
http
:fortimanager.ObjectFirewallProfileprotocoloptionsHttp
imap
:fortimanager.ObjectFirewallProfileprotocoloptionsImap
mail_signature
:fortimanager.ObjectFirewallProfileprotocoloptionsMailsignature
mapi
:fortimanager.ObjectFirewallProfileprotocoloptionsMapi
nntp
:fortimanager.ObjectFirewallProfileprotocoloptionsNntp
pop3
:fortimanager.ObjectFirewallProfileprotocoloptionsPop3
smtp
:fortimanager.ObjectFirewallProfileprotocoloptionsSmtp
ssh
:fortimanager.ObjectFirewallProfileprotocoloptionsSsh
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectFirewallProfileprotocoloptions("trname", {comment: "terraform-comment"});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectFirewallProfileprotocoloptions("trname", comment="terraform-comment")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectFirewallProfileprotocoloptions(ctx, "trname", &fortimanager.ObjectFirewallProfileprotocoloptionsArgs{
Comment: pulumi.String("terraform-comment"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectFirewallProfileprotocoloptions("trname", new()
{
Comment = "terraform-comment",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectFirewallProfileprotocoloptions;
import com.pulumi.fortimanager.ObjectFirewallProfileprotocoloptionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new ObjectFirewallProfileprotocoloptions("trname", ObjectFirewallProfileprotocoloptionsArgs.builder()
.comment("terraform-comment")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectFirewallProfileprotocoloptions
properties:
comment: terraform-comment
Create ObjectFirewallProfileprotocoloptions Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallProfileprotocoloptions(name: string, args?: ObjectFirewallProfileprotocoloptionsArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallProfileprotocoloptions(resource_name: str,
args: Optional[ObjectFirewallProfileprotocoloptionsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallProfileprotocoloptions(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
cifs: Optional[ObjectFirewallProfileprotocoloptionsCifsArgs] = None,
comment: Optional[str] = None,
dns: Optional[ObjectFirewallProfileprotocoloptionsDnsArgs] = None,
feature_set: Optional[str] = None,
ftp: Optional[ObjectFirewallProfileprotocoloptionsFtpArgs] = None,
http: Optional[ObjectFirewallProfileprotocoloptionsHttpArgs] = None,
imap: Optional[ObjectFirewallProfileprotocoloptionsImapArgs] = None,
mail_signature: Optional[ObjectFirewallProfileprotocoloptionsMailSignatureArgs] = None,
mapi: Optional[ObjectFirewallProfileprotocoloptionsMapiArgs] = None,
name: Optional[str] = None,
nntp: Optional[ObjectFirewallProfileprotocoloptionsNntpArgs] = None,
object_firewall_profileprotocoloptions_id: Optional[str] = None,
oversize_log: Optional[str] = None,
pop3: Optional[ObjectFirewallProfileprotocoloptionsPop3Args] = None,
replacemsg_group: Optional[str] = None,
rpc_over_http: Optional[str] = None,
scopetype: Optional[str] = None,
smtp: Optional[ObjectFirewallProfileprotocoloptionsSmtpArgs] = None,
ssh: Optional[ObjectFirewallProfileprotocoloptionsSshArgs] = None,
switching_protocols_log: Optional[str] = None)
func NewObjectFirewallProfileprotocoloptions(ctx *Context, name string, args *ObjectFirewallProfileprotocoloptionsArgs, opts ...ResourceOption) (*ObjectFirewallProfileprotocoloptions, error)
public ObjectFirewallProfileprotocoloptions(string name, ObjectFirewallProfileprotocoloptionsArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFirewallProfileprotocoloptions(String name, ObjectFirewallProfileprotocoloptionsArgs args)
public ObjectFirewallProfileprotocoloptions(String name, ObjectFirewallProfileprotocoloptionsArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallProfileprotocoloptions
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 ObjectFirewallProfileprotocoloptionsArgs
- 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 ObjectFirewallProfileprotocoloptionsArgs
- 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 ObjectFirewallProfileprotocoloptionsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallProfileprotocoloptionsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallProfileprotocoloptionsArgs
- 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 objectFirewallProfileprotocoloptionsResource = new Fortimanager.ObjectFirewallProfileprotocoloptions("objectFirewallProfileprotocoloptionsResource", new()
{
Adom = "string",
Cifs = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsCifsArgs
{
DomainController = "string",
FileFilter = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsCifsFileFilterArgs
{
Entries = new[]
{
new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsCifsFileFilterEntryArgs
{
Action = "string",
Comment = "string",
Direction = "string",
FileTypes = new[]
{
"string",
},
Filter = "string",
Protocols = new[]
{
"string",
},
},
},
Log = "string",
Status = "string",
},
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
ScanBzip2 = "string",
ServerCredentialType = "string",
ServerKeytabs = new[]
{
new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsCifsServerKeytabArgs
{
Keytab = "string",
Passwords = new[]
{
"string",
},
Principal = "string",
},
},
Status = "string",
TcpWindowMaximum = 0,
TcpWindowMinimum = 0,
TcpWindowSize = 0,
TcpWindowType = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
Comment = "string",
Dns = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsDnsArgs
{
Ports = new[]
{
0,
},
Status = "string",
},
FeatureSet = "string",
Ftp = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsFtpArgs
{
ComfortAmount = 0,
ComfortInterval = 0,
ExplicitFtpTls = "string",
InspectAll = "string",
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
ScanBzip2 = "string",
SslOffloaded = "string",
Status = "string",
StreamBasedUncompressedLimit = 0,
TcpWindowMaximum = 0,
TcpWindowMinimum = 0,
TcpWindowSize = 0,
TcpWindowType = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
Http = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsHttpArgs
{
AddressIpRating = "string",
BlockPageStatusCode = 0,
ComfortAmount = 0,
ComfortInterval = 0,
DomainFronting = "string",
FortinetBar = "string",
FortinetBarPort = 0,
H2c = "string",
HttpPolicy = "string",
InspectAll = "string",
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
PostLangs = new[]
{
"string",
},
ProxyAfterTcpHandshake = "string",
RangeBlock = "string",
RetryCount = 0,
ScanBzip2 = "string",
SslOffloaded = "string",
Status = "string",
StreamBasedUncompressedLimit = 0,
StreamingContentBypass = "string",
StripXForwardedFor = "string",
SwitchingProtocols = "string",
TcpWindowMaximum = 0,
TcpWindowMinimum = 0,
TcpWindowSize = 0,
TcpWindowType = "string",
TunnelNonHttp = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
UnknownContentEncoding = "string",
UnknownHttpVersion = "string",
VerifyDnsForPolicyMatching = "string",
},
Imap = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsImapArgs
{
InspectAll = "string",
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
ProxyAfterTcpHandshake = "string",
ScanBzip2 = "string",
SslOffloaded = "string",
Status = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
MailSignature = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsMailSignatureArgs
{
Signature = "string",
Status = "string",
},
Mapi = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsMapiArgs
{
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
ScanBzip2 = "string",
Status = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
Name = "string",
Nntp = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsNntpArgs
{
InspectAll = "string",
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
ProxyAfterTcpHandshake = "string",
ScanBzip2 = "string",
Status = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
ObjectFirewallProfileprotocoloptionsId = "string",
OversizeLog = "string",
Pop3 = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsPop3Args
{
InspectAll = "string",
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
ProxyAfterTcpHandshake = "string",
ScanBzip2 = "string",
SslOffloaded = "string",
Status = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
ReplacemsgGroup = "string",
RpcOverHttp = "string",
Scopetype = "string",
Smtp = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsSmtpArgs
{
InspectAll = "string",
Options = new[]
{
"string",
},
OversizeLimit = 0,
Ports = new[]
{
0,
},
ProxyAfterTcpHandshake = "string",
ScanBzip2 = "string",
ServerBusy = "string",
SslOffloaded = "string",
Status = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
Ssh = new Fortimanager.Inputs.ObjectFirewallProfileprotocoloptionsSshArgs
{
ComfortAmount = 0,
ComfortInterval = 0,
Options = new[]
{
"string",
},
OversizeLimit = 0,
ScanBzip2 = "string",
SslOffloaded = "string",
StreamBasedUncompressedLimit = 0,
TcpWindowMaximum = 0,
TcpWindowMinimum = 0,
TcpWindowSize = 0,
TcpWindowType = "string",
UncompressedNestLimit = 0,
UncompressedOversizeLimit = 0,
},
SwitchingProtocolsLog = "string",
});
example, err := fortimanager.NewObjectFirewallProfileprotocoloptions(ctx, "objectFirewallProfileprotocoloptionsResource", &fortimanager.ObjectFirewallProfileprotocoloptionsArgs{
Adom: pulumi.String("string"),
Cifs: &.ObjectFirewallProfileprotocoloptionsCifsTypeArgs{
DomainController: pulumi.String("string"),
FileFilter: &.ObjectFirewallProfileprotocoloptionsCifsFileFilterArgs{
Entries: .ObjectFirewallProfileprotocoloptionsCifsFileFilterEntryArray{
&.ObjectFirewallProfileprotocoloptionsCifsFileFilterEntryArgs{
Action: pulumi.String("string"),
Comment: pulumi.String("string"),
Direction: pulumi.String("string"),
FileTypes: pulumi.StringArray{
pulumi.String("string"),
},
Filter: pulumi.String("string"),
Protocols: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Log: pulumi.String("string"),
Status: pulumi.String("string"),
},
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
ScanBzip2: pulumi.String("string"),
ServerCredentialType: pulumi.String("string"),
ServerKeytabs: .ObjectFirewallProfileprotocoloptionsCifsServerKeytabTypeArray{
&.ObjectFirewallProfileprotocoloptionsCifsServerKeytabTypeArgs{
Keytab: pulumi.String("string"),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
Principal: pulumi.String("string"),
},
},
Status: pulumi.String("string"),
TcpWindowMaximum: pulumi.Float64(0),
TcpWindowMinimum: pulumi.Float64(0),
TcpWindowSize: pulumi.Float64(0),
TcpWindowType: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
Comment: pulumi.String("string"),
Dns: &.ObjectFirewallProfileprotocoloptionsDnsTypeArgs{
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
Status: pulumi.String("string"),
},
FeatureSet: pulumi.String("string"),
Ftp: &.ObjectFirewallProfileprotocoloptionsFtpTypeArgs{
ComfortAmount: pulumi.Float64(0),
ComfortInterval: pulumi.Float64(0),
ExplicitFtpTls: pulumi.String("string"),
InspectAll: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
ScanBzip2: pulumi.String("string"),
SslOffloaded: pulumi.String("string"),
Status: pulumi.String("string"),
StreamBasedUncompressedLimit: pulumi.Float64(0),
TcpWindowMaximum: pulumi.Float64(0),
TcpWindowMinimum: pulumi.Float64(0),
TcpWindowSize: pulumi.Float64(0),
TcpWindowType: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
Http: &.ObjectFirewallProfileprotocoloptionsHttpTypeArgs{
AddressIpRating: pulumi.String("string"),
BlockPageStatusCode: pulumi.Float64(0),
ComfortAmount: pulumi.Float64(0),
ComfortInterval: pulumi.Float64(0),
DomainFronting: pulumi.String("string"),
FortinetBar: pulumi.String("string"),
FortinetBarPort: pulumi.Float64(0),
H2c: pulumi.String("string"),
HttpPolicy: pulumi.String("string"),
InspectAll: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
PostLangs: pulumi.StringArray{
pulumi.String("string"),
},
ProxyAfterTcpHandshake: pulumi.String("string"),
RangeBlock: pulumi.String("string"),
RetryCount: pulumi.Float64(0),
ScanBzip2: pulumi.String("string"),
SslOffloaded: pulumi.String("string"),
Status: pulumi.String("string"),
StreamBasedUncompressedLimit: pulumi.Float64(0),
StreamingContentBypass: pulumi.String("string"),
StripXForwardedFor: pulumi.String("string"),
SwitchingProtocols: pulumi.String("string"),
TcpWindowMaximum: pulumi.Float64(0),
TcpWindowMinimum: pulumi.Float64(0),
TcpWindowSize: pulumi.Float64(0),
TcpWindowType: pulumi.String("string"),
TunnelNonHttp: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
UnknownContentEncoding: pulumi.String("string"),
UnknownHttpVersion: pulumi.String("string"),
VerifyDnsForPolicyMatching: pulumi.String("string"),
},
Imap: &.ObjectFirewallProfileprotocoloptionsImapTypeArgs{
InspectAll: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
ProxyAfterTcpHandshake: pulumi.String("string"),
ScanBzip2: pulumi.String("string"),
SslOffloaded: pulumi.String("string"),
Status: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
MailSignature: &.ObjectFirewallProfileprotocoloptionsMailSignatureTypeArgs{
Signature: pulumi.String("string"),
Status: pulumi.String("string"),
},
Mapi: &.ObjectFirewallProfileprotocoloptionsMapiTypeArgs{
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
ScanBzip2: pulumi.String("string"),
Status: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
Name: pulumi.String("string"),
Nntp: &.ObjectFirewallProfileprotocoloptionsNntpTypeArgs{
InspectAll: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
ProxyAfterTcpHandshake: pulumi.String("string"),
ScanBzip2: pulumi.String("string"),
Status: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
ObjectFirewallProfileprotocoloptionsId: pulumi.String("string"),
OversizeLog: pulumi.String("string"),
Pop3: &.ObjectFirewallProfileprotocoloptionsPop3TypeArgs{
InspectAll: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
ProxyAfterTcpHandshake: pulumi.String("string"),
ScanBzip2: pulumi.String("string"),
SslOffloaded: pulumi.String("string"),
Status: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
ReplacemsgGroup: pulumi.String("string"),
RpcOverHttp: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Smtp: &.ObjectFirewallProfileprotocoloptionsSmtpTypeArgs{
InspectAll: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
Ports: pulumi.Float64Array{
pulumi.Float64(0),
},
ProxyAfterTcpHandshake: pulumi.String("string"),
ScanBzip2: pulumi.String("string"),
ServerBusy: pulumi.String("string"),
SslOffloaded: pulumi.String("string"),
Status: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
Ssh: &.ObjectFirewallProfileprotocoloptionsSshTypeArgs{
ComfortAmount: pulumi.Float64(0),
ComfortInterval: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OversizeLimit: pulumi.Float64(0),
ScanBzip2: pulumi.String("string"),
SslOffloaded: pulumi.String("string"),
StreamBasedUncompressedLimit: pulumi.Float64(0),
TcpWindowMaximum: pulumi.Float64(0),
TcpWindowMinimum: pulumi.Float64(0),
TcpWindowSize: pulumi.Float64(0),
TcpWindowType: pulumi.String("string"),
UncompressedNestLimit: pulumi.Float64(0),
UncompressedOversizeLimit: pulumi.Float64(0),
},
SwitchingProtocolsLog: pulumi.String("string"),
})
var objectFirewallProfileprotocoloptionsResource = new ObjectFirewallProfileprotocoloptions("objectFirewallProfileprotocoloptionsResource", ObjectFirewallProfileprotocoloptionsArgs.builder()
.adom("string")
.cifs(ObjectFirewallProfileprotocoloptionsCifsArgs.builder()
.domainController("string")
.fileFilter(ObjectFirewallProfileprotocoloptionsCifsFileFilterArgs.builder()
.entries(ObjectFirewallProfileprotocoloptionsCifsFileFilterEntryArgs.builder()
.action("string")
.comment("string")
.direction("string")
.fileTypes("string")
.filter("string")
.protocols("string")
.build())
.log("string")
.status("string")
.build())
.options("string")
.oversizeLimit(0)
.ports(0)
.scanBzip2("string")
.serverCredentialType("string")
.serverKeytabs(ObjectFirewallProfileprotocoloptionsCifsServerKeytabArgs.builder()
.keytab("string")
.passwords("string")
.principal("string")
.build())
.status("string")
.tcpWindowMaximum(0)
.tcpWindowMinimum(0)
.tcpWindowSize(0)
.tcpWindowType("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.comment("string")
.dns(ObjectFirewallProfileprotocoloptionsDnsArgs.builder()
.ports(0)
.status("string")
.build())
.featureSet("string")
.ftp(ObjectFirewallProfileprotocoloptionsFtpArgs.builder()
.comfortAmount(0)
.comfortInterval(0)
.explicitFtpTls("string")
.inspectAll("string")
.options("string")
.oversizeLimit(0)
.ports(0)
.scanBzip2("string")
.sslOffloaded("string")
.status("string")
.streamBasedUncompressedLimit(0)
.tcpWindowMaximum(0)
.tcpWindowMinimum(0)
.tcpWindowSize(0)
.tcpWindowType("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.http(ObjectFirewallProfileprotocoloptionsHttpArgs.builder()
.addressIpRating("string")
.blockPageStatusCode(0)
.comfortAmount(0)
.comfortInterval(0)
.domainFronting("string")
.fortinetBar("string")
.fortinetBarPort(0)
.h2c("string")
.httpPolicy("string")
.inspectAll("string")
.options("string")
.oversizeLimit(0)
.ports(0)
.postLangs("string")
.proxyAfterTcpHandshake("string")
.rangeBlock("string")
.retryCount(0)
.scanBzip2("string")
.sslOffloaded("string")
.status("string")
.streamBasedUncompressedLimit(0)
.streamingContentBypass("string")
.stripXForwardedFor("string")
.switchingProtocols("string")
.tcpWindowMaximum(0)
.tcpWindowMinimum(0)
.tcpWindowSize(0)
.tcpWindowType("string")
.tunnelNonHttp("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.unknownContentEncoding("string")
.unknownHttpVersion("string")
.verifyDnsForPolicyMatching("string")
.build())
.imap(ObjectFirewallProfileprotocoloptionsImapArgs.builder()
.inspectAll("string")
.options("string")
.oversizeLimit(0)
.ports(0)
.proxyAfterTcpHandshake("string")
.scanBzip2("string")
.sslOffloaded("string")
.status("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.mailSignature(ObjectFirewallProfileprotocoloptionsMailSignatureArgs.builder()
.signature("string")
.status("string")
.build())
.mapi(ObjectFirewallProfileprotocoloptionsMapiArgs.builder()
.options("string")
.oversizeLimit(0)
.ports(0)
.scanBzip2("string")
.status("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.name("string")
.nntp(ObjectFirewallProfileprotocoloptionsNntpArgs.builder()
.inspectAll("string")
.options("string")
.oversizeLimit(0)
.ports(0)
.proxyAfterTcpHandshake("string")
.scanBzip2("string")
.status("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.objectFirewallProfileprotocoloptionsId("string")
.oversizeLog("string")
.pop3(ObjectFirewallProfileprotocoloptionsPop3Args.builder()
.inspectAll("string")
.options("string")
.oversizeLimit(0)
.ports(0)
.proxyAfterTcpHandshake("string")
.scanBzip2("string")
.sslOffloaded("string")
.status("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.replacemsgGroup("string")
.rpcOverHttp("string")
.scopetype("string")
.smtp(ObjectFirewallProfileprotocoloptionsSmtpArgs.builder()
.inspectAll("string")
.options("string")
.oversizeLimit(0)
.ports(0)
.proxyAfterTcpHandshake("string")
.scanBzip2("string")
.serverBusy("string")
.sslOffloaded("string")
.status("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.ssh(ObjectFirewallProfileprotocoloptionsSshArgs.builder()
.comfortAmount(0)
.comfortInterval(0)
.options("string")
.oversizeLimit(0)
.scanBzip2("string")
.sslOffloaded("string")
.streamBasedUncompressedLimit(0)
.tcpWindowMaximum(0)
.tcpWindowMinimum(0)
.tcpWindowSize(0)
.tcpWindowType("string")
.uncompressedNestLimit(0)
.uncompressedOversizeLimit(0)
.build())
.switchingProtocolsLog("string")
.build());
object_firewall_profileprotocoloptions_resource = fortimanager.ObjectFirewallProfileprotocoloptions("objectFirewallProfileprotocoloptionsResource",
adom="string",
cifs={
"domain_controller": "string",
"file_filter": {
"entries": [{
"action": "string",
"comment": "string",
"direction": "string",
"file_types": ["string"],
"filter": "string",
"protocols": ["string"],
}],
"log": "string",
"status": "string",
},
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"scan_bzip2": "string",
"server_credential_type": "string",
"server_keytabs": [{
"keytab": "string",
"passwords": ["string"],
"principal": "string",
}],
"status": "string",
"tcp_window_maximum": 0,
"tcp_window_minimum": 0,
"tcp_window_size": 0,
"tcp_window_type": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
comment="string",
dns={
"ports": [0],
"status": "string",
},
feature_set="string",
ftp={
"comfort_amount": 0,
"comfort_interval": 0,
"explicit_ftp_tls": "string",
"inspect_all": "string",
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"scan_bzip2": "string",
"ssl_offloaded": "string",
"status": "string",
"stream_based_uncompressed_limit": 0,
"tcp_window_maximum": 0,
"tcp_window_minimum": 0,
"tcp_window_size": 0,
"tcp_window_type": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
http={
"address_ip_rating": "string",
"block_page_status_code": 0,
"comfort_amount": 0,
"comfort_interval": 0,
"domain_fronting": "string",
"fortinet_bar": "string",
"fortinet_bar_port": 0,
"h2c": "string",
"http_policy": "string",
"inspect_all": "string",
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"post_langs": ["string"],
"proxy_after_tcp_handshake": "string",
"range_block": "string",
"retry_count": 0,
"scan_bzip2": "string",
"ssl_offloaded": "string",
"status": "string",
"stream_based_uncompressed_limit": 0,
"streaming_content_bypass": "string",
"strip_x_forwarded_for": "string",
"switching_protocols": "string",
"tcp_window_maximum": 0,
"tcp_window_minimum": 0,
"tcp_window_size": 0,
"tcp_window_type": "string",
"tunnel_non_http": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
"unknown_content_encoding": "string",
"unknown_http_version": "string",
"verify_dns_for_policy_matching": "string",
},
imap={
"inspect_all": "string",
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"proxy_after_tcp_handshake": "string",
"scan_bzip2": "string",
"ssl_offloaded": "string",
"status": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
mail_signature={
"signature": "string",
"status": "string",
},
mapi={
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"scan_bzip2": "string",
"status": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
name="string",
nntp={
"inspect_all": "string",
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"proxy_after_tcp_handshake": "string",
"scan_bzip2": "string",
"status": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
object_firewall_profileprotocoloptions_id="string",
oversize_log="string",
pop3={
"inspect_all": "string",
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"proxy_after_tcp_handshake": "string",
"scan_bzip2": "string",
"ssl_offloaded": "string",
"status": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
replacemsg_group="string",
rpc_over_http="string",
scopetype="string",
smtp={
"inspect_all": "string",
"options": ["string"],
"oversize_limit": 0,
"ports": [0],
"proxy_after_tcp_handshake": "string",
"scan_bzip2": "string",
"server_busy": "string",
"ssl_offloaded": "string",
"status": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
ssh={
"comfort_amount": 0,
"comfort_interval": 0,
"options": ["string"],
"oversize_limit": 0,
"scan_bzip2": "string",
"ssl_offloaded": "string",
"stream_based_uncompressed_limit": 0,
"tcp_window_maximum": 0,
"tcp_window_minimum": 0,
"tcp_window_size": 0,
"tcp_window_type": "string",
"uncompressed_nest_limit": 0,
"uncompressed_oversize_limit": 0,
},
switching_protocols_log="string")
const objectFirewallProfileprotocoloptionsResource = new fortimanager.ObjectFirewallProfileprotocoloptions("objectFirewallProfileprotocoloptionsResource", {
adom: "string",
cifs: {
domainController: "string",
fileFilter: {
entries: [{
action: "string",
comment: "string",
direction: "string",
fileTypes: ["string"],
filter: "string",
protocols: ["string"],
}],
log: "string",
status: "string",
},
options: ["string"],
oversizeLimit: 0,
ports: [0],
scanBzip2: "string",
serverCredentialType: "string",
serverKeytabs: [{
keytab: "string",
passwords: ["string"],
principal: "string",
}],
status: "string",
tcpWindowMaximum: 0,
tcpWindowMinimum: 0,
tcpWindowSize: 0,
tcpWindowType: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
comment: "string",
dns: {
ports: [0],
status: "string",
},
featureSet: "string",
ftp: {
comfortAmount: 0,
comfortInterval: 0,
explicitFtpTls: "string",
inspectAll: "string",
options: ["string"],
oversizeLimit: 0,
ports: [0],
scanBzip2: "string",
sslOffloaded: "string",
status: "string",
streamBasedUncompressedLimit: 0,
tcpWindowMaximum: 0,
tcpWindowMinimum: 0,
tcpWindowSize: 0,
tcpWindowType: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
http: {
addressIpRating: "string",
blockPageStatusCode: 0,
comfortAmount: 0,
comfortInterval: 0,
domainFronting: "string",
fortinetBar: "string",
fortinetBarPort: 0,
h2c: "string",
httpPolicy: "string",
inspectAll: "string",
options: ["string"],
oversizeLimit: 0,
ports: [0],
postLangs: ["string"],
proxyAfterTcpHandshake: "string",
rangeBlock: "string",
retryCount: 0,
scanBzip2: "string",
sslOffloaded: "string",
status: "string",
streamBasedUncompressedLimit: 0,
streamingContentBypass: "string",
stripXForwardedFor: "string",
switchingProtocols: "string",
tcpWindowMaximum: 0,
tcpWindowMinimum: 0,
tcpWindowSize: 0,
tcpWindowType: "string",
tunnelNonHttp: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
unknownContentEncoding: "string",
unknownHttpVersion: "string",
verifyDnsForPolicyMatching: "string",
},
imap: {
inspectAll: "string",
options: ["string"],
oversizeLimit: 0,
ports: [0],
proxyAfterTcpHandshake: "string",
scanBzip2: "string",
sslOffloaded: "string",
status: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
mailSignature: {
signature: "string",
status: "string",
},
mapi: {
options: ["string"],
oversizeLimit: 0,
ports: [0],
scanBzip2: "string",
status: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
name: "string",
nntp: {
inspectAll: "string",
options: ["string"],
oversizeLimit: 0,
ports: [0],
proxyAfterTcpHandshake: "string",
scanBzip2: "string",
status: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
objectFirewallProfileprotocoloptionsId: "string",
oversizeLog: "string",
pop3: {
inspectAll: "string",
options: ["string"],
oversizeLimit: 0,
ports: [0],
proxyAfterTcpHandshake: "string",
scanBzip2: "string",
sslOffloaded: "string",
status: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
replacemsgGroup: "string",
rpcOverHttp: "string",
scopetype: "string",
smtp: {
inspectAll: "string",
options: ["string"],
oversizeLimit: 0,
ports: [0],
proxyAfterTcpHandshake: "string",
scanBzip2: "string",
serverBusy: "string",
sslOffloaded: "string",
status: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
ssh: {
comfortAmount: 0,
comfortInterval: 0,
options: ["string"],
oversizeLimit: 0,
scanBzip2: "string",
sslOffloaded: "string",
streamBasedUncompressedLimit: 0,
tcpWindowMaximum: 0,
tcpWindowMinimum: 0,
tcpWindowSize: 0,
tcpWindowType: "string",
uncompressedNestLimit: 0,
uncompressedOversizeLimit: 0,
},
switchingProtocolsLog: "string",
});
type: fortimanager:ObjectFirewallProfileprotocoloptions
properties:
adom: string
cifs:
domainController: string
fileFilter:
entries:
- action: string
comment: string
direction: string
fileTypes:
- string
filter: string
protocols:
- string
log: string
status: string
options:
- string
oversizeLimit: 0
ports:
- 0
scanBzip2: string
serverCredentialType: string
serverKeytabs:
- keytab: string
passwords:
- string
principal: string
status: string
tcpWindowMaximum: 0
tcpWindowMinimum: 0
tcpWindowSize: 0
tcpWindowType: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
comment: string
dns:
ports:
- 0
status: string
featureSet: string
ftp:
comfortAmount: 0
comfortInterval: 0
explicitFtpTls: string
inspectAll: string
options:
- string
oversizeLimit: 0
ports:
- 0
scanBzip2: string
sslOffloaded: string
status: string
streamBasedUncompressedLimit: 0
tcpWindowMaximum: 0
tcpWindowMinimum: 0
tcpWindowSize: 0
tcpWindowType: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
http:
addressIpRating: string
blockPageStatusCode: 0
comfortAmount: 0
comfortInterval: 0
domainFronting: string
fortinetBar: string
fortinetBarPort: 0
h2c: string
httpPolicy: string
inspectAll: string
options:
- string
oversizeLimit: 0
ports:
- 0
postLangs:
- string
proxyAfterTcpHandshake: string
rangeBlock: string
retryCount: 0
scanBzip2: string
sslOffloaded: string
status: string
streamBasedUncompressedLimit: 0
streamingContentBypass: string
stripXForwardedFor: string
switchingProtocols: string
tcpWindowMaximum: 0
tcpWindowMinimum: 0
tcpWindowSize: 0
tcpWindowType: string
tunnelNonHttp: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
unknownContentEncoding: string
unknownHttpVersion: string
verifyDnsForPolicyMatching: string
imap:
inspectAll: string
options:
- string
oversizeLimit: 0
ports:
- 0
proxyAfterTcpHandshake: string
scanBzip2: string
sslOffloaded: string
status: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
mailSignature:
signature: string
status: string
mapi:
options:
- string
oversizeLimit: 0
ports:
- 0
scanBzip2: string
status: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
name: string
nntp:
inspectAll: string
options:
- string
oversizeLimit: 0
ports:
- 0
proxyAfterTcpHandshake: string
scanBzip2: string
status: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
objectFirewallProfileprotocoloptionsId: string
oversizeLog: string
pop3:
inspectAll: string
options:
- string
oversizeLimit: 0
ports:
- 0
proxyAfterTcpHandshake: string
scanBzip2: string
sslOffloaded: string
status: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
replacemsgGroup: string
rpcOverHttp: string
scopetype: string
smtp:
inspectAll: string
options:
- string
oversizeLimit: 0
ports:
- 0
proxyAfterTcpHandshake: string
scanBzip2: string
serverBusy: string
sslOffloaded: string
status: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
ssh:
comfortAmount: 0
comfortInterval: 0
options:
- string
oversizeLimit: 0
scanBzip2: string
sslOffloaded: string
streamBasedUncompressedLimit: 0
tcpWindowMaximum: 0
tcpWindowMinimum: 0
tcpWindowSize: 0
tcpWindowType: string
uncompressedNestLimit: 0
uncompressedOversizeLimit: 0
switchingProtocolsLog: string
ObjectFirewallProfileprotocoloptions 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 ObjectFirewallProfileprotocoloptions resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cifs
Object
Firewall Profileprotocoloptions Cifs - Cifs. The structure of
cifs
block is documented below. - Comment string
- Optional comments.
- Dns
Object
Firewall Profileprotocoloptions Dns - Dns. The structure of
dns
block is documented below. - Feature
Set string - Feature-Set. Valid values:
proxy
,flow
. - Ftp
Object
Firewall Profileprotocoloptions Ftp - Ftp. The structure of
ftp
block is documented below. - Http
Object
Firewall Profileprotocoloptions Http - Http. The structure of
http
block is documented below. - Imap
Object
Firewall Profileprotocoloptions Imap - Imap. The structure of
imap
block is documented below. - Mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature - Mail-Signature. The structure of
mail_signature
block is documented below. - Mapi
Object
Firewall Profileprotocoloptions Mapi - Mapi. The structure of
mapi
block is documented below. - Name string
- Name.
- Nntp
Object
Firewall Profileprotocoloptions Nntp - Nntp. The structure of
nntp
block is documented below. - Object
Firewall stringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- Oversize
Log string - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - Pop3
Object
Firewall Profileprotocoloptions Pop3 - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Name of the replacement message group to be used
- Rpc
Over stringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Firewall Profileprotocoloptions Smtp - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Firewall Profileprotocoloptions Ssh - Ssh. The structure of
ssh
block is documented below. - Switching
Protocols stringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cifs
Object
Firewall Profileprotocoloptions Cifs Type Args - Cifs. The structure of
cifs
block is documented below. - Comment string
- Optional comments.
- Dns
Object
Firewall Profileprotocoloptions Dns Type Args - Dns. The structure of
dns
block is documented below. - Feature
Set string - Feature-Set. Valid values:
proxy
,flow
. - Ftp
Object
Firewall Profileprotocoloptions Ftp Type Args - Ftp. The structure of
ftp
block is documented below. - Http
Object
Firewall Profileprotocoloptions Http Type Args - Http. The structure of
http
block is documented below. - Imap
Object
Firewall Profileprotocoloptions Imap Type Args - Imap. The structure of
imap
block is documented below. - Mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature Type Args - Mail-Signature. The structure of
mail_signature
block is documented below. - Mapi
Object
Firewall Profileprotocoloptions Mapi Type Args - Mapi. The structure of
mapi
block is documented below. - Name string
- Name.
- Nntp
Object
Firewall Profileprotocoloptions Nntp Type Args - Nntp. The structure of
nntp
block is documented below. - Object
Firewall stringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- Oversize
Log string - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - Pop3
Object
Firewall Profileprotocoloptions Pop3Type Args - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Name of the replacement message group to be used
- Rpc
Over stringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Firewall Profileprotocoloptions Smtp Type Args - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Firewall Profileprotocoloptions Ssh Type Args - Ssh. The structure of
ssh
block is documented below. - Switching
Protocols stringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs
Object
Firewall Profileprotocoloptions Cifs - Cifs. The structure of
cifs
block is documented below. - comment String
- Optional comments.
- dns
Object
Firewall Profileprotocoloptions Dns - Dns. The structure of
dns
block is documented below. - feature
Set String - Feature-Set. Valid values:
proxy
,flow
. - ftp
Object
Firewall Profileprotocoloptions Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Firewall Profileprotocoloptions Http - Http. The structure of
http
block is documented below. - imap
Object
Firewall Profileprotocoloptions Imap - Imap. The structure of
imap
block is documented below. - mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi
Object
Firewall Profileprotocoloptions Mapi - Mapi. The structure of
mapi
block is documented below. - name String
- Name.
- nntp
Object
Firewall Profileprotocoloptions Nntp - Nntp. The structure of
nntp
block is documented below. - object
Firewall StringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- oversize
Log String - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3
Object
Firewall Profileprotocoloptions Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Name of the replacement message group to be used
- rpc
Over StringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Firewall Profileprotocoloptions Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Firewall Profileprotocoloptions Ssh - Ssh. The structure of
ssh
block is documented below. - switching
Protocols StringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs
Object
Firewall Profileprotocoloptions Cifs - Cifs. The structure of
cifs
block is documented below. - comment string
- Optional comments.
- dns
Object
Firewall Profileprotocoloptions Dns - Dns. The structure of
dns
block is documented below. - feature
Set string - Feature-Set. Valid values:
proxy
,flow
. - ftp
Object
Firewall Profileprotocoloptions Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Firewall Profileprotocoloptions Http - Http. The structure of
http
block is documented below. - imap
Object
Firewall Profileprotocoloptions Imap - Imap. The structure of
imap
block is documented below. - mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi
Object
Firewall Profileprotocoloptions Mapi - Mapi. The structure of
mapi
block is documented below. - name string
- Name.
- nntp
Object
Firewall Profileprotocoloptions Nntp - Nntp. The structure of
nntp
block is documented below. - object
Firewall stringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- oversize
Log string - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3
Object
Firewall Profileprotocoloptions Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group string - Name of the replacement message group to be used
- rpc
Over stringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Firewall Profileprotocoloptions Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Firewall Profileprotocoloptions Ssh - Ssh. The structure of
ssh
block is documented below. - switching
Protocols stringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs
Object
Firewall Profileprotocoloptions Cifs Args - Cifs. The structure of
cifs
block is documented below. - comment str
- Optional comments.
- dns
Object
Firewall Profileprotocoloptions Dns Args - Dns. The structure of
dns
block is documented below. - feature_
set str - Feature-Set. Valid values:
proxy
,flow
. - ftp
Object
Firewall Profileprotocoloptions Ftp Args - Ftp. The structure of
ftp
block is documented below. - http
Object
Firewall Profileprotocoloptions Http Args - Http. The structure of
http
block is documented below. - imap
Object
Firewall Profileprotocoloptions Imap Args - Imap. The structure of
imap
block is documented below. - mail_
signature ObjectFirewall Profileprotocoloptions Mail Signature Args - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi
Object
Firewall Profileprotocoloptions Mapi Args - Mapi. The structure of
mapi
block is documented below. - name str
- Name.
- nntp
Object
Firewall Profileprotocoloptions Nntp Args - Nntp. The structure of
nntp
block is documented below. - object_
firewall_ strprofileprotocoloptions_ id - an identifier for the resource with format {{name}}.
- oversize_
log str - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3
Object
Firewall Profileprotocoloptions Pop3Args - Pop3. The structure of
pop3
block is documented below. - replacemsg_
group str - Name of the replacement message group to be used
- rpc_
over_ strhttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Firewall Profileprotocoloptions Smtp Args - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Firewall Profileprotocoloptions Ssh Args - Ssh. The structure of
ssh
block is documented below. - switching_
protocols_ strlog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs Property Map
- Cifs. The structure of
cifs
block is documented below. - comment String
- Optional comments.
- dns Property Map
- Dns. The structure of
dns
block is documented below. - feature
Set String - Feature-Set. Valid values:
proxy
,flow
. - ftp Property Map
- Ftp. The structure of
ftp
block is documented below. - http Property Map
- Http. The structure of
http
block is documented below. - imap Property Map
- Imap. The structure of
imap
block is documented below. - mail
Signature Property Map - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi Property Map
- Mapi. The structure of
mapi
block is documented below. - name String
- Name.
- nntp Property Map
- Nntp. The structure of
nntp
block is documented below. - object
Firewall StringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- oversize
Log String - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3 Property Map
- Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Name of the replacement message group to be used
- rpc
Over StringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp Property Map
- Smtp. The structure of
smtp
block is documented below. - ssh Property Map
- Ssh. The structure of
ssh
block is documented below. - switching
Protocols StringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallProfileprotocoloptions 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 ObjectFirewallProfileprotocoloptions Resource
Get an existing ObjectFirewallProfileprotocoloptions 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?: ObjectFirewallProfileprotocoloptionsState, opts?: CustomResourceOptions): ObjectFirewallProfileprotocoloptions
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
cifs: Optional[ObjectFirewallProfileprotocoloptionsCifsArgs] = None,
comment: Optional[str] = None,
dns: Optional[ObjectFirewallProfileprotocoloptionsDnsArgs] = None,
feature_set: Optional[str] = None,
ftp: Optional[ObjectFirewallProfileprotocoloptionsFtpArgs] = None,
http: Optional[ObjectFirewallProfileprotocoloptionsHttpArgs] = None,
imap: Optional[ObjectFirewallProfileprotocoloptionsImapArgs] = None,
mail_signature: Optional[ObjectFirewallProfileprotocoloptionsMailSignatureArgs] = None,
mapi: Optional[ObjectFirewallProfileprotocoloptionsMapiArgs] = None,
name: Optional[str] = None,
nntp: Optional[ObjectFirewallProfileprotocoloptionsNntpArgs] = None,
object_firewall_profileprotocoloptions_id: Optional[str] = None,
oversize_log: Optional[str] = None,
pop3: Optional[ObjectFirewallProfileprotocoloptionsPop3Args] = None,
replacemsg_group: Optional[str] = None,
rpc_over_http: Optional[str] = None,
scopetype: Optional[str] = None,
smtp: Optional[ObjectFirewallProfileprotocoloptionsSmtpArgs] = None,
ssh: Optional[ObjectFirewallProfileprotocoloptionsSshArgs] = None,
switching_protocols_log: Optional[str] = None) -> ObjectFirewallProfileprotocoloptions
func GetObjectFirewallProfileprotocoloptions(ctx *Context, name string, id IDInput, state *ObjectFirewallProfileprotocoloptionsState, opts ...ResourceOption) (*ObjectFirewallProfileprotocoloptions, error)
public static ObjectFirewallProfileprotocoloptions Get(string name, Input<string> id, ObjectFirewallProfileprotocoloptionsState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallProfileprotocoloptions get(String name, Output<String> id, ObjectFirewallProfileprotocoloptionsState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallProfileprotocoloptions 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cifs
Object
Firewall Profileprotocoloptions Cifs - Cifs. The structure of
cifs
block is documented below. - Comment string
- Optional comments.
- Dns
Object
Firewall Profileprotocoloptions Dns - Dns. The structure of
dns
block is documented below. - Feature
Set string - Feature-Set. Valid values:
proxy
,flow
. - Ftp
Object
Firewall Profileprotocoloptions Ftp - Ftp. The structure of
ftp
block is documented below. - Http
Object
Firewall Profileprotocoloptions Http - Http. The structure of
http
block is documented below. - Imap
Object
Firewall Profileprotocoloptions Imap - Imap. The structure of
imap
block is documented below. - Mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature - Mail-Signature. The structure of
mail_signature
block is documented below. - Mapi
Object
Firewall Profileprotocoloptions Mapi - Mapi. The structure of
mapi
block is documented below. - Name string
- Name.
- Nntp
Object
Firewall Profileprotocoloptions Nntp - Nntp. The structure of
nntp
block is documented below. - Object
Firewall stringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- Oversize
Log string - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - Pop3
Object
Firewall Profileprotocoloptions Pop3 - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Name of the replacement message group to be used
- Rpc
Over stringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Firewall Profileprotocoloptions Smtp - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Firewall Profileprotocoloptions Ssh - Ssh. The structure of
ssh
block is documented below. - Switching
Protocols stringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Cifs
Object
Firewall Profileprotocoloptions Cifs Type Args - Cifs. The structure of
cifs
block is documented below. - Comment string
- Optional comments.
- Dns
Object
Firewall Profileprotocoloptions Dns Type Args - Dns. The structure of
dns
block is documented below. - Feature
Set string - Feature-Set. Valid values:
proxy
,flow
. - Ftp
Object
Firewall Profileprotocoloptions Ftp Type Args - Ftp. The structure of
ftp
block is documented below. - Http
Object
Firewall Profileprotocoloptions Http Type Args - Http. The structure of
http
block is documented below. - Imap
Object
Firewall Profileprotocoloptions Imap Type Args - Imap. The structure of
imap
block is documented below. - Mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature Type Args - Mail-Signature. The structure of
mail_signature
block is documented below. - Mapi
Object
Firewall Profileprotocoloptions Mapi Type Args - Mapi. The structure of
mapi
block is documented below. - Name string
- Name.
- Nntp
Object
Firewall Profileprotocoloptions Nntp Type Args - Nntp. The structure of
nntp
block is documented below. - Object
Firewall stringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- Oversize
Log string - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - Pop3
Object
Firewall Profileprotocoloptions Pop3Type Args - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Name of the replacement message group to be used
- Rpc
Over stringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Smtp
Object
Firewall Profileprotocoloptions Smtp Type Args - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Firewall Profileprotocoloptions Ssh Type Args - Ssh. The structure of
ssh
block is documented below. - Switching
Protocols stringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs
Object
Firewall Profileprotocoloptions Cifs - Cifs. The structure of
cifs
block is documented below. - comment String
- Optional comments.
- dns
Object
Firewall Profileprotocoloptions Dns - Dns. The structure of
dns
block is documented below. - feature
Set String - Feature-Set. Valid values:
proxy
,flow
. - ftp
Object
Firewall Profileprotocoloptions Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Firewall Profileprotocoloptions Http - Http. The structure of
http
block is documented below. - imap
Object
Firewall Profileprotocoloptions Imap - Imap. The structure of
imap
block is documented below. - mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi
Object
Firewall Profileprotocoloptions Mapi - Mapi. The structure of
mapi
block is documented below. - name String
- Name.
- nntp
Object
Firewall Profileprotocoloptions Nntp - Nntp. The structure of
nntp
block is documented below. - object
Firewall StringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- oversize
Log String - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3
Object
Firewall Profileprotocoloptions Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Name of the replacement message group to be used
- rpc
Over StringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Firewall Profileprotocoloptions Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Firewall Profileprotocoloptions Ssh - Ssh. The structure of
ssh
block is documented below. - switching
Protocols StringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs
Object
Firewall Profileprotocoloptions Cifs - Cifs. The structure of
cifs
block is documented below. - comment string
- Optional comments.
- dns
Object
Firewall Profileprotocoloptions Dns - Dns. The structure of
dns
block is documented below. - feature
Set string - Feature-Set. Valid values:
proxy
,flow
. - ftp
Object
Firewall Profileprotocoloptions Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Firewall Profileprotocoloptions Http - Http. The structure of
http
block is documented below. - imap
Object
Firewall Profileprotocoloptions Imap - Imap. The structure of
imap
block is documented below. - mail
Signature ObjectFirewall Profileprotocoloptions Mail Signature - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi
Object
Firewall Profileprotocoloptions Mapi - Mapi. The structure of
mapi
block is documented below. - name string
- Name.
- nntp
Object
Firewall Profileprotocoloptions Nntp - Nntp. The structure of
nntp
block is documented below. - object
Firewall stringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- oversize
Log string - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3
Object
Firewall Profileprotocoloptions Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group string - Name of the replacement message group to be used
- rpc
Over stringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Firewall Profileprotocoloptions Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Firewall Profileprotocoloptions Ssh - Ssh. The structure of
ssh
block is documented below. - switching
Protocols stringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs
Object
Firewall Profileprotocoloptions Cifs Args - Cifs. The structure of
cifs
block is documented below. - comment str
- Optional comments.
- dns
Object
Firewall Profileprotocoloptions Dns Args - Dns. The structure of
dns
block is documented below. - feature_
set str - Feature-Set. Valid values:
proxy
,flow
. - ftp
Object
Firewall Profileprotocoloptions Ftp Args - Ftp. The structure of
ftp
block is documented below. - http
Object
Firewall Profileprotocoloptions Http Args - Http. The structure of
http
block is documented below. - imap
Object
Firewall Profileprotocoloptions Imap Args - Imap. The structure of
imap
block is documented below. - mail_
signature ObjectFirewall Profileprotocoloptions Mail Signature Args - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi
Object
Firewall Profileprotocoloptions Mapi Args - Mapi. The structure of
mapi
block is documented below. - name str
- Name.
- nntp
Object
Firewall Profileprotocoloptions Nntp Args - Nntp. The structure of
nntp
block is documented below. - object_
firewall_ strprofileprotocoloptions_ id - an identifier for the resource with format {{name}}.
- oversize_
log str - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3
Object
Firewall Profileprotocoloptions Pop3Args - Pop3. The structure of
pop3
block is documented below. - replacemsg_
group str - Name of the replacement message group to be used
- rpc_
over_ strhttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp
Object
Firewall Profileprotocoloptions Smtp Args - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Firewall Profileprotocoloptions Ssh Args - Ssh. The structure of
ssh
block is documented below. - switching_
protocols_ strlog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - cifs Property Map
- Cifs. The structure of
cifs
block is documented below. - comment String
- Optional comments.
- dns Property Map
- Dns. The structure of
dns
block is documented below. - feature
Set String - Feature-Set. Valid values:
proxy
,flow
. - ftp Property Map
- Ftp. The structure of
ftp
block is documented below. - http Property Map
- Http. The structure of
http
block is documented below. - imap Property Map
- Imap. The structure of
imap
block is documented below. - mail
Signature Property Map - Mail-Signature. The structure of
mail_signature
block is documented below. - mapi Property Map
- Mapi. The structure of
mapi
block is documented below. - name String
- Name.
- nntp Property Map
- Nntp. The structure of
nntp
block is documented below. - object
Firewall StringProfileprotocoloptions Id - an identifier for the resource with format {{name}}.
- oversize
Log String - Enable/disable logging for antivirus oversize file blocking. Valid values:
disable
,enable
. - pop3 Property Map
- Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Name of the replacement message group to be used
- rpc
Over StringHttp - Enable/disable inspection of RPC over HTTP. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - smtp Property Map
- Smtp. The structure of
smtp
block is documented below. - ssh Property Map
- Ssh. The structure of
ssh
block is documented below. - switching
Protocols StringLog - Enable/disable logging for HTTP/HTTPS switching protocols. Valid values:
disable
,enable
.
Supporting Types
ObjectFirewallProfileprotocoloptionsCifs, ObjectFirewallProfileprotocoloptionsCifsArgs
- Domain
Controller string - Domain for which to decrypt CIFS traffic.
- File
Filter ObjectFirewall Profileprotocoloptions Cifs File Filter - File-Filter. The structure of
file_filter
block is documented below. - Options List<string>
- One or more options that can be applied to the session. Valid values:
oversize
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports List<double>
- Ports to scan for content (1 - 65535, default = 445).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Server
Credential stringType - CIFS server credential type. Valid values:
none
,credential-replication
,credential-keytab
. - Server
Keytabs List<ObjectFirewall Profileprotocoloptions Cifs Server Keytab> - Server-Keytab. The structure of
server_keytab
block is documented below. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Tcp
Window doubleMaximum - Maximum dynamic TCP window size (default = 8MB).
- Tcp
Window doubleMinimum - Minimum dynamic TCP window size (default = 128KB).
- Tcp
Window doubleSize - Set TCP static window size (default = 256KB).
- Tcp
Window stringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Domain
Controller string - Domain for which to decrypt CIFS traffic.
- File
Filter ObjectFirewall Profileprotocoloptions Cifs File Filter - File-Filter. The structure of
file_filter
block is documented below. - Options []string
- One or more options that can be applied to the session. Valid values:
oversize
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports []float64
- Ports to scan for content (1 - 65535, default = 445).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Server
Credential stringType - CIFS server credential type. Valid values:
none
,credential-replication
,credential-keytab
. - Server
Keytabs []ObjectFirewall Profileprotocoloptions Cifs Server Keytab Type - Server-Keytab. The structure of
server_keytab
block is documented below. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Tcp
Window float64Maximum - Maximum dynamic TCP window size (default = 8MB).
- Tcp
Window float64Minimum - Minimum dynamic TCP window size (default = 128KB).
- Tcp
Window float64Size - Set TCP static window size (default = 256KB).
- Tcp
Window stringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- domain
Controller String - Domain for which to decrypt CIFS traffic.
- file
Filter ObjectFirewall Profileprotocoloptions Cifs File Filter - File-Filter. The structure of
file_filter
block is documented below. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Double>
- Ports to scan for content (1 - 65535, default = 445).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server
Credential StringType - CIFS server credential type. Valid values:
none
,credential-replication
,credential-keytab
. - server
Keytabs List<ObjectFirewall Profileprotocoloptions Cifs Server Keytab> - Server-Keytab. The structure of
server_keytab
block is documented below. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - tcp
Window DoubleMaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp
Window DoubleMinimum - Minimum dynamic TCP window size (default = 128KB).
- tcp
Window DoubleSize - Set TCP static window size (default = 256KB).
- tcp
Window StringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- domain
Controller string - Domain for which to decrypt CIFS traffic.
- file
Filter ObjectFirewall Profileprotocoloptions Cifs File Filter - File-Filter. The structure of
file_filter
block is documented below. - options string[]
- One or more options that can be applied to the session. Valid values:
oversize
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports number[]
- Ports to scan for content (1 - 65535, default = 445).
- scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server
Credential stringType - CIFS server credential type. Valid values:
none
,credential-replication
,credential-keytab
. - server
Keytabs ObjectFirewall Profileprotocoloptions Cifs Server Keytab[] - Server-Keytab. The structure of
server_keytab
block is documented below. - status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - tcp
Window numberMaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp
Window numberMinimum - Minimum dynamic TCP window size (default = 128KB).
- tcp
Window numberSize - Set TCP static window size (default = 256KB).
- tcp
Window stringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- domain_
controller str - Domain for which to decrypt CIFS traffic.
- file_
filter ObjectFirewall Profileprotocoloptions Cifs File Filter - File-Filter. The structure of
file_filter
block is documented below. - options Sequence[str]
- One or more options that can be applied to the session. Valid values:
oversize
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports Sequence[float]
- Ports to scan for content (1 - 65535, default = 445).
- scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server_
credential_ strtype - CIFS server credential type. Valid values:
none
,credential-replication
,credential-keytab
. - server_
keytabs Sequence[ObjectFirewall Profileprotocoloptions Cifs Server Keytab] - Server-Keytab. The structure of
server_keytab
block is documented below. - status str
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - tcp_
window_ floatmaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp_
window_ floatminimum - Minimum dynamic TCP window size (default = 128KB).
- tcp_
window_ floatsize - Set TCP static window size (default = 256KB).
- tcp_
window_ strtype - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- domain
Controller String - Domain for which to decrypt CIFS traffic.
- file
Filter Property Map - File-Filter. The structure of
file_filter
block is documented below. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Number>
- Ports to scan for content (1 - 65535, default = 445).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server
Credential StringType - CIFS server credential type. Valid values:
none
,credential-replication
,credential-keytab
. - server
Keytabs List<Property Map> - Server-Keytab. The structure of
server_keytab
block is documented below. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - tcp
Window NumberMaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp
Window NumberMinimum - Minimum dynamic TCP window size (default = 128KB).
- tcp
Window NumberSize - Set TCP static window size (default = 256KB).
- tcp
Window StringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
ObjectFirewallProfileprotocoloptionsCifsFileFilter, ObjectFirewallProfileprotocoloptionsCifsFileFilterArgs
- Entries
List<Object
Firewall Profileprotocoloptions Cifs File Filter Entry> - Entries. The structure of
entries
block is documented below. - Log string
- Enable/disable file filter logging. Valid values:
disable
,enable
. - Status string
- Enable/disable file filter. Valid values:
disable
,enable
.
- Entries
[]Object
Firewall Profileprotocoloptions Cifs File Filter Entry - Entries. The structure of
entries
block is documented below. - Log string
- Enable/disable file filter logging. Valid values:
disable
,enable
. - Status string
- Enable/disable file filter. Valid values:
disable
,enable
.
- entries
List<Object
Firewall Profileprotocoloptions Cifs File Filter Entry> - Entries. The structure of
entries
block is documented below. - log String
- Enable/disable file filter logging. Valid values:
disable
,enable
. - status String
- Enable/disable file filter. Valid values:
disable
,enable
.
- entries
Object
Firewall Profileprotocoloptions Cifs File Filter Entry[] - Entries. The structure of
entries
block is documented below. - log string
- Enable/disable file filter logging. Valid values:
disable
,enable
. - status string
- Enable/disable file filter. Valid values:
disable
,enable
.
- entries
Sequence[Object
Firewall Profileprotocoloptions Cifs File Filter Entry] - Entries. The structure of
entries
block is documented below. - log str
- Enable/disable file filter logging. Valid values:
disable
,enable
. - status str
- Enable/disable file filter. Valid values:
disable
,enable
.
- entries List<Property Map>
- Entries. The structure of
entries
block is documented below. - log String
- Enable/disable file filter logging. Valid values:
disable
,enable
. - status String
- Enable/disable file filter. Valid values:
disable
,enable
.
ObjectFirewallProfileprotocoloptionsCifsFileFilterEntry, ObjectFirewallProfileprotocoloptionsCifsFileFilterEntryArgs
- Action string
- Action taken for matched file. Valid values:
log
,block
. - Comment string
- Comment.
- Direction string
- Match files transmitted in the session's originating or reply direction. Valid values:
any
,incoming
,outgoing
. - File
Types List<string> - Select file type.
- Filter string
- Add a file filter.
- Protocols List<string>
- Protocols to apply with. Valid values:
cifs
.
- Action string
- Action taken for matched file. Valid values:
log
,block
. - Comment string
- Comment.
- Direction string
- Match files transmitted in the session's originating or reply direction. Valid values:
any
,incoming
,outgoing
. - File
Types []string - Select file type.
- Filter string
- Add a file filter.
- Protocols []string
- Protocols to apply with. Valid values:
cifs
.
- action String
- Action taken for matched file. Valid values:
log
,block
. - comment String
- Comment.
- direction String
- Match files transmitted in the session's originating or reply direction. Valid values:
any
,incoming
,outgoing
. - file
Types List<String> - Select file type.
- filter String
- Add a file filter.
- protocols List<String>
- Protocols to apply with. Valid values:
cifs
.
- action string
- Action taken for matched file. Valid values:
log
,block
. - comment string
- Comment.
- direction string
- Match files transmitted in the session's originating or reply direction. Valid values:
any
,incoming
,outgoing
. - file
Types string[] - Select file type.
- filter string
- Add a file filter.
- protocols string[]
- Protocols to apply with. Valid values:
cifs
.
- action str
- Action taken for matched file. Valid values:
log
,block
. - comment str
- Comment.
- direction str
- Match files transmitted in the session's originating or reply direction. Valid values:
any
,incoming
,outgoing
. - file_
types Sequence[str] - Select file type.
- filter str
- Add a file filter.
- protocols Sequence[str]
- Protocols to apply with. Valid values:
cifs
.
- action String
- Action taken for matched file. Valid values:
log
,block
. - comment String
- Comment.
- direction String
- Match files transmitted in the session's originating or reply direction. Valid values:
any
,incoming
,outgoing
. - file
Types List<String> - Select file type.
- filter String
- Add a file filter.
- protocols List<String>
- Protocols to apply with. Valid values:
cifs
.
ObjectFirewallProfileprotocoloptionsCifsServerKeytab, ObjectFirewallProfileprotocoloptionsCifsServerKeytabArgs
ObjectFirewallProfileprotocoloptionsDns, ObjectFirewallProfileprotocoloptionsDnsArgs
ObjectFirewallProfileprotocoloptionsFtp, ObjectFirewallProfileprotocoloptionsFtpArgs
- Comfort
Amount double - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- Comfort
Interval double - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- Explicit
Ftp stringTls - Enable/disable FTP redirection for explicit FTPS. Valid values:
disable
,enable
. - Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options List<string>
- One or more options that can be applied to the session. Valid values:
clientcomfort
,no-content-summary
,oversize
,splice
,bypass-rest-command
,bypass-mode-command
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports List<double>
- Ports to scan for content (1 - 65535, default = 21).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Stream
Based doubleUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- Tcp
Window doubleMaximum - Maximum dynamic TCP window size.
- Tcp
Window doubleMinimum - Minimum dynamic TCP window size.
- Tcp
Window doubleSize - Set TCP static window size.
- Tcp
Window stringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Comfort
Amount float64 - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- Comfort
Interval float64 - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- Explicit
Ftp stringTls - Enable/disable FTP redirection for explicit FTPS. Valid values:
disable
,enable
. - Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options []string
- One or more options that can be applied to the session. Valid values:
clientcomfort
,no-content-summary
,oversize
,splice
,bypass-rest-command
,bypass-mode-command
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports []float64
- Ports to scan for content (1 - 65535, default = 21).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Stream
Based float64Uncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- Tcp
Window float64Maximum - Maximum dynamic TCP window size.
- Tcp
Window float64Minimum - Minimum dynamic TCP window size.
- Tcp
Window float64Size - Set TCP static window size.
- Tcp
Window stringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort
Amount Double - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval Double - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- explicit
Ftp StringTls - Enable/disable FTP redirection for explicit FTPS. Valid values:
disable
,enable
. - inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
clientcomfort
,no-content-summary
,oversize
,splice
,bypass-rest-command
,bypass-mode-command
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Double>
- Ports to scan for content (1 - 65535, default = 21).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream
Based DoubleUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp
Window DoubleMaximum - Maximum dynamic TCP window size.
- tcp
Window DoubleMinimum - Minimum dynamic TCP window size.
- tcp
Window DoubleSize - Set TCP static window size.
- tcp
Window StringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort
Amount number - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval number - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- explicit
Ftp stringTls - Enable/disable FTP redirection for explicit FTPS. Valid values:
disable
,enable
. - inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options string[]
- One or more options that can be applied to the session. Valid values:
clientcomfort
,no-content-summary
,oversize
,splice
,bypass-rest-command
,bypass-mode-command
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports number[]
- Ports to scan for content (1 - 65535, default = 21).
- scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream
Based numberUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp
Window numberMaximum - Maximum dynamic TCP window size.
- tcp
Window numberMinimum - Minimum dynamic TCP window size.
- tcp
Window numberSize - Set TCP static window size.
- tcp
Window stringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort_
amount float - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort_
interval float - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- explicit_
ftp_ strtls - Enable/disable FTP redirection for explicit FTPS. Valid values:
disable
,enable
. - inspect_
all str - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options Sequence[str]
- One or more options that can be applied to the session. Valid values:
clientcomfort
,no-content-summary
,oversize
,splice
,bypass-rest-command
,bypass-mode-command
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports Sequence[float]
- Ports to scan for content (1 - 65535, default = 21).
- scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl_
offloaded str - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status str
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream_
based_ floatuncompressed_ limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp_
window_ floatmaximum - Maximum dynamic TCP window size.
- tcp_
window_ floatminimum - Minimum dynamic TCP window size.
- tcp_
window_ floatsize - Set TCP static window size.
- tcp_
window_ strtype - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort
Amount Number - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval Number - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- explicit
Ftp StringTls - Enable/disable FTP redirection for explicit FTPS. Valid values:
disable
,enable
. - inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
clientcomfort
,no-content-summary
,oversize
,splice
,bypass-rest-command
,bypass-mode-command
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Number>
- Ports to scan for content (1 - 65535, default = 21).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream
Based NumberUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp
Window NumberMaximum - Maximum dynamic TCP window size.
- tcp
Window NumberMinimum - Minimum dynamic TCP window size.
- tcp
Window NumberSize - Set TCP static window size.
- tcp
Window StringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
ObjectFirewallProfileprotocoloptionsHttp, ObjectFirewallProfileprotocoloptionsHttpArgs
- Address
Ip stringRating - Enable/disable IP based URL rating. Valid values:
disable
,enable
. - Block
Page doubleStatus Code - Code number returned for blocked HTTP pages (non-FortiGuard only) (100 - 599, default = 403).
- Comfort
Amount double - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- Comfort
Interval double - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- Domain
Fronting string - Configure HTTP domain fronting (default = block). Valid values:
block
,monitor
,allow
. - Fortinet
Bar string - Fortinet-Bar. Valid values:
disable
,enable
. - Fortinet
Bar doublePort - Fortinet-Bar-Port.
- H2c string
- Enable/disable h2c HTTP connection upgrade. Valid values:
disable
,enable
. - Http
Policy string - Enable/disable HTTP policy check. Valid values:
disable
,enable
. - Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options List<string>
- One or more options that can be applied to the session. Valid values:
oversize
,chunkedbypass
,clientcomfort
,no-content-summary
,servercomfort
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports List<double>
- Ports to scan for content (1 - 65535, default = 80).
- Post
Langs List<string> - ID codes for character sets to be used to convert to UTF-8 for banned words and DLP on HTTP posts (maximum of 5 character sets). Valid values:
jisx0201
,jisx0208
,jisx0212
,gb2312
,ksc5601-ex
,euc-jp
,sjis
,iso2022-jp
,iso2022-jp-1
,iso2022-jp-2
,euc-cn
,ces-gbk
,hz
,ces-big5
,euc-kr
,iso2022-jp-3
,iso8859-1
,tis620
,cp874
,cp1252
,cp1251
. - Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Range
Block string - Enable/disable blocking of partial downloads. Valid values:
disable
,enable
. - Retry
Count double - Number of attempts to retry HTTP connection (0 - 100, default = 0).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Stream
Based doubleUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- Streaming
Content stringBypass - Enable/disable bypassing of streaming content from buffering. Valid values:
disable
,enable
. - Strip
XForwarded stringFor - Enable/disable stripping of HTTP X-Forwarded-For header. Valid values:
disable
,enable
. - Switching
Protocols string - Bypass from scanning, or block a connection that attempts to switch protocol. Valid values:
bypass
,block
. - Tcp
Window doubleMaximum - Maximum dynamic TCP window size (default = 8MB).
- Tcp
Window doubleMinimum - Minimum dynamic TCP window size (default = 128KB).
- Tcp
Window doubleSize - Set TCP static window size (default = 256KB).
- Tcp
Window stringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - Tunnel
Non stringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Unknown
Content stringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
. - Unknown
Http stringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
. - Verify
Dns stringFor Policy Matching - Enable/disable verification of DNS for policy matching. Valid values:
disable
,enable
.
- Address
Ip stringRating - Enable/disable IP based URL rating. Valid values:
disable
,enable
. - Block
Page float64Status Code - Code number returned for blocked HTTP pages (non-FortiGuard only) (100 - 599, default = 403).
- Comfort
Amount float64 - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- Comfort
Interval float64 - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- Domain
Fronting string - Configure HTTP domain fronting (default = block). Valid values:
block
,monitor
,allow
. - Fortinet
Bar string - Fortinet-Bar. Valid values:
disable
,enable
. - Fortinet
Bar float64Port - Fortinet-Bar-Port.
- H2c string
- Enable/disable h2c HTTP connection upgrade. Valid values:
disable
,enable
. - Http
Policy string - Enable/disable HTTP policy check. Valid values:
disable
,enable
. - Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options []string
- One or more options that can be applied to the session. Valid values:
oversize
,chunkedbypass
,clientcomfort
,no-content-summary
,servercomfort
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports []float64
- Ports to scan for content (1 - 65535, default = 80).
- Post
Langs []string - ID codes for character sets to be used to convert to UTF-8 for banned words and DLP on HTTP posts (maximum of 5 character sets). Valid values:
jisx0201
,jisx0208
,jisx0212
,gb2312
,ksc5601-ex
,euc-jp
,sjis
,iso2022-jp
,iso2022-jp-1
,iso2022-jp-2
,euc-cn
,ces-gbk
,hz
,ces-big5
,euc-kr
,iso2022-jp-3
,iso8859-1
,tis620
,cp874
,cp1252
,cp1251
. - Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Range
Block string - Enable/disable blocking of partial downloads. Valid values:
disable
,enable
. - Retry
Count float64 - Number of attempts to retry HTTP connection (0 - 100, default = 0).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Stream
Based float64Uncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- Streaming
Content stringBypass - Enable/disable bypassing of streaming content from buffering. Valid values:
disable
,enable
. - Strip
XForwarded stringFor - Enable/disable stripping of HTTP X-Forwarded-For header. Valid values:
disable
,enable
. - Switching
Protocols string - Bypass from scanning, or block a connection that attempts to switch protocol. Valid values:
bypass
,block
. - Tcp
Window float64Maximum - Maximum dynamic TCP window size (default = 8MB).
- Tcp
Window float64Minimum - Minimum dynamic TCP window size (default = 128KB).
- Tcp
Window float64Size - Set TCP static window size (default = 256KB).
- Tcp
Window stringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - Tunnel
Non stringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Unknown
Content stringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
. - Unknown
Http stringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
. - Verify
Dns stringFor Policy Matching - Enable/disable verification of DNS for policy matching. Valid values:
disable
,enable
.
- address
Ip StringRating - Enable/disable IP based URL rating. Valid values:
disable
,enable
. - block
Page DoubleStatus Code - Code number returned for blocked HTTP pages (non-FortiGuard only) (100 - 599, default = 403).
- comfort
Amount Double - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval Double - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- domain
Fronting String - Configure HTTP domain fronting (default = block). Valid values:
block
,monitor
,allow
. - fortinet
Bar String - Fortinet-Bar. Valid values:
disable
,enable
. - fortinet
Bar DoublePort - Fortinet-Bar-Port.
- h2c String
- Enable/disable h2c HTTP connection upgrade. Valid values:
disable
,enable
. - http
Policy String - Enable/disable HTTP policy check. Valid values:
disable
,enable
. - inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,chunkedbypass
,clientcomfort
,no-content-summary
,servercomfort
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Double>
- Ports to scan for content (1 - 65535, default = 80).
- post
Langs List<String> - ID codes for character sets to be used to convert to UTF-8 for banned words and DLP on HTTP posts (maximum of 5 character sets). Valid values:
jisx0201
,jisx0208
,jisx0212
,gb2312
,ksc5601-ex
,euc-jp
,sjis
,iso2022-jp
,iso2022-jp-1
,iso2022-jp-2
,euc-cn
,ces-gbk
,hz
,ces-big5
,euc-kr
,iso2022-jp-3
,iso8859-1
,tis620
,cp874
,cp1252
,cp1251
. - proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - range
Block String - Enable/disable blocking of partial downloads. Valid values:
disable
,enable
. - retry
Count Double - Number of attempts to retry HTTP connection (0 - 100, default = 0).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream
Based DoubleUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- streaming
Content StringBypass - Enable/disable bypassing of streaming content from buffering. Valid values:
disable
,enable
. - strip
XForwarded StringFor - Enable/disable stripping of HTTP X-Forwarded-For header. Valid values:
disable
,enable
. - switching
Protocols String - Bypass from scanning, or block a connection that attempts to switch protocol. Valid values:
bypass
,block
. - tcp
Window DoubleMaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp
Window DoubleMinimum - Minimum dynamic TCP window size (default = 128KB).
- tcp
Window DoubleSize - Set TCP static window size (default = 256KB).
- tcp
Window StringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - tunnel
Non StringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- unknown
Content StringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
. - unknown
Http StringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
. - verify
Dns StringFor Policy Matching - Enable/disable verification of DNS for policy matching. Valid values:
disable
,enable
.
- address
Ip stringRating - Enable/disable IP based URL rating. Valid values:
disable
,enable
. - block
Page numberStatus Code - Code number returned for blocked HTTP pages (non-FortiGuard only) (100 - 599, default = 403).
- comfort
Amount number - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval number - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- domain
Fronting string - Configure HTTP domain fronting (default = block). Valid values:
block
,monitor
,allow
. - fortinet
Bar string - Fortinet-Bar. Valid values:
disable
,enable
. - fortinet
Bar numberPort - Fortinet-Bar-Port.
- h2c string
- Enable/disable h2c HTTP connection upgrade. Valid values:
disable
,enable
. - http
Policy string - Enable/disable HTTP policy check. Valid values:
disable
,enable
. - inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options string[]
- One or more options that can be applied to the session. Valid values:
oversize
,chunkedbypass
,clientcomfort
,no-content-summary
,servercomfort
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports number[]
- Ports to scan for content (1 - 65535, default = 80).
- post
Langs string[] - ID codes for character sets to be used to convert to UTF-8 for banned words and DLP on HTTP posts (maximum of 5 character sets). Valid values:
jisx0201
,jisx0208
,jisx0212
,gb2312
,ksc5601-ex
,euc-jp
,sjis
,iso2022-jp
,iso2022-jp-1
,iso2022-jp-2
,euc-cn
,ces-gbk
,hz
,ces-big5
,euc-kr
,iso2022-jp-3
,iso8859-1
,tis620
,cp874
,cp1252
,cp1251
. - proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - range
Block string - Enable/disable blocking of partial downloads. Valid values:
disable
,enable
. - retry
Count number - Number of attempts to retry HTTP connection (0 - 100, default = 0).
- scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream
Based numberUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- streaming
Content stringBypass - Enable/disable bypassing of streaming content from buffering. Valid values:
disable
,enable
. - strip
XForwarded stringFor - Enable/disable stripping of HTTP X-Forwarded-For header. Valid values:
disable
,enable
. - switching
Protocols string - Bypass from scanning, or block a connection that attempts to switch protocol. Valid values:
bypass
,block
. - tcp
Window numberMaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp
Window numberMinimum - Minimum dynamic TCP window size (default = 128KB).
- tcp
Window numberSize - Set TCP static window size (default = 256KB).
- tcp
Window stringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - tunnel
Non stringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- unknown
Content stringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
. - unknown
Http stringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
. - verify
Dns stringFor Policy Matching - Enable/disable verification of DNS for policy matching. Valid values:
disable
,enable
.
- address_
ip_ strrating - Enable/disable IP based URL rating. Valid values:
disable
,enable
. - block_
page_ floatstatus_ code - Code number returned for blocked HTTP pages (non-FortiGuard only) (100 - 599, default = 403).
- comfort_
amount float - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort_
interval float - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- domain_
fronting str - Configure HTTP domain fronting (default = block). Valid values:
block
,monitor
,allow
. - fortinet_
bar str - Fortinet-Bar. Valid values:
disable
,enable
. - fortinet_
bar_ floatport - Fortinet-Bar-Port.
- h2c str
- Enable/disable h2c HTTP connection upgrade. Valid values:
disable
,enable
. - http_
policy str - Enable/disable HTTP policy check. Valid values:
disable
,enable
. - inspect_
all str - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options Sequence[str]
- One or more options that can be applied to the session. Valid values:
oversize
,chunkedbypass
,clientcomfort
,no-content-summary
,servercomfort
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports Sequence[float]
- Ports to scan for content (1 - 65535, default = 80).
- post_
langs Sequence[str] - ID codes for character sets to be used to convert to UTF-8 for banned words and DLP on HTTP posts (maximum of 5 character sets). Valid values:
jisx0201
,jisx0208
,jisx0212
,gb2312
,ksc5601-ex
,euc-jp
,sjis
,iso2022-jp
,iso2022-jp-1
,iso2022-jp-2
,euc-cn
,ces-gbk
,hz
,ces-big5
,euc-kr
,iso2022-jp-3
,iso8859-1
,tis620
,cp874
,cp1252
,cp1251
. - proxy_
after_ strtcp_ handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - range_
block str - Enable/disable blocking of partial downloads. Valid values:
disable
,enable
. - retry_
count float - Number of attempts to retry HTTP connection (0 - 100, default = 0).
- scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl_
offloaded str - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status str
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream_
based_ floatuncompressed_ limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- streaming_
content_ strbypass - Enable/disable bypassing of streaming content from buffering. Valid values:
disable
,enable
. - strip_
x_ strforwarded_ for - Enable/disable stripping of HTTP X-Forwarded-For header. Valid values:
disable
,enable
. - switching_
protocols str - Bypass from scanning, or block a connection that attempts to switch protocol. Valid values:
bypass
,block
. - tcp_
window_ floatmaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp_
window_ floatminimum - Minimum dynamic TCP window size (default = 128KB).
- tcp_
window_ floatsize - Set TCP static window size (default = 256KB).
- tcp_
window_ strtype - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - tunnel_
non_ strhttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- unknown_
content_ strencoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
. - unknown_
http_ strversion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
. - verify_
dns_ strfor_ policy_ matching - Enable/disable verification of DNS for policy matching. Valid values:
disable
,enable
.
- address
Ip StringRating - Enable/disable IP based URL rating. Valid values:
disable
,enable
. - block
Page NumberStatus Code - Code number returned for blocked HTTP pages (non-FortiGuard only) (100 - 599, default = 403).
- comfort
Amount Number - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval Number - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- domain
Fronting String - Configure HTTP domain fronting (default = block). Valid values:
block
,monitor
,allow
. - fortinet
Bar String - Fortinet-Bar. Valid values:
disable
,enable
. - fortinet
Bar NumberPort - Fortinet-Bar-Port.
- h2c String
- Enable/disable h2c HTTP connection upgrade. Valid values:
disable
,enable
. - http
Policy String - Enable/disable HTTP policy check. Valid values:
disable
,enable
. - inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,chunkedbypass
,clientcomfort
,no-content-summary
,servercomfort
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Number>
- Ports to scan for content (1 - 65535, default = 80).
- post
Langs List<String> - ID codes for character sets to be used to convert to UTF-8 for banned words and DLP on HTTP posts (maximum of 5 character sets). Valid values:
jisx0201
,jisx0208
,jisx0212
,gb2312
,ksc5601-ex
,euc-jp
,sjis
,iso2022-jp
,iso2022-jp-1
,iso2022-jp-2
,euc-cn
,ces-gbk
,hz
,ces-big5
,euc-kr
,iso2022-jp-3
,iso8859-1
,tis620
,cp874
,cp1252
,cp1251
. - proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - range
Block String - Enable/disable blocking of partial downloads. Valid values:
disable
,enable
. - retry
Count Number - Number of attempts to retry HTTP connection (0 - 100, default = 0).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - stream
Based NumberUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- streaming
Content StringBypass - Enable/disable bypassing of streaming content from buffering. Valid values:
disable
,enable
. - strip
XForwarded StringFor - Enable/disable stripping of HTTP X-Forwarded-For header. Valid values:
disable
,enable
. - switching
Protocols String - Bypass from scanning, or block a connection that attempts to switch protocol. Valid values:
bypass
,block
. - tcp
Window NumberMaximum - Maximum dynamic TCP window size (default = 8MB).
- tcp
Window NumberMinimum - Minimum dynamic TCP window size (default = 128KB).
- tcp
Window NumberSize - Set TCP static window size (default = 256KB).
- tcp
Window StringType - Specify type of TCP window to use for this protocol. Valid values:
system
,static
,dynamic
. - tunnel
Non StringHttp - Configure how to process non-HTTP traffic when a profile configured for HTTP traffic accepts a non-HTTP session. Can occur if an application sends non-HTTP traffic using an HTTP destination port. Valid values:
disable
,enable
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- unknown
Content StringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
. - unknown
Http StringVersion - How to handle HTTP sessions that do not comply with HTTP 0.9, 1.0, or 1.1. Valid values:
best-effort
,reject
,tunnel
. - verify
Dns StringFor Policy Matching - Enable/disable verification of DNS for policy matching. Valid values:
disable
,enable
.
ObjectFirewallProfileprotocoloptionsImap, ObjectFirewallProfileprotocoloptionsImapArgs
- Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options List<string>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports List<double>
- Ports to scan for content (1 - 65535, default = 143).
- Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options []string
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports []float64
- Ports to scan for content (1 - 65535, default = 143).
- Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Double>
- Ports to scan for content (1 - 65535, default = 143).
- proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options string[]
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports number[]
- Ports to scan for content (1 - 65535, default = 143).
- proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect_
all str - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options Sequence[str]
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports Sequence[float]
- Ports to scan for content (1 - 65535, default = 143).
- proxy_
after_ strtcp_ handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl_
offloaded str - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status str
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Number>
- Ports to scan for content (1 - 65535, default = 143).
- proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
ObjectFirewallProfileprotocoloptionsMailSignature, ObjectFirewallProfileprotocoloptionsMailSignatureArgs
ObjectFirewallProfileprotocoloptionsMapi, ObjectFirewallProfileprotocoloptionsMapiArgs
- Options List<string>
- One or more options that can be applied to the session. Valid values:
fragmail
,oversize
,no-content-summary
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports List<double>
- Ports to scan for content (1 - 65535, default = 135).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Options []string
- One or more options that can be applied to the session. Valid values:
fragmail
,oversize
,no-content-summary
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports []float64
- Ports to scan for content (1 - 65535, default = 135).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- options List<String>
- One or more options that can be applied to the session. Valid values:
fragmail
,oversize
,no-content-summary
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Double>
- Ports to scan for content (1 - 65535, default = 135).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- options string[]
- One or more options that can be applied to the session. Valid values:
fragmail
,oversize
,no-content-summary
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports number[]
- Ports to scan for content (1 - 65535, default = 135).
- scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- options Sequence[str]
- One or more options that can be applied to the session. Valid values:
fragmail
,oversize
,no-content-summary
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports Sequence[float]
- Ports to scan for content (1 - 65535, default = 135).
- scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status str
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- options List<String>
- One or more options that can be applied to the session. Valid values:
fragmail
,oversize
,no-content-summary
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Number>
- Ports to scan for content (1 - 65535, default = 135).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
ObjectFirewallProfileprotocoloptionsNntp, ObjectFirewallProfileprotocoloptionsNntpArgs
- Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options List<string>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports List<double>
- Ports to scan for content (1 - 65535, default = 110).
- Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options []string
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports []float64
- Ports to scan for content (1 - 65535, default = 110).
- Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Double>
- Ports to scan for content (1 - 65535, default = 110).
- proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options string[]
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports number[]
- Ports to scan for content (1 - 65535, default = 110).
- proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect_
all str - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options Sequence[str]
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports Sequence[float]
- Ports to scan for content (1 - 65535, default = 110).
- proxy_
after_ strtcp_ handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status str
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Number>
- Ports to scan for content (1 - 65535, default = 110).
- proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
ObjectFirewallProfileprotocoloptionsPop3, ObjectFirewallProfileprotocoloptionsPop3Args
- Inspect
All string - Options List<string>
- Oversize
Limit double - Ports List<double>
- Proxy
After stringTcp Handshake - Scan
Bzip2 string - Ssl
Offloaded string - Status string
- Uncompressed
Nest doubleLimit - Uncompressed
Oversize doubleLimit
- Inspect
All string - Options []string
- Oversize
Limit float64 - Ports []float64
- Proxy
After stringTcp Handshake - Scan
Bzip2 string - Ssl
Offloaded string - Status string
- Uncompressed
Nest float64Limit - Uncompressed
Oversize float64Limit
- inspect
All String - options List<String>
- oversize
Limit Double - ports List<Double>
- proxy
After StringTcp Handshake - scan
Bzip2 String - ssl
Offloaded String - status String
- uncompressed
Nest DoubleLimit - uncompressed
Oversize DoubleLimit
- inspect
All string - options string[]
- oversize
Limit number - ports number[]
- proxy
After stringTcp Handshake - scan
Bzip2 string - ssl
Offloaded string - status string
- uncompressed
Nest numberLimit - uncompressed
Oversize numberLimit
- inspect_
all str - options Sequence[str]
- oversize_
limit float - ports Sequence[float]
- proxy_
after_ strtcp_ handshake - scan_
bzip2 str - ssl_
offloaded str - status str
- uncompressed_
nest_ floatlimit - uncompressed_
oversize_ floatlimit
- inspect
All String - options List<String>
- oversize
Limit Number - ports List<Number>
- proxy
After StringTcp Handshake - scan
Bzip2 String - ssl
Offloaded String - status String
- uncompressed
Nest NumberLimit - uncompressed
Oversize NumberLimit
ObjectFirewallProfileprotocoloptionsSmtp, ObjectFirewallProfileprotocoloptionsSmtpArgs
- Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options List<string>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
,splice
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports List<double>
- Ports to scan for content (1 - 65535, default = 25).
- Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Server
Busy string - Enable/disable SMTP server busy when server not available. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - Options []string
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
,splice
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Ports []float64
- Ports to scan for content (1 - 65535, default = 25).
- Proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Server
Busy string - Enable/disable SMTP server busy when server not available. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
,splice
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Double>
- Ports to scan for content (1 - 65535, default = 25).
- proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server
Busy String - Enable/disable SMTP server busy when server not available. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All string - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options string[]
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
,splice
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports number[]
- Ports to scan for content (1 - 65535, default = 25).
- proxy
After stringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server
Busy string - Enable/disable SMTP server busy when server not available. Valid values:
disable
,enable
. - ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status string
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect_
all str - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options Sequence[str]
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
,splice
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports Sequence[float]
- Ports to scan for content (1 - 65535, default = 25).
- proxy_
after_ strtcp_ handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server_
busy str - Enable/disable SMTP server busy when server not available. Valid values:
disable
,enable
. - ssl_
offloaded str - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status str
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- inspect
All String - Enable/disable the inspection of all ports for the protocol. Valid values:
disable
,enable
. - options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,fragmail
,no-content-summary
,splice
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- ports List<Number>
- Ports to scan for content (1 - 65535, default = 25).
- proxy
After StringTcp Handshake - Proxy traffic after the TCP 3-way handshake has been established (not before). Valid values:
disable
,enable
. - scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - server
Busy String - Enable/disable SMTP server busy when server not available. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - status String
- Enable/disable the active status of scanning for this protocol. Valid values:
disable
,enable
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
ObjectFirewallProfileprotocoloptionsSsh, ObjectFirewallProfileprotocoloptionsSshArgs
- Comfort
Amount double - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- Comfort
Interval double - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- Options List<string>
- One or more options that can be applied to the session. Valid values:
oversize
,clientcomfort
,servercomfort
. - Oversize
Limit double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Stream
Based doubleUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- Tcp
Window doubleMaximum - Maximum dynamic TCP window size.
- Tcp
Window doubleMinimum - Minimum dynamic TCP window size.
- Tcp
Window doubleSize - Set TCP static window size.
- Tcp
Window stringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - Uncompressed
Nest doubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize doubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- Comfort
Amount float64 - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- Comfort
Interval float64 - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- Options []string
- One or more options that can be applied to the session. Valid values:
oversize
,clientcomfort
,servercomfort
. - Oversize
Limit float64 - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- Scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - Ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - Stream
Based float64Uncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- Tcp
Window float64Maximum - Maximum dynamic TCP window size.
- Tcp
Window float64Minimum - Minimum dynamic TCP window size.
- Tcp
Window float64Size - Set TCP static window size.
- Tcp
Window stringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - Uncompressed
Nest float64Limit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- Uncompressed
Oversize float64Limit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort
Amount Double - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval Double - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,clientcomfort
,servercomfort
. - oversize
Limit Double - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - stream
Based DoubleUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp
Window DoubleMaximum - Maximum dynamic TCP window size.
- tcp
Window DoubleMinimum - Minimum dynamic TCP window size.
- tcp
Window DoubleSize - Set TCP static window size.
- tcp
Window StringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest DoubleLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize DoubleLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort
Amount number - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval number - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- options string[]
- One or more options that can be applied to the session. Valid values:
oversize
,clientcomfort
,servercomfort
. - oversize
Limit number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- scan
Bzip2 string - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded string - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - stream
Based numberUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp
Window numberMaximum - Maximum dynamic TCP window size.
- tcp
Window numberMinimum - Minimum dynamic TCP window size.
- tcp
Window numberSize - Set TCP static window size.
- tcp
Window stringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest numberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize numberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort_
amount float - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort_
interval float - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- options Sequence[str]
- One or more options that can be applied to the session. Valid values:
oversize
,clientcomfort
,servercomfort
. - oversize_
limit float - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- scan_
bzip2 str - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl_
offloaded str - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - stream_
based_ floatuncompressed_ limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp_
window_ floatmaximum - Maximum dynamic TCP window size.
- tcp_
window_ floatminimum - Minimum dynamic TCP window size.
- tcp_
window_ floatsize - Set TCP static window size.
- tcp_
window_ strtype - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed_
nest_ floatlimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed_
oversize_ floatlimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
- comfort
Amount Number - Amount of data to send in a transmission for client comforting (1 - 65535 bytes, default = 1).
- comfort
Interval Number - Period of time between start, or last transmission, and the next client comfort transmission of data (1 - 900 sec, default = 10).
- options List<String>
- One or more options that can be applied to the session. Valid values:
oversize
,clientcomfort
,servercomfort
. - oversize
Limit Number - Maximum in-memory file size that can be scanned (1 - 383 MB, default = 10).
- scan
Bzip2 String - Enable/disable scanning of BZip2 compressed files. Valid values:
disable
,enable
. - ssl
Offloaded String - SSL decryption and encryption performed by an external device. Valid values:
no
,yes
. - stream
Based NumberUncompressed Limit - Maximum stream-based uncompressed data size that will be scanned (MB, 0 = unlimited (default). Stream-based uncompression used only under certain conditions.).
- tcp
Window NumberMaximum - Maximum dynamic TCP window size.
- tcp
Window NumberMinimum - Minimum dynamic TCP window size.
- tcp
Window NumberSize - Set TCP static window size.
- tcp
Window StringType - TCP window type to use for this protocol. Valid values:
system
,static
,dynamic
. - uncompressed
Nest NumberLimit - Maximum nested levels of compression that can be uncompressed and scanned (2 - 100, default = 12).
- uncompressed
Oversize NumberLimit - Maximum in-memory uncompressed file size that can be scanned (0 - 383 MB, 0 = unlimited, default = 10).
Import
ObjectFirewall ProfileProtocolOptions can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallProfileprotocoloptions:ObjectFirewallProfileprotocoloptions labelname {{name}}
$ 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.