fortimanager.ObjectAntivirusProfile
Explore with Pulumi AI
Configure AntiVirus profiles.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
cifs
:fortimanager.ObjectAntivirusProfileCifs
content_disarm
:fortimanager.ObjectAntivirusProfileContentdisarm
ftp
:fortimanager.ObjectAntivirusProfileFtp
http
:fortimanager.ObjectAntivirusProfileHttp
imap
:fortimanager.ObjectAntivirusProfileImap
mapi
:fortimanager.ObjectAntivirusProfileMapi
nac_quar
:fortimanager.ObjectAntivirusProfileNacquar
nntp
:fortimanager.ObjectAntivirusProfileNntp
outbreak_prevention
:fortimanager.ObjectAntivirusProfileOutbreakprevention
pop3
:fortimanager.ObjectAntivirusProfilePop3
smb
:fortimanager_object_antivirus_profile_smb
smtp
:fortimanager.ObjectAntivirusProfileSmtp
ssh
:fortimanager.ObjectAntivirusProfileSsh
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectAntivirusProfile("trname", {
analyticsDb: "disable",
analyticsMaxUpload: 20,
avBlockLog: "disable",
avVirusLog: "disable",
comment: "tefv comment",
extendedLog: "disable",
ftgdAnalytics: "disable",
mobileMalwareDb: "disable",
scanMode: "default",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectAntivirusProfile("trname",
analytics_db="disable",
analytics_max_upload=20,
av_block_log="disable",
av_virus_log="disable",
comment="tefv comment",
extended_log="disable",
ftgd_analytics="disable",
mobile_malware_db="disable",
scan_mode="default")
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.NewObjectAntivirusProfile(ctx, "trname", &fortimanager.ObjectAntivirusProfileArgs{
AnalyticsDb: pulumi.String("disable"),
AnalyticsMaxUpload: pulumi.Float64(20),
AvBlockLog: pulumi.String("disable"),
AvVirusLog: pulumi.String("disable"),
Comment: pulumi.String("tefv comment"),
ExtendedLog: pulumi.String("disable"),
FtgdAnalytics: pulumi.String("disable"),
MobileMalwareDb: pulumi.String("disable"),
ScanMode: pulumi.String("default"),
})
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.ObjectAntivirusProfile("trname", new()
{
AnalyticsDb = "disable",
AnalyticsMaxUpload = 20,
AvBlockLog = "disable",
AvVirusLog = "disable",
Comment = "tefv comment",
ExtendedLog = "disable",
FtgdAnalytics = "disable",
MobileMalwareDb = "disable",
ScanMode = "default",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectAntivirusProfile;
import com.pulumi.fortimanager.ObjectAntivirusProfileArgs;
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 ObjectAntivirusProfile("trname", ObjectAntivirusProfileArgs.builder()
.analyticsDb("disable")
.analyticsMaxUpload(20)
.avBlockLog("disable")
.avVirusLog("disable")
.comment("tefv comment")
.extendedLog("disable")
.ftgdAnalytics("disable")
.mobileMalwareDb("disable")
.scanMode("default")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectAntivirusProfile
properties:
analyticsDb: disable
analyticsMaxUpload: 20
avBlockLog: disable
avVirusLog: disable
comment: tefv comment
extendedLog: disable
ftgdAnalytics: disable
mobileMalwareDb: disable
scanMode: default
Create ObjectAntivirusProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectAntivirusProfile(name: string, args?: ObjectAntivirusProfileArgs, opts?: CustomResourceOptions);
@overload
def ObjectAntivirusProfile(resource_name: str,
args: Optional[ObjectAntivirusProfileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectAntivirusProfile(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
analytics_accept_filetype: Optional[str] = None,
analytics_bl_filetype: Optional[str] = None,
analytics_db: Optional[str] = None,
analytics_ignore_filetype: Optional[str] = None,
analytics_max_upload: Optional[float] = None,
analytics_wl_filetype: Optional[str] = None,
av_block_log: Optional[str] = None,
av_virus_log: Optional[str] = None,
cifs: Optional[ObjectAntivirusProfileCifsArgs] = None,
comment: Optional[str] = None,
content_disarm: Optional[ObjectAntivirusProfileContentDisarmArgs] = None,
ems_threat_feed: Optional[str] = None,
extended_log: Optional[str] = None,
external_blocklist_archive_scan: Optional[str] = None,
external_blocklist_enable_all: Optional[str] = None,
external_blocklists: Optional[Sequence[str]] = None,
feature_set: Optional[str] = None,
fortiai_error_action: Optional[str] = None,
fortiai_timeout_action: Optional[str] = None,
fortindr_error_action: Optional[str] = None,
fortindr_timeout_action: Optional[str] = None,
fortisandbox_error_action: Optional[str] = None,
fortisandbox_max_upload: Optional[float] = None,
fortisandbox_mode: Optional[str] = None,
fortisandbox_timeout_action: Optional[str] = None,
ftgd_analytics: Optional[str] = None,
ftp: Optional[ObjectAntivirusProfileFtpArgs] = None,
http: Optional[ObjectAntivirusProfileHttpArgs] = None,
imap: Optional[ObjectAntivirusProfileImapArgs] = None,
inspection_mode: Optional[str] = None,
mapi: Optional[ObjectAntivirusProfileMapiArgs] = None,
mobile_malware_db: Optional[str] = None,
nac_quar: Optional[ObjectAntivirusProfileNacQuarArgs] = None,
name: Optional[str] = None,
nntp: Optional[ObjectAntivirusProfileNntpArgs] = None,
object_antivirus_profile_id: Optional[str] = None,
outbreak_prevention: Optional[ObjectAntivirusProfileOutbreakPreventionArgs] = None,
outbreak_prevention_archive_scan: Optional[str] = None,
pop3: Optional[ObjectAntivirusProfilePop3Args] = None,
replacemsg_group: Optional[str] = None,
scan_mode: Optional[str] = None,
scopetype: Optional[str] = None,
smb: Optional[ObjectAntivirusProfileSmbArgs] = None,
smtp: Optional[ObjectAntivirusProfileSmtpArgs] = None,
ssh: Optional[ObjectAntivirusProfileSshArgs] = None)
func NewObjectAntivirusProfile(ctx *Context, name string, args *ObjectAntivirusProfileArgs, opts ...ResourceOption) (*ObjectAntivirusProfile, error)
public ObjectAntivirusProfile(string name, ObjectAntivirusProfileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectAntivirusProfile(String name, ObjectAntivirusProfileArgs args)
public ObjectAntivirusProfile(String name, ObjectAntivirusProfileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectAntivirusProfile
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 ObjectAntivirusProfileArgs
- 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 ObjectAntivirusProfileArgs
- 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 ObjectAntivirusProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectAntivirusProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectAntivirusProfileArgs
- 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 objectAntivirusProfileResource = new Fortimanager.ObjectAntivirusProfile("objectAntivirusProfileResource", new()
{
Adom = "string",
AnalyticsAcceptFiletype = "string",
AnalyticsBlFiletype = "string",
AnalyticsDb = "string",
AnalyticsIgnoreFiletype = "string",
AnalyticsMaxUpload = 0,
AnalyticsWlFiletype = "string",
AvBlockLog = "string",
AvVirusLog = "string",
Cifs = new Fortimanager.Inputs.ObjectAntivirusProfileCifsArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
Emulator = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
Comment = "string",
ContentDisarm = new Fortimanager.Inputs.ObjectAntivirusProfileContentDisarmArgs
{
AnalyticsSuspicious = "string",
CoverPage = "string",
DetectOnly = "string",
ErrorAction = "string",
OfficeAction = "string",
OfficeDde = "string",
OfficeEmbed = "string",
OfficeHylink = "string",
OfficeLinked = "string",
OfficeMacro = "string",
OriginalFileDestination = "string",
PdfActForm = "string",
PdfActGotor = "string",
PdfActJava = "string",
PdfActLaunch = "string",
PdfActMovie = "string",
PdfActSound = "string",
PdfEmbedfile = "string",
PdfHyperlink = "string",
PdfJavacode = "string",
},
EmsThreatFeed = "string",
ExtendedLog = "string",
ExternalBlocklistArchiveScan = "string",
ExternalBlocklistEnableAll = "string",
ExternalBlocklists = new[]
{
"string",
},
FeatureSet = "string",
FortiaiErrorAction = "string",
FortiaiTimeoutAction = "string",
FortindrErrorAction = "string",
FortindrTimeoutAction = "string",
FortisandboxErrorAction = "string",
FortisandboxMaxUpload = 0,
FortisandboxMode = "string",
FortisandboxTimeoutAction = "string",
FtgdAnalytics = "string",
Ftp = new Fortimanager.Inputs.ObjectAntivirusProfileFtpArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
Emulator = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
Http = new Fortimanager.Inputs.ObjectAntivirusProfileHttpArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvOptimize = "string",
AvScan = "string",
ContentDisarm = "string",
Emulator = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
UnknownContentEncoding = "string",
},
Imap = new Fortimanager.Inputs.ObjectAntivirusProfileImapArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
ContentDisarm = "string",
Emulator = "string",
Executables = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
InspectionMode = "string",
Mapi = new Fortimanager.Inputs.ObjectAntivirusProfileMapiArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
Emulator = "string",
Executables = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
MobileMalwareDb = "string",
NacQuar = new Fortimanager.Inputs.ObjectAntivirusProfileNacQuarArgs
{
Expiry = "string",
Infected = "string",
Log = "string",
},
Name = "string",
Nntp = new Fortimanager.Inputs.ObjectAntivirusProfileNntpArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
Emulator = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
ObjectAntivirusProfileId = "string",
OutbreakPrevention = new Fortimanager.Inputs.ObjectAntivirusProfileOutbreakPreventionArgs
{
ExternalBlocklist = "string",
FtgdService = "string",
},
OutbreakPreventionArchiveScan = "string",
Pop3 = new Fortimanager.Inputs.ObjectAntivirusProfilePop3Args
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
ContentDisarm = "string",
Emulator = "string",
Executables = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
ReplacemsgGroup = "string",
ScanMode = "string",
Scopetype = "string",
Smb = new Fortimanager.Inputs.ObjectAntivirusProfileSmbArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
Emulator = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
},
Smtp = new Fortimanager.Inputs.ObjectAntivirusProfileSmtpArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
ContentDisarm = "string",
Emulator = "string",
Executables = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
Ssh = new Fortimanager.Inputs.ObjectAntivirusProfileSshArgs
{
ArchiveBlocks = new[]
{
"string",
},
ArchiveLogs = new[]
{
"string",
},
AvScan = "string",
Emulator = "string",
ExternalBlocklist = "string",
Fortiai = "string",
Fortindr = "string",
Fortisandbox = "string",
Options = new[]
{
"string",
},
OutbreakPrevention = "string",
Quarantine = "string",
},
});
example, err := fortimanager.NewObjectAntivirusProfile(ctx, "objectAntivirusProfileResource", &fortimanager.ObjectAntivirusProfileArgs{
Adom: pulumi.String("string"),
AnalyticsAcceptFiletype: pulumi.String("string"),
AnalyticsBlFiletype: pulumi.String("string"),
AnalyticsDb: pulumi.String("string"),
AnalyticsIgnoreFiletype: pulumi.String("string"),
AnalyticsMaxUpload: pulumi.Float64(0),
AnalyticsWlFiletype: pulumi.String("string"),
AvBlockLog: pulumi.String("string"),
AvVirusLog: pulumi.String("string"),
Cifs: &.ObjectAntivirusProfileCifsTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
Emulator: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
Comment: pulumi.String("string"),
ContentDisarm: &.ObjectAntivirusProfileContentDisarmTypeArgs{
AnalyticsSuspicious: pulumi.String("string"),
CoverPage: pulumi.String("string"),
DetectOnly: pulumi.String("string"),
ErrorAction: pulumi.String("string"),
OfficeAction: pulumi.String("string"),
OfficeDde: pulumi.String("string"),
OfficeEmbed: pulumi.String("string"),
OfficeHylink: pulumi.String("string"),
OfficeLinked: pulumi.String("string"),
OfficeMacro: pulumi.String("string"),
OriginalFileDestination: pulumi.String("string"),
PdfActForm: pulumi.String("string"),
PdfActGotor: pulumi.String("string"),
PdfActJava: pulumi.String("string"),
PdfActLaunch: pulumi.String("string"),
PdfActMovie: pulumi.String("string"),
PdfActSound: pulumi.String("string"),
PdfEmbedfile: pulumi.String("string"),
PdfHyperlink: pulumi.String("string"),
PdfJavacode: pulumi.String("string"),
},
EmsThreatFeed: pulumi.String("string"),
ExtendedLog: pulumi.String("string"),
ExternalBlocklistArchiveScan: pulumi.String("string"),
ExternalBlocklistEnableAll: pulumi.String("string"),
ExternalBlocklists: pulumi.StringArray{
pulumi.String("string"),
},
FeatureSet: pulumi.String("string"),
FortiaiErrorAction: pulumi.String("string"),
FortiaiTimeoutAction: pulumi.String("string"),
FortindrErrorAction: pulumi.String("string"),
FortindrTimeoutAction: pulumi.String("string"),
FortisandboxErrorAction: pulumi.String("string"),
FortisandboxMaxUpload: pulumi.Float64(0),
FortisandboxMode: pulumi.String("string"),
FortisandboxTimeoutAction: pulumi.String("string"),
FtgdAnalytics: pulumi.String("string"),
Ftp: &.ObjectAntivirusProfileFtpTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
Emulator: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
Http: &.ObjectAntivirusProfileHttpTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvOptimize: pulumi.String("string"),
AvScan: pulumi.String("string"),
ContentDisarm: pulumi.String("string"),
Emulator: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
UnknownContentEncoding: pulumi.String("string"),
},
Imap: &.ObjectAntivirusProfileImapTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
ContentDisarm: pulumi.String("string"),
Emulator: pulumi.String("string"),
Executables: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
InspectionMode: pulumi.String("string"),
Mapi: &.ObjectAntivirusProfileMapiTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
Emulator: pulumi.String("string"),
Executables: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
MobileMalwareDb: pulumi.String("string"),
NacQuar: &.ObjectAntivirusProfileNacQuarTypeArgs{
Expiry: pulumi.String("string"),
Infected: pulumi.String("string"),
Log: pulumi.String("string"),
},
Name: pulumi.String("string"),
Nntp: &.ObjectAntivirusProfileNntpTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
Emulator: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
ObjectAntivirusProfileId: pulumi.String("string"),
OutbreakPrevention: &.ObjectAntivirusProfileOutbreakPreventionTypeArgs{
ExternalBlocklist: pulumi.String("string"),
FtgdService: pulumi.String("string"),
},
OutbreakPreventionArchiveScan: pulumi.String("string"),
Pop3: &.ObjectAntivirusProfilePop3TypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
ContentDisarm: pulumi.String("string"),
Emulator: pulumi.String("string"),
Executables: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
ReplacemsgGroup: pulumi.String("string"),
ScanMode: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Smb: &.ObjectAntivirusProfileSmbArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
Emulator: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
},
Smtp: &.ObjectAntivirusProfileSmtpTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
ContentDisarm: pulumi.String("string"),
Emulator: pulumi.String("string"),
Executables: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
Ssh: &.ObjectAntivirusProfileSshTypeArgs{
ArchiveBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ArchiveLogs: pulumi.StringArray{
pulumi.String("string"),
},
AvScan: pulumi.String("string"),
Emulator: pulumi.String("string"),
ExternalBlocklist: pulumi.String("string"),
Fortiai: pulumi.String("string"),
Fortindr: pulumi.String("string"),
Fortisandbox: pulumi.String("string"),
Options: pulumi.StringArray{
pulumi.String("string"),
},
OutbreakPrevention: pulumi.String("string"),
Quarantine: pulumi.String("string"),
},
})
var objectAntivirusProfileResource = new ObjectAntivirusProfile("objectAntivirusProfileResource", ObjectAntivirusProfileArgs.builder()
.adom("string")
.analyticsAcceptFiletype("string")
.analyticsBlFiletype("string")
.analyticsDb("string")
.analyticsIgnoreFiletype("string")
.analyticsMaxUpload(0)
.analyticsWlFiletype("string")
.avBlockLog("string")
.avVirusLog("string")
.cifs(ObjectAntivirusProfileCifsArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.emulator("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.comment("string")
.contentDisarm(ObjectAntivirusProfileContentDisarmArgs.builder()
.analyticsSuspicious("string")
.coverPage("string")
.detectOnly("string")
.errorAction("string")
.officeAction("string")
.officeDde("string")
.officeEmbed("string")
.officeHylink("string")
.officeLinked("string")
.officeMacro("string")
.originalFileDestination("string")
.pdfActForm("string")
.pdfActGotor("string")
.pdfActJava("string")
.pdfActLaunch("string")
.pdfActMovie("string")
.pdfActSound("string")
.pdfEmbedfile("string")
.pdfHyperlink("string")
.pdfJavacode("string")
.build())
.emsThreatFeed("string")
.extendedLog("string")
.externalBlocklistArchiveScan("string")
.externalBlocklistEnableAll("string")
.externalBlocklists("string")
.featureSet("string")
.fortiaiErrorAction("string")
.fortiaiTimeoutAction("string")
.fortindrErrorAction("string")
.fortindrTimeoutAction("string")
.fortisandboxErrorAction("string")
.fortisandboxMaxUpload(0)
.fortisandboxMode("string")
.fortisandboxTimeoutAction("string")
.ftgdAnalytics("string")
.ftp(ObjectAntivirusProfileFtpArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.emulator("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.http(ObjectAntivirusProfileHttpArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avOptimize("string")
.avScan("string")
.contentDisarm("string")
.emulator("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.unknownContentEncoding("string")
.build())
.imap(ObjectAntivirusProfileImapArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.contentDisarm("string")
.emulator("string")
.executables("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.inspectionMode("string")
.mapi(ObjectAntivirusProfileMapiArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.emulator("string")
.executables("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.mobileMalwareDb("string")
.nacQuar(ObjectAntivirusProfileNacQuarArgs.builder()
.expiry("string")
.infected("string")
.log("string")
.build())
.name("string")
.nntp(ObjectAntivirusProfileNntpArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.emulator("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.objectAntivirusProfileId("string")
.outbreakPrevention(ObjectAntivirusProfileOutbreakPreventionArgs.builder()
.externalBlocklist("string")
.ftgdService("string")
.build())
.outbreakPreventionArchiveScan("string")
.pop3(ObjectAntivirusProfilePop3Args.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.contentDisarm("string")
.emulator("string")
.executables("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.replacemsgGroup("string")
.scanMode("string")
.scopetype("string")
.smb(ObjectAntivirusProfileSmbArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.emulator("string")
.options("string")
.outbreakPrevention("string")
.build())
.smtp(ObjectAntivirusProfileSmtpArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.contentDisarm("string")
.emulator("string")
.executables("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.ssh(ObjectAntivirusProfileSshArgs.builder()
.archiveBlocks("string")
.archiveLogs("string")
.avScan("string")
.emulator("string")
.externalBlocklist("string")
.fortiai("string")
.fortindr("string")
.fortisandbox("string")
.options("string")
.outbreakPrevention("string")
.quarantine("string")
.build())
.build());
object_antivirus_profile_resource = fortimanager.ObjectAntivirusProfile("objectAntivirusProfileResource",
adom="string",
analytics_accept_filetype="string",
analytics_bl_filetype="string",
analytics_db="string",
analytics_ignore_filetype="string",
analytics_max_upload=0,
analytics_wl_filetype="string",
av_block_log="string",
av_virus_log="string",
cifs={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"emulator": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
},
comment="string",
content_disarm={
"analytics_suspicious": "string",
"cover_page": "string",
"detect_only": "string",
"error_action": "string",
"office_action": "string",
"office_dde": "string",
"office_embed": "string",
"office_hylink": "string",
"office_linked": "string",
"office_macro": "string",
"original_file_destination": "string",
"pdf_act_form": "string",
"pdf_act_gotor": "string",
"pdf_act_java": "string",
"pdf_act_launch": "string",
"pdf_act_movie": "string",
"pdf_act_sound": "string",
"pdf_embedfile": "string",
"pdf_hyperlink": "string",
"pdf_javacode": "string",
},
ems_threat_feed="string",
extended_log="string",
external_blocklist_archive_scan="string",
external_blocklist_enable_all="string",
external_blocklists=["string"],
feature_set="string",
fortiai_error_action="string",
fortiai_timeout_action="string",
fortindr_error_action="string",
fortindr_timeout_action="string",
fortisandbox_error_action="string",
fortisandbox_max_upload=0,
fortisandbox_mode="string",
fortisandbox_timeout_action="string",
ftgd_analytics="string",
ftp={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"emulator": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
},
http={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_optimize": "string",
"av_scan": "string",
"content_disarm": "string",
"emulator": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
"unknown_content_encoding": "string",
},
imap={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"content_disarm": "string",
"emulator": "string",
"executables": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
},
inspection_mode="string",
mapi={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"emulator": "string",
"executables": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
},
mobile_malware_db="string",
nac_quar={
"expiry": "string",
"infected": "string",
"log": "string",
},
name="string",
nntp={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"emulator": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
},
object_antivirus_profile_id="string",
outbreak_prevention={
"external_blocklist": "string",
"ftgd_service": "string",
},
outbreak_prevention_archive_scan="string",
pop3={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"content_disarm": "string",
"emulator": "string",
"executables": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
},
replacemsg_group="string",
scan_mode="string",
scopetype="string",
smb={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"emulator": "string",
"options": ["string"],
"outbreak_prevention": "string",
},
smtp={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"content_disarm": "string",
"emulator": "string",
"executables": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
},
ssh={
"archive_blocks": ["string"],
"archive_logs": ["string"],
"av_scan": "string",
"emulator": "string",
"external_blocklist": "string",
"fortiai": "string",
"fortindr": "string",
"fortisandbox": "string",
"options": ["string"],
"outbreak_prevention": "string",
"quarantine": "string",
})
const objectAntivirusProfileResource = new fortimanager.ObjectAntivirusProfile("objectAntivirusProfileResource", {
adom: "string",
analyticsAcceptFiletype: "string",
analyticsBlFiletype: "string",
analyticsDb: "string",
analyticsIgnoreFiletype: "string",
analyticsMaxUpload: 0,
analyticsWlFiletype: "string",
avBlockLog: "string",
avVirusLog: "string",
cifs: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
emulator: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
comment: "string",
contentDisarm: {
analyticsSuspicious: "string",
coverPage: "string",
detectOnly: "string",
errorAction: "string",
officeAction: "string",
officeDde: "string",
officeEmbed: "string",
officeHylink: "string",
officeLinked: "string",
officeMacro: "string",
originalFileDestination: "string",
pdfActForm: "string",
pdfActGotor: "string",
pdfActJava: "string",
pdfActLaunch: "string",
pdfActMovie: "string",
pdfActSound: "string",
pdfEmbedfile: "string",
pdfHyperlink: "string",
pdfJavacode: "string",
},
emsThreatFeed: "string",
extendedLog: "string",
externalBlocklistArchiveScan: "string",
externalBlocklistEnableAll: "string",
externalBlocklists: ["string"],
featureSet: "string",
fortiaiErrorAction: "string",
fortiaiTimeoutAction: "string",
fortindrErrorAction: "string",
fortindrTimeoutAction: "string",
fortisandboxErrorAction: "string",
fortisandboxMaxUpload: 0,
fortisandboxMode: "string",
fortisandboxTimeoutAction: "string",
ftgdAnalytics: "string",
ftp: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
emulator: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
http: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avOptimize: "string",
avScan: "string",
contentDisarm: "string",
emulator: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
unknownContentEncoding: "string",
},
imap: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
contentDisarm: "string",
emulator: "string",
executables: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
inspectionMode: "string",
mapi: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
emulator: "string",
executables: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
mobileMalwareDb: "string",
nacQuar: {
expiry: "string",
infected: "string",
log: "string",
},
name: "string",
nntp: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
emulator: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
objectAntivirusProfileId: "string",
outbreakPrevention: {
externalBlocklist: "string",
ftgdService: "string",
},
outbreakPreventionArchiveScan: "string",
pop3: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
contentDisarm: "string",
emulator: "string",
executables: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
replacemsgGroup: "string",
scanMode: "string",
scopetype: "string",
smb: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
emulator: "string",
options: ["string"],
outbreakPrevention: "string",
},
smtp: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
contentDisarm: "string",
emulator: "string",
executables: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
ssh: {
archiveBlocks: ["string"],
archiveLogs: ["string"],
avScan: "string",
emulator: "string",
externalBlocklist: "string",
fortiai: "string",
fortindr: "string",
fortisandbox: "string",
options: ["string"],
outbreakPrevention: "string",
quarantine: "string",
},
});
type: fortimanager:ObjectAntivirusProfile
properties:
adom: string
analyticsAcceptFiletype: string
analyticsBlFiletype: string
analyticsDb: string
analyticsIgnoreFiletype: string
analyticsMaxUpload: 0
analyticsWlFiletype: string
avBlockLog: string
avVirusLog: string
cifs:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
emulator: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
comment: string
contentDisarm:
analyticsSuspicious: string
coverPage: string
detectOnly: string
errorAction: string
officeAction: string
officeDde: string
officeEmbed: string
officeHylink: string
officeLinked: string
officeMacro: string
originalFileDestination: string
pdfActForm: string
pdfActGotor: string
pdfActJava: string
pdfActLaunch: string
pdfActMovie: string
pdfActSound: string
pdfEmbedfile: string
pdfHyperlink: string
pdfJavacode: string
emsThreatFeed: string
extendedLog: string
externalBlocklistArchiveScan: string
externalBlocklistEnableAll: string
externalBlocklists:
- string
featureSet: string
fortiaiErrorAction: string
fortiaiTimeoutAction: string
fortindrErrorAction: string
fortindrTimeoutAction: string
fortisandboxErrorAction: string
fortisandboxMaxUpload: 0
fortisandboxMode: string
fortisandboxTimeoutAction: string
ftgdAnalytics: string
ftp:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
emulator: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
http:
archiveBlocks:
- string
archiveLogs:
- string
avOptimize: string
avScan: string
contentDisarm: string
emulator: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
unknownContentEncoding: string
imap:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
contentDisarm: string
emulator: string
executables: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
inspectionMode: string
mapi:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
emulator: string
executables: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
mobileMalwareDb: string
nacQuar:
expiry: string
infected: string
log: string
name: string
nntp:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
emulator: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
objectAntivirusProfileId: string
outbreakPrevention:
externalBlocklist: string
ftgdService: string
outbreakPreventionArchiveScan: string
pop3:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
contentDisarm: string
emulator: string
executables: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
replacemsgGroup: string
scanMode: string
scopetype: string
smb:
archiveBlocks:
- string
archiveLogs:
- string
emulator: string
options:
- string
outbreakPrevention: string
smtp:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
contentDisarm: string
emulator: string
executables: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
ssh:
archiveBlocks:
- string
archiveLogs:
- string
avScan: string
emulator: string
externalBlocklist: string
fortiai: string
fortindr: string
fortisandbox: string
options:
- string
outbreakPrevention: string
quarantine: string
ObjectAntivirusProfile 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 ObjectAntivirusProfile 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. - Analytics
Accept stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Bl stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Db string - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - Analytics
Ignore stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Max doubleUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- Analytics
Wl stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Av
Block stringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - Av
Virus stringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - Cifs
Object
Antivirus Profile Cifs - Cifs. The structure of
cifs
block is documented below. - Comment string
- Comment.
- Content
Disarm ObjectAntivirus Profile Content Disarm - Content-Disarm. The structure of
content_disarm
block is documented below. - Ems
Threat stringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - Extended
Log string - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - External
Blocklist stringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - External
Blocklist stringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - External
Blocklists List<string> - One or more external malware block lists.
- Feature
Set string - Flow/proxy feature set. Valid values:
proxy
,flow
. - Fortiai
Error stringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - Fortiai
Timeout stringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortindr
Error stringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - Fortindr
Timeout stringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortisandbox
Error stringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - Fortisandbox
Max doubleUpload - Maximum size of files that can be uploaded to FortiSandbox.
- Fortisandbox
Mode string - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - Fortisandbox
Timeout stringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - Ftgd
Analytics string - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - Ftp
Object
Antivirus Profile Ftp - Ftp. The structure of
ftp
block is documented below. - Http
Object
Antivirus Profile Http - Http. The structure of
http
block is documented below. - Imap
Object
Antivirus Profile Imap - Imap. The structure of
imap
block is documented below. - Inspection
Mode string - Inspection mode. Valid values:
proxy
,flow-based
. - Mapi
Object
Antivirus Profile Mapi - Mapi. The structure of
mapi
block is documented below. - Mobile
Malware stringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - Nac
Quar ObjectAntivirus Profile Nac Quar - Nac-Quar. The structure of
nac_quar
block is documented below. - Name string
- Profile name.
- Nntp
Object
Antivirus Profile Nntp - Nntp. The structure of
nntp
block is documented below. - Object
Antivirus stringProfile Id - an identifier for the resource with format {{name}}.
- Outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - Outbreak
Prevention stringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - Pop3
Object
Antivirus Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group customized for this profile.
- Scan
Mode string - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - Smb
Object
Antivirus Profile Smb - Smb. The structure of
smb
block is documented below. - Smtp
Object
Antivirus Profile Smtp - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Antivirus Profile Ssh - Ssh. The structure of
ssh
block is documented below.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Analytics
Accept stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Bl stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Db string - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - Analytics
Ignore stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Max float64Upload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- Analytics
Wl stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Av
Block stringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - Av
Virus stringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - Cifs
Object
Antivirus Profile Cifs Type Args - Cifs. The structure of
cifs
block is documented below. - Comment string
- Comment.
- Content
Disarm ObjectAntivirus Profile Content Disarm Type Args - Content-Disarm. The structure of
content_disarm
block is documented below. - Ems
Threat stringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - Extended
Log string - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - External
Blocklist stringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - External
Blocklist stringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - External
Blocklists []string - One or more external malware block lists.
- Feature
Set string - Flow/proxy feature set. Valid values:
proxy
,flow
. - Fortiai
Error stringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - Fortiai
Timeout stringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortindr
Error stringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - Fortindr
Timeout stringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortisandbox
Error stringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - Fortisandbox
Max float64Upload - Maximum size of files that can be uploaded to FortiSandbox.
- Fortisandbox
Mode string - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - Fortisandbox
Timeout stringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - Ftgd
Analytics string - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - Ftp
Object
Antivirus Profile Ftp Type Args - Ftp. The structure of
ftp
block is documented below. - Http
Object
Antivirus Profile Http Type Args - Http. The structure of
http
block is documented below. - Imap
Object
Antivirus Profile Imap Type Args - Imap. The structure of
imap
block is documented below. - Inspection
Mode string - Inspection mode. Valid values:
proxy
,flow-based
. - Mapi
Object
Antivirus Profile Mapi Type Args - Mapi. The structure of
mapi
block is documented below. - Mobile
Malware stringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - Nac
Quar ObjectAntivirus Profile Nac Quar Type Args - Nac-Quar. The structure of
nac_quar
block is documented below. - Name string
- Profile name.
- Nntp
Object
Antivirus Profile Nntp Type Args - Nntp. The structure of
nntp
block is documented below. - Object
Antivirus stringProfile Id - an identifier for the resource with format {{name}}.
- Outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention Type Args - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - Outbreak
Prevention stringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - Pop3
Object
Antivirus Profile Pop3Type Args - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group customized for this profile.
- Scan
Mode string - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - Smb
Object
Antivirus Profile Smb Args - Smb. The structure of
smb
block is documented below. - Smtp
Object
Antivirus Profile Smtp Type Args - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Antivirus Profile Ssh Type Args - Ssh. The structure of
ssh
block is documented below.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Accept StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Bl StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Db String - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics
Ignore StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Max DoubleUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics
Wl StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av
Block StringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av
Virus StringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs
Object
Antivirus Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comment String
- Comment.
- content
Disarm ObjectAntivirus Profile Content Disarm - Content-Disarm. The structure of
content_disarm
block is documented below. - ems
Threat StringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended
Log String - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external
Blocklist StringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external
Blocklist StringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external
Blocklists List<String> - One or more external malware block lists.
- feature
Set String - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai
Error StringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai
Timeout StringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr
Error StringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr
Timeout StringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox
Error StringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox
Max DoubleUpload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox
Mode String - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox
Timeout StringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd
Analytics String - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - ftp
Object
Antivirus Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Antivirus Profile Http - Http. The structure of
http
block is documented below. - imap
Object
Antivirus Profile Imap - Imap. The structure of
imap
block is documented below. - inspection
Mode String - Inspection mode. Valid values:
proxy
,flow-based
. - mapi
Object
Antivirus Profile Mapi - Mapi. The structure of
mapi
block is documented below. - mobile
Malware StringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac
Quar ObjectAntivirus Profile Nac Quar - Nac-Quar. The structure of
nac_quar
block is documented below. - name String
- Profile name.
- nntp
Object
Antivirus Profile Nntp - Nntp. The structure of
nntp
block is documented below. - object
Antivirus StringProfile Id - an identifier for the resource with format {{name}}.
- outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak
Prevention StringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3
Object
Antivirus Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Replacement message group customized for this profile.
- scan
Mode String - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb
Object
Antivirus Profile Smb - Smb. The structure of
smb
block is documented below. - smtp
Object
Antivirus Profile Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Antivirus Profile Ssh - Ssh. The structure of
ssh
block is documented below.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Accept stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Bl stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Db string - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics
Ignore stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Max numberUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics
Wl stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av
Block stringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av
Virus stringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs
Object
Antivirus Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comment string
- Comment.
- content
Disarm ObjectAntivirus Profile Content Disarm - Content-Disarm. The structure of
content_disarm
block is documented below. - ems
Threat stringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended
Log string - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external
Blocklist stringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external
Blocklist stringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external
Blocklists string[] - One or more external malware block lists.
- feature
Set string - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai
Error stringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai
Timeout stringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr
Error stringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr
Timeout stringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox
Error stringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox
Max numberUpload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox
Mode string - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox
Timeout stringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd
Analytics string - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - ftp
Object
Antivirus Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Antivirus Profile Http - Http. The structure of
http
block is documented below. - imap
Object
Antivirus Profile Imap - Imap. The structure of
imap
block is documented below. - inspection
Mode string - Inspection mode. Valid values:
proxy
,flow-based
. - mapi
Object
Antivirus Profile Mapi - Mapi. The structure of
mapi
block is documented below. - mobile
Malware stringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac
Quar ObjectAntivirus Profile Nac Quar - Nac-Quar. The structure of
nac_quar
block is documented below. - name string
- Profile name.
- nntp
Object
Antivirus Profile Nntp - Nntp. The structure of
nntp
block is documented below. - object
Antivirus stringProfile Id - an identifier for the resource with format {{name}}.
- outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak
Prevention stringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3
Object
Antivirus Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group string - Replacement message group customized for this profile.
- scan
Mode string - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb
Object
Antivirus Profile Smb - Smb. The structure of
smb
block is documented below. - smtp
Object
Antivirus Profile Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Antivirus Profile Ssh - Ssh. The structure of
ssh
block is documented below.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics_
accept_ strfiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics_
bl_ strfiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics_
db str - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics_
ignore_ strfiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics_
max_ floatupload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics_
wl_ strfiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av_
block_ strlog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av_
virus_ strlog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs
Object
Antivirus Profile Cifs Args - Cifs. The structure of
cifs
block is documented below. - comment str
- Comment.
- content_
disarm ObjectAntivirus Profile Content Disarm Args - Content-Disarm. The structure of
content_disarm
block is documented below. - ems_
threat_ strfeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended_
log str - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external_
blocklist_ strarchive_ scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external_
blocklist_ strenable_ all - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external_
blocklists Sequence[str] - One or more external malware block lists.
- feature_
set str - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai_
error_ straction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai_
timeout_ straction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr_
error_ straction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr_
timeout_ straction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox_
error_ straction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox_
max_ floatupload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox_
mode str - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox_
timeout_ straction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd_
analytics str - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - ftp
Object
Antivirus Profile Ftp Args - Ftp. The structure of
ftp
block is documented below. - http
Object
Antivirus Profile Http Args - Http. The structure of
http
block is documented below. - imap
Object
Antivirus Profile Imap Args - Imap. The structure of
imap
block is documented below. - inspection_
mode str - Inspection mode. Valid values:
proxy
,flow-based
. - mapi
Object
Antivirus Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - mobile_
malware_ strdb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac_
quar ObjectAntivirus Profile Nac Quar Args - Nac-Quar. The structure of
nac_quar
block is documented below. - name str
- Profile name.
- nntp
Object
Antivirus Profile Nntp Args - Nntp. The structure of
nntp
block is documented below. - object_
antivirus_ strprofile_ id - an identifier for the resource with format {{name}}.
- outbreak_
prevention ObjectAntivirus Profile Outbreak Prevention Args - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak_
prevention_ strarchive_ scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3
Object
Antivirus Profile Pop3Args - Pop3. The structure of
pop3
block is documented below. - replacemsg_
group str - Replacement message group customized for this profile.
- scan_
mode str - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb
Object
Antivirus Profile Smb Args - Smb. The structure of
smb
block is documented below. - smtp
Object
Antivirus Profile Smtp Args - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Antivirus Profile Ssh Args - Ssh. The structure of
ssh
block is documented below.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Accept StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Bl StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Db String - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics
Ignore StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Max NumberUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics
Wl StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av
Block StringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av
Virus StringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs Property Map
- Cifs. The structure of
cifs
block is documented below. - comment String
- Comment.
- content
Disarm Property Map - Content-Disarm. The structure of
content_disarm
block is documented below. - ems
Threat StringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended
Log String - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external
Blocklist StringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external
Blocklist StringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external
Blocklists List<String> - One or more external malware block lists.
- feature
Set String - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai
Error StringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai
Timeout StringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr
Error StringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr
Timeout StringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox
Error StringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox
Max NumberUpload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox
Mode String - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox
Timeout StringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd
Analytics String - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - 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. - inspection
Mode String - Inspection mode. Valid values:
proxy
,flow-based
. - mapi Property Map
- Mapi. The structure of
mapi
block is documented below. - mobile
Malware StringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac
Quar Property Map - Nac-Quar. The structure of
nac_quar
block is documented below. - name String
- Profile name.
- nntp Property Map
- Nntp. The structure of
nntp
block is documented below. - object
Antivirus StringProfile Id - an identifier for the resource with format {{name}}.
- outbreak
Prevention Property Map - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak
Prevention StringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3 Property Map
- Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Replacement message group customized for this profile.
- scan
Mode String - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb Property Map
- Smb. The structure of
smb
block is documented below. - smtp Property Map
- Smtp. The structure of
smtp
block is documented below. - ssh Property Map
- Ssh. The structure of
ssh
block is documented below.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectAntivirusProfile 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 ObjectAntivirusProfile Resource
Get an existing ObjectAntivirusProfile 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?: ObjectAntivirusProfileState, opts?: CustomResourceOptions): ObjectAntivirusProfile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
analytics_accept_filetype: Optional[str] = None,
analytics_bl_filetype: Optional[str] = None,
analytics_db: Optional[str] = None,
analytics_ignore_filetype: Optional[str] = None,
analytics_max_upload: Optional[float] = None,
analytics_wl_filetype: Optional[str] = None,
av_block_log: Optional[str] = None,
av_virus_log: Optional[str] = None,
cifs: Optional[ObjectAntivirusProfileCifsArgs] = None,
comment: Optional[str] = None,
content_disarm: Optional[ObjectAntivirusProfileContentDisarmArgs] = None,
ems_threat_feed: Optional[str] = None,
extended_log: Optional[str] = None,
external_blocklist_archive_scan: Optional[str] = None,
external_blocklist_enable_all: Optional[str] = None,
external_blocklists: Optional[Sequence[str]] = None,
feature_set: Optional[str] = None,
fortiai_error_action: Optional[str] = None,
fortiai_timeout_action: Optional[str] = None,
fortindr_error_action: Optional[str] = None,
fortindr_timeout_action: Optional[str] = None,
fortisandbox_error_action: Optional[str] = None,
fortisandbox_max_upload: Optional[float] = None,
fortisandbox_mode: Optional[str] = None,
fortisandbox_timeout_action: Optional[str] = None,
ftgd_analytics: Optional[str] = None,
ftp: Optional[ObjectAntivirusProfileFtpArgs] = None,
http: Optional[ObjectAntivirusProfileHttpArgs] = None,
imap: Optional[ObjectAntivirusProfileImapArgs] = None,
inspection_mode: Optional[str] = None,
mapi: Optional[ObjectAntivirusProfileMapiArgs] = None,
mobile_malware_db: Optional[str] = None,
nac_quar: Optional[ObjectAntivirusProfileNacQuarArgs] = None,
name: Optional[str] = None,
nntp: Optional[ObjectAntivirusProfileNntpArgs] = None,
object_antivirus_profile_id: Optional[str] = None,
outbreak_prevention: Optional[ObjectAntivirusProfileOutbreakPreventionArgs] = None,
outbreak_prevention_archive_scan: Optional[str] = None,
pop3: Optional[ObjectAntivirusProfilePop3Args] = None,
replacemsg_group: Optional[str] = None,
scan_mode: Optional[str] = None,
scopetype: Optional[str] = None,
smb: Optional[ObjectAntivirusProfileSmbArgs] = None,
smtp: Optional[ObjectAntivirusProfileSmtpArgs] = None,
ssh: Optional[ObjectAntivirusProfileSshArgs] = None) -> ObjectAntivirusProfile
func GetObjectAntivirusProfile(ctx *Context, name string, id IDInput, state *ObjectAntivirusProfileState, opts ...ResourceOption) (*ObjectAntivirusProfile, error)
public static ObjectAntivirusProfile Get(string name, Input<string> id, ObjectAntivirusProfileState? state, CustomResourceOptions? opts = null)
public static ObjectAntivirusProfile get(String name, Output<String> id, ObjectAntivirusProfileState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectAntivirusProfile 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. - Analytics
Accept stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Bl stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Db string - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - Analytics
Ignore stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Max doubleUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- Analytics
Wl stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Av
Block stringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - Av
Virus stringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - Cifs
Object
Antivirus Profile Cifs - Cifs. The structure of
cifs
block is documented below. - Comment string
- Comment.
- Content
Disarm ObjectAntivirus Profile Content Disarm - Content-Disarm. The structure of
content_disarm
block is documented below. - Ems
Threat stringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - Extended
Log string - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - External
Blocklist stringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - External
Blocklist stringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - External
Blocklists List<string> - One or more external malware block lists.
- Feature
Set string - Flow/proxy feature set. Valid values:
proxy
,flow
. - Fortiai
Error stringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - Fortiai
Timeout stringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortindr
Error stringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - Fortindr
Timeout stringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortisandbox
Error stringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - Fortisandbox
Max doubleUpload - Maximum size of files that can be uploaded to FortiSandbox.
- Fortisandbox
Mode string - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - Fortisandbox
Timeout stringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - Ftgd
Analytics string - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - Ftp
Object
Antivirus Profile Ftp - Ftp. The structure of
ftp
block is documented below. - Http
Object
Antivirus Profile Http - Http. The structure of
http
block is documented below. - Imap
Object
Antivirus Profile Imap - Imap. The structure of
imap
block is documented below. - Inspection
Mode string - Inspection mode. Valid values:
proxy
,flow-based
. - Mapi
Object
Antivirus Profile Mapi - Mapi. The structure of
mapi
block is documented below. - Mobile
Malware stringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - Nac
Quar ObjectAntivirus Profile Nac Quar - Nac-Quar. The structure of
nac_quar
block is documented below. - Name string
- Profile name.
- Nntp
Object
Antivirus Profile Nntp - Nntp. The structure of
nntp
block is documented below. - Object
Antivirus stringProfile Id - an identifier for the resource with format {{name}}.
- Outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - Outbreak
Prevention stringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - Pop3
Object
Antivirus Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group customized for this profile.
- Scan
Mode string - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - Smb
Object
Antivirus Profile Smb - Smb. The structure of
smb
block is documented below. - Smtp
Object
Antivirus Profile Smtp - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Antivirus Profile Ssh - Ssh. The structure of
ssh
block is documented below.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Analytics
Accept stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Bl stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Db string - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - Analytics
Ignore stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Analytics
Max float64Upload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- Analytics
Wl stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- Av
Block stringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - Av
Virus stringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - Cifs
Object
Antivirus Profile Cifs Type Args - Cifs. The structure of
cifs
block is documented below. - Comment string
- Comment.
- Content
Disarm ObjectAntivirus Profile Content Disarm Type Args - Content-Disarm. The structure of
content_disarm
block is documented below. - Ems
Threat stringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - Extended
Log string - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - External
Blocklist stringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - External
Blocklist stringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - External
Blocklists []string - One or more external malware block lists.
- Feature
Set string - Flow/proxy feature set. Valid values:
proxy
,flow
. - Fortiai
Error stringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - Fortiai
Timeout stringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortindr
Error stringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - Fortindr
Timeout stringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - Fortisandbox
Error stringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - Fortisandbox
Max float64Upload - Maximum size of files that can be uploaded to FortiSandbox.
- Fortisandbox
Mode string - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - Fortisandbox
Timeout stringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - Ftgd
Analytics string - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - Ftp
Object
Antivirus Profile Ftp Type Args - Ftp. The structure of
ftp
block is documented below. - Http
Object
Antivirus Profile Http Type Args - Http. The structure of
http
block is documented below. - Imap
Object
Antivirus Profile Imap Type Args - Imap. The structure of
imap
block is documented below. - Inspection
Mode string - Inspection mode. Valid values:
proxy
,flow-based
. - Mapi
Object
Antivirus Profile Mapi Type Args - Mapi. The structure of
mapi
block is documented below. - Mobile
Malware stringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - Nac
Quar ObjectAntivirus Profile Nac Quar Type Args - Nac-Quar. The structure of
nac_quar
block is documented below. - Name string
- Profile name.
- Nntp
Object
Antivirus Profile Nntp Type Args - Nntp. The structure of
nntp
block is documented below. - Object
Antivirus stringProfile Id - an identifier for the resource with format {{name}}.
- Outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention Type Args - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - Outbreak
Prevention stringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - Pop3
Object
Antivirus Profile Pop3Type Args - Pop3. The structure of
pop3
block is documented below. - Replacemsg
Group string - Replacement message group customized for this profile.
- Scan
Mode string - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - Smb
Object
Antivirus Profile Smb Args - Smb. The structure of
smb
block is documented below. - Smtp
Object
Antivirus Profile Smtp Type Args - Smtp. The structure of
smtp
block is documented below. - Ssh
Object
Antivirus Profile Ssh Type Args - Ssh. The structure of
ssh
block is documented below.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Accept StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Bl StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Db String - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics
Ignore StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Max DoubleUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics
Wl StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av
Block StringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av
Virus StringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs
Object
Antivirus Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comment String
- Comment.
- content
Disarm ObjectAntivirus Profile Content Disarm - Content-Disarm. The structure of
content_disarm
block is documented below. - ems
Threat StringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended
Log String - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external
Blocklist StringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external
Blocklist StringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external
Blocklists List<String> - One or more external malware block lists.
- feature
Set String - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai
Error StringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai
Timeout StringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr
Error StringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr
Timeout StringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox
Error StringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox
Max DoubleUpload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox
Mode String - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox
Timeout StringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd
Analytics String - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - ftp
Object
Antivirus Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Antivirus Profile Http - Http. The structure of
http
block is documented below. - imap
Object
Antivirus Profile Imap - Imap. The structure of
imap
block is documented below. - inspection
Mode String - Inspection mode. Valid values:
proxy
,flow-based
. - mapi
Object
Antivirus Profile Mapi - Mapi. The structure of
mapi
block is documented below. - mobile
Malware StringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac
Quar ObjectAntivirus Profile Nac Quar - Nac-Quar. The structure of
nac_quar
block is documented below. - name String
- Profile name.
- nntp
Object
Antivirus Profile Nntp - Nntp. The structure of
nntp
block is documented below. - object
Antivirus StringProfile Id - an identifier for the resource with format {{name}}.
- outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak
Prevention StringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3
Object
Antivirus Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Replacement message group customized for this profile.
- scan
Mode String - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb
Object
Antivirus Profile Smb - Smb. The structure of
smb
block is documented below. - smtp
Object
Antivirus Profile Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Antivirus Profile Ssh - Ssh. The structure of
ssh
block is documented below.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Accept stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Bl stringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Db string - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics
Ignore stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Max numberUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics
Wl stringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av
Block stringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av
Virus stringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs
Object
Antivirus Profile Cifs - Cifs. The structure of
cifs
block is documented below. - comment string
- Comment.
- content
Disarm ObjectAntivirus Profile Content Disarm - Content-Disarm. The structure of
content_disarm
block is documented below. - ems
Threat stringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended
Log string - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external
Blocklist stringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external
Blocklist stringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external
Blocklists string[] - One or more external malware block lists.
- feature
Set string - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai
Error stringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai
Timeout stringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr
Error stringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr
Timeout stringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox
Error stringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox
Max numberUpload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox
Mode string - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox
Timeout stringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd
Analytics string - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - ftp
Object
Antivirus Profile Ftp - Ftp. The structure of
ftp
block is documented below. - http
Object
Antivirus Profile Http - Http. The structure of
http
block is documented below. - imap
Object
Antivirus Profile Imap - Imap. The structure of
imap
block is documented below. - inspection
Mode string - Inspection mode. Valid values:
proxy
,flow-based
. - mapi
Object
Antivirus Profile Mapi - Mapi. The structure of
mapi
block is documented below. - mobile
Malware stringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac
Quar ObjectAntivirus Profile Nac Quar - Nac-Quar. The structure of
nac_quar
block is documented below. - name string
- Profile name.
- nntp
Object
Antivirus Profile Nntp - Nntp. The structure of
nntp
block is documented below. - object
Antivirus stringProfile Id - an identifier for the resource with format {{name}}.
- outbreak
Prevention ObjectAntivirus Profile Outbreak Prevention - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak
Prevention stringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3
Object
Antivirus Profile Pop3 - Pop3. The structure of
pop3
block is documented below. - replacemsg
Group string - Replacement message group customized for this profile.
- scan
Mode string - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb
Object
Antivirus Profile Smb - Smb. The structure of
smb
block is documented below. - smtp
Object
Antivirus Profile Smtp - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Antivirus Profile Ssh - Ssh. The structure of
ssh
block is documented below.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics_
accept_ strfiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics_
bl_ strfiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics_
db str - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics_
ignore_ strfiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics_
max_ floatupload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics_
wl_ strfiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av_
block_ strlog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av_
virus_ strlog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs
Object
Antivirus Profile Cifs Args - Cifs. The structure of
cifs
block is documented below. - comment str
- Comment.
- content_
disarm ObjectAntivirus Profile Content Disarm Args - Content-Disarm. The structure of
content_disarm
block is documented below. - ems_
threat_ strfeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended_
log str - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external_
blocklist_ strarchive_ scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external_
blocklist_ strenable_ all - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external_
blocklists Sequence[str] - One or more external malware block lists.
- feature_
set str - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai_
error_ straction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai_
timeout_ straction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr_
error_ straction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr_
timeout_ straction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox_
error_ straction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox_
max_ floatupload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox_
mode str - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox_
timeout_ straction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd_
analytics str - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - ftp
Object
Antivirus Profile Ftp Args - Ftp. The structure of
ftp
block is documented below. - http
Object
Antivirus Profile Http Args - Http. The structure of
http
block is documented below. - imap
Object
Antivirus Profile Imap Args - Imap. The structure of
imap
block is documented below. - inspection_
mode str - Inspection mode. Valid values:
proxy
,flow-based
. - mapi
Object
Antivirus Profile Mapi Args - Mapi. The structure of
mapi
block is documented below. - mobile_
malware_ strdb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac_
quar ObjectAntivirus Profile Nac Quar Args - Nac-Quar. The structure of
nac_quar
block is documented below. - name str
- Profile name.
- nntp
Object
Antivirus Profile Nntp Args - Nntp. The structure of
nntp
block is documented below. - object_
antivirus_ strprofile_ id - an identifier for the resource with format {{name}}.
- outbreak_
prevention ObjectAntivirus Profile Outbreak Prevention Args - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak_
prevention_ strarchive_ scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3
Object
Antivirus Profile Pop3Args - Pop3. The structure of
pop3
block is documented below. - replacemsg_
group str - Replacement message group customized for this profile.
- scan_
mode str - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb
Object
Antivirus Profile Smb Args - Smb. The structure of
smb
block is documented below. - smtp
Object
Antivirus Profile Smtp Args - Smtp. The structure of
smtp
block is documented below. - ssh
Object
Antivirus Profile Ssh Args - Ssh. The structure of
ssh
block is documented below.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - analytics
Accept StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Bl StringFiletype - Only submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Db String - Enable/disable using the FortiSandbox signature database to supplement the AV signature databases. Valid values:
disable
,enable
. - analytics
Ignore StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- analytics
Max NumberUpload - Maximum size of files that can be uploaded to FortiSandbox (1 - 395 MBytes, default = 10).
- analytics
Wl StringFiletype - Do not submit files matching this DLP file-pattern to FortiSandbox.
- av
Block StringLog - Enable/disable logging for AntiVirus file blocking. Valid values:
disable
,enable
. - av
Virus StringLog - Enable/disable AntiVirus logging. Valid values:
disable
,enable
. - cifs Property Map
- Cifs. The structure of
cifs
block is documented below. - comment String
- Comment.
- content
Disarm Property Map - Content-Disarm. The structure of
content_disarm
block is documented below. - ems
Threat StringFeed - Enable/disable use of EMS threat feed when performing AntiVirus scan. Valid values:
disable
,enable
. - extended
Log String - Enable/disable extended logging for antivirus. Valid values:
disable
,enable
. - external
Blocklist StringArchive Scan - Enable/disable external-blocklist archive scanning. Valid values:
disable
,enable
. - external
Blocklist StringEnable All - Enable/disable all external blocklists. Valid values:
disable
,enable
. - external
Blocklists List<String> - One or more external malware block lists.
- feature
Set String - Flow/proxy feature set. Valid values:
proxy
,flow
. - fortiai
Error StringAction - Action to take if FortiAI encounters an error. Valid values:
block
,log-only
,ignore
. - fortiai
Timeout StringAction - Action to take if FortiAI encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortindr
Error StringAction - Action to take if FortiNDR encounters an error. Valid values:
block
,log-only
,ignore
. - fortindr
Timeout StringAction - Action to take if FortiNDR encounters a scan timeout. Valid values:
block
,log-only
,ignore
. - fortisandbox
Error StringAction - Action to take if FortiSandbox inline scan encounters an error. Valid values:
log-only
,block
,ignore
. - fortisandbox
Max NumberUpload - Maximum size of files that can be uploaded to FortiSandbox.
- fortisandbox
Mode String - FortiSandbox scan modes. Valid values:
inline
,analytics-suspicious
,analytics-everything
. - fortisandbox
Timeout StringAction - Action to take if FortiSandbox inline scan encounters a scan timeout. Valid values:
log-only
,block
,ignore
. - ftgd
Analytics String - Settings to control which files are uploaded to FortiSandbox. Valid values:
disable
,suspicious
,everything
. - 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. - inspection
Mode String - Inspection mode. Valid values:
proxy
,flow-based
. - mapi Property Map
- Mapi. The structure of
mapi
block is documented below. - mobile
Malware StringDb - Enable/disable using the mobile malware signature database. Valid values:
disable
,enable
. - nac
Quar Property Map - Nac-Quar. The structure of
nac_quar
block is documented below. - name String
- Profile name.
- nntp Property Map
- Nntp. The structure of
nntp
block is documented below. - object
Antivirus StringProfile Id - an identifier for the resource with format {{name}}.
- outbreak
Prevention Property Map - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - outbreak
Prevention StringArchive Scan - Enable/disable outbreak-prevention archive scanning. Valid values:
disable
,enable
. - pop3 Property Map
- Pop3. The structure of
pop3
block is documented below. - replacemsg
Group String - Replacement message group customized for this profile.
- scan
Mode String - Choose between default scan mode and legacy scan mode. Valid values:
quick
,full
,legacy
,default
. - 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
. - smb Property Map
- Smb. The structure of
smb
block is documented below. - smtp Property Map
- Smtp. The structure of
smtp
block is documented below. - ssh Property Map
- Ssh. The structure of
ssh
block is documented below.
Supporting Types
ObjectAntivirusProfileCifs, ObjectAntivirusProfileCifsArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable CIFS AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable CIFS AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable CIFS AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable CIFS AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avmonitor
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable CIFS AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avmonitor
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable CIFS AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
ObjectAntivirusProfileContentDisarm, ObjectAntivirusProfileContentDisarmArgs
- Analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - Cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - Detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - Error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - Office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - Original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - Pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - Pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - Pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - Pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - Pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - Pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - Pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - Pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - Pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
.
- Analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - Cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - Detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - Error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - Office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - Office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - Original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - Pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - Pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - Pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - Pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - Pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - Pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - Pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - Pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - Pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
.
- analytics
Suspicious String - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page String - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only String - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action String - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - office
Action String - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde String - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed String - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink String - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked String - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro String - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File StringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act StringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act StringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act StringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act StringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act StringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act StringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile String - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink String - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode String - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
.
- analytics
Suspicious string - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page string - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only string - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action string - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - office
Action string - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde string - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed string - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink string - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked string - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro string - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File stringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act stringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act stringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act stringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act stringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act stringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act stringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile string - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink string - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode string - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
.
- analytics_
suspicious str - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover_
page str - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect_
only str - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error_
action str - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - office_
action str - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office_
dde str - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office_
embed str - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office_
hylink str - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office_
linked str - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office_
macro str - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original_
file_ strdestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf_
act_ strform - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf_
act_ strgotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf_
act_ strjava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf_
act_ strlaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf_
act_ strmovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf_
act_ strsound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf_
embedfile str - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf_
hyperlink str - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf_
javacode str - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
.
- analytics
Suspicious String - Enable/disable using CDR as a secondary method for determining suspicous files for analytics. Valid values:
disable
,enable
. - cover
Page String - Enable/disable inserting a cover page into the disarmed document. Valid values:
disable
,enable
. - detect
Only String - Enable/disable only detect disarmable files, do not alter content. Valid values:
disable
,enable
. - error
Action String - Action to be taken if CDR engine encounters an unrecoverable error. Valid values:
block
,log-only
,ignore
. - office
Action String - Enable/disable stripping of PowerPoint action events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Dde String - Enable/disable stripping of Dynamic Data Exchange events in Microsoft Office documents. Valid values:
disable
,enable
. - office
Embed String - Enable/disable stripping of embedded objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Hylink String - Enable/disable stripping of hyperlinks in Microsoft Office documents. Valid values:
disable
,enable
. - office
Linked String - Enable/disable stripping of linked objects in Microsoft Office documents. Valid values:
disable
,enable
. - office
Macro String - Enable/disable stripping of macros in Microsoft Office documents. Valid values:
disable
,enable
. - original
File StringDestination - Destination to send original file if active content is removed. Valid values:
fortisandbox
,quarantine
,discard
. - pdf
Act StringForm - Enable/disable stripping of PDF document actions that submit data to other targets. Valid values:
disable
,enable
. - pdf
Act StringGotor - Enable/disable stripping of PDF document actions that access other PDF documents. Valid values:
disable
,enable
. - pdf
Act StringJava - Enable/disable stripping of PDF document actions that execute JavaScript code. Valid values:
disable
,enable
. - pdf
Act StringLaunch - Enable/disable stripping of PDF document actions that launch other applications. Valid values:
disable
,enable
. - pdf
Act StringMovie - Enable/disable stripping of PDF document actions that play a movie. Valid values:
disable
,enable
. - pdf
Act StringSound - Enable/disable stripping of PDF document actions that play a sound. Valid values:
disable
,enable
. - pdf
Embedfile String - Enable/disable stripping of embedded files in PDF documents. Valid values:
disable
,enable
. - pdf
Hyperlink String - Enable/disable stripping of hyperlinks from PDF documents. Valid values:
disable
,enable
. - pdf
Javacode String - Enable/disable stripping of JavaScript code in PDF documents. Valid values:
disable
,enable
.
ObjectAntivirusProfileFtp, ObjectAntivirusProfileFtpArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable FTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable FTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable FTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable FTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable FTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable FTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
ObjectAntivirusProfileHttp, ObjectAntivirusProfileHttpArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Optimize string - Av-Optimize. Valid values:
disable
,enable
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable HTTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
,strict-file
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
. - Unknown
Content stringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Optimize string - Av-Optimize. Valid values:
disable
,enable
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable HTTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
,strict-file
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
. - Unknown
Content stringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Optimize String - Av-Optimize. Valid values:
disable
,enable
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm String - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable HTTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
,strict-file
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
. - unknown
Content StringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Optimize string - Av-Optimize. Valid values:
disable
,enable
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable HTTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
,strict-file
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
. - unknown
Content stringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
optimize str - Av-Optimize. Valid values:
disable
,enable
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content_
disarm str - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable HTTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
,strict-file
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
. - unknown_
content_ strencoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Optimize String - Av-Optimize. Valid values:
disable
,enable
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm String - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable HTTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
,strict-file
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
. - unknown
Content StringEncoding - Configure the action the FortiGate unit will take on unknown content-encoding. Valid values:
block
,inspect
,bypass
.
ObjectAntivirusProfileImap, ObjectAntivirusProfileImapArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable IMAP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable IMAP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm String - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables String
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable IMAP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable IMAP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content_
disarm str - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables str
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable IMAP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm String - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables String
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable IMAP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
ObjectAntivirusProfileMapi, ObjectAntivirusProfileMapiArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable MAPI AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable MAPI AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables String
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable MAPI AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable MAPI AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables str
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable MAPI AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables String
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable MAPI AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
ObjectAntivirusProfileNacQuar, ObjectAntivirusProfileNacQuarArgs
ObjectAntivirusProfileNntp, ObjectAntivirusProfileNntpArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable NNTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable NNTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable NNTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable NNTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable NNTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable NNTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
ObjectAntivirusProfileOutbreakPrevention, ObjectAntivirusProfileOutbreakPreventionArgs
- External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Ftgd
Service string Enable/disable FortiGuard Virus outbreak prevention service. Valid values:
disable
,enable
.The
pop3
block supports:
- External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Ftgd
Service string Enable/disable FortiGuard Virus outbreak prevention service. Valid values:
disable
,enable
.The
pop3
block supports:
- external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - ftgd
Service String Enable/disable FortiGuard Virus outbreak prevention service. Valid values:
disable
,enable
.The
pop3
block supports:
- external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - ftgd
Service string Enable/disable FortiGuard Virus outbreak prevention service. Valid values:
disable
,enable
.The
pop3
block supports:
- external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - ftgd_
service str Enable/disable FortiGuard Virus outbreak prevention service. Valid values:
disable
,enable
.The
pop3
block supports:
- external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - ftgd
Service String Enable/disable FortiGuard Virus outbreak prevention service. Valid values:
disable
,enable
.The
pop3
block supports:
ObjectAntivirusProfilePop3, ObjectAntivirusProfilePop3Args
- Archive
Blocks List<string> - Archive
Logs List<string> - Av
Scan string - Content
Disarm string - Content-Disarm. The structure of
content_disarm
block is documented below. - Emulator string
- Executables string
- External
Blocklist string - One or more external malware block lists.
- Fortiai string
- Fortindr string
- Fortisandbox string
- Options List<string>
- Outbreak
Prevention string - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - Quarantine string
- Archive
Blocks []string - Archive
Logs []string - Av
Scan string - Content
Disarm string - Content-Disarm. The structure of
content_disarm
block is documented below. - Emulator string
- Executables string
- External
Blocklist string - One or more external malware block lists.
- Fortiai string
- Fortindr string
- Fortisandbox string
- Options []string
- Outbreak
Prevention string - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - Quarantine string
- archive
Blocks List<String> - archive
Logs List<String> - av
Scan String - content
Disarm String - Content-Disarm. The structure of
content_disarm
block is documented below. - emulator String
- executables String
- external
Blocklist String - One or more external malware block lists.
- fortiai String
- fortindr String
- fortisandbox String
- options List<String>
- outbreak
Prevention String - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - quarantine String
- archive
Blocks string[] - archive
Logs string[] - av
Scan string - content
Disarm string - Content-Disarm. The structure of
content_disarm
block is documented below. - emulator string
- executables string
- external
Blocklist string - One or more external malware block lists.
- fortiai string
- fortindr string
- fortisandbox string
- options string[]
- outbreak
Prevention string - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - quarantine string
- archive_
blocks Sequence[str] - archive_
logs Sequence[str] - av_
scan str - content_
disarm str - Content-Disarm. The structure of
content_disarm
block is documented below. - emulator str
- executables str
- external_
blocklist str - One or more external malware block lists.
- fortiai str
- fortindr str
- fortisandbox str
- options Sequence[str]
- outbreak_
prevention str - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - quarantine str
- archive
Blocks List<String> - archive
Logs List<String> - av
Scan String - content
Disarm String - Content-Disarm. The structure of
content_disarm
block is documented below. - emulator String
- executables String
- external
Blocklist String - One or more external malware block lists.
- fortiai String
- fortindr String
- fortisandbox String
- options List<String>
- outbreak
Prevention String - Outbreak-Prevention. The structure of
outbreak_prevention
block is documented below. - quarantine String
ObjectAntivirusProfileSmb, ObjectAntivirusProfileSmbArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Options List<string>
- Enable/disable SMB AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable FortiGuard Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Options []string
- Enable/disable SMB AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable FortiGuard Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - options List<String>
- Enable/disable SMB AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable FortiGuard Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - options string[]
- Enable/disable SMB AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention string - Enable FortiGuard Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - options Sequence[str]
- Enable/disable SMB AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak_
prevention str - Enable FortiGuard Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - options List<String>
- Enable/disable SMB AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable FortiGuard Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
.
ObjectAntivirusProfileSmtp, ObjectAntivirusProfileSmtpArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable SMTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - Executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable SMTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm String - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables String
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable SMTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm string - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables string
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable SMTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content_
disarm str - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables str
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable SMTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - content
Disarm String - Enable Content Disarm and Reconstruction for this protocol. Valid values:
disable
,enable
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - executables String
- Treat Windows executable files as viruses for the purpose of blocking or monitoring. Valid values:
default
,virus
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable SMTP AntiVirus scanning, monitoring, and quarantine. Valid values:
scan
,file-filter
,quarantine
,avquery
,avmonitor
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
ObjectAntivirusProfileSsh, ObjectAntivirusProfileSshArgs
- Archive
Blocks List<string> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs List<string> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options List<string>
- Enable/disable SFTP and SCP AntiVirus scanning, monitoring, and quarantine. Valid values:
avmonitor
,quarantine
,scan
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- Archive
Blocks []string - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Archive
Logs []string - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - Av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - Emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - External
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - Fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - Fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - Fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - Options []string
- Enable/disable SFTP and SCP AntiVirus scanning, monitoring, and quarantine. Valid values:
avmonitor
,quarantine
,scan
. - Outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - Quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable SFTP and SCP AntiVirus scanning, monitoring, and quarantine. Valid values:
avmonitor
,quarantine
,scan
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks string[] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs string[] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan string - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator string
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist string - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai string
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr string
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox string
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options string[]
- Enable/disable SFTP and SCP AntiVirus scanning, monitoring, and quarantine. Valid values:
avmonitor
,quarantine
,scan
. - outbreak
Prevention string - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine string
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive_
blocks Sequence[str] - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive_
logs Sequence[str] - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av_
scan str - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator str
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external_
blocklist str - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai str
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr str
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox str
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options Sequence[str]
- Enable/disable SFTP and SCP AntiVirus scanning, monitoring, and quarantine. Valid values:
avmonitor
,quarantine
,scan
. - outbreak_
prevention str - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine str
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
- archive
Blocks List<String> - Select the archive types to block. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - archive
Logs List<String> - Select the archive types to log. Valid values:
encrypted
,corrupted
,multipart
,nested
,mailbomb
,unhandled
,partiallycorrupted
,fileslimit
,timeout
. - av
Scan String - Enable AntiVirus scan service. Valid values:
disable
,monitor
,block
. - emulator String
- Enable/disable the virus emulator. Valid values:
disable
,enable
. - external
Blocklist String - Enable external-blocklist. Valid values:
disable
,monitor
,block
. - fortiai String
- Enable/disable scanning of files by FortiAI server. Valid values:
disable
,monitor
,block
. - fortindr String
- Enable/disable scanning of files by FortiNDR. Valid values:
disable
,block
,monitor
. - fortisandbox String
- Enable scanning of files by FortiSandbox. Valid values:
disable
,block
,monitor
. - options List<String>
- Enable/disable SFTP and SCP AntiVirus scanning, monitoring, and quarantine. Valid values:
avmonitor
,quarantine
,scan
. - outbreak
Prevention String - Enable Virus Outbreak Prevention service. Valid values:
disabled
,files
,full-archive
,disable
,block
,monitor
. - quarantine String
- Enable/disable quarantine for infected files. Valid values:
disable
,enable
.
Import
ObjectAntivirus Profile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectAntivirusProfile:ObjectAntivirusProfile 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.