antivirus

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PkgVersion

func PkgVersion() (semver.Version, error)

PkgVersion uses reflection to determine the version of the current package. If a version cannot be determined, v1 will be assumed. The second return value is always nil.

Types

type AntivirusHeuristic

type AntivirusHeuristic struct {
	pulumi.CustomResourceState

	Mode      pulumi.StringOutput    `pulumi:"mode"`
	Vdomparam pulumi.StringPtrOutput `pulumi:"vdomparam"`
}

func GetAntivirusHeuristic

func GetAntivirusHeuristic(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AntivirusHeuristicState, opts ...pulumi.ResourceOption) (*AntivirusHeuristic, error)

GetAntivirusHeuristic gets an existing AntivirusHeuristic resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAntivirusHeuristic

func NewAntivirusHeuristic(ctx *pulumi.Context,
	name string, args *AntivirusHeuristicArgs, opts ...pulumi.ResourceOption) (*AntivirusHeuristic, error)

NewAntivirusHeuristic registers a new resource with the given unique name, arguments, and options.

func (*AntivirusHeuristic) ElementType

func (*AntivirusHeuristic) ElementType() reflect.Type

func (*AntivirusHeuristic) ToAntivirusHeuristicOutput

func (i *AntivirusHeuristic) ToAntivirusHeuristicOutput() AntivirusHeuristicOutput

func (*AntivirusHeuristic) ToAntivirusHeuristicOutputWithContext

func (i *AntivirusHeuristic) ToAntivirusHeuristicOutputWithContext(ctx context.Context) AntivirusHeuristicOutput

type AntivirusHeuristicArgs

type AntivirusHeuristicArgs struct {
	Mode      pulumi.StringPtrInput
	Vdomparam pulumi.StringPtrInput
}

The set of arguments for constructing a AntivirusHeuristic resource.

func (AntivirusHeuristicArgs) ElementType

func (AntivirusHeuristicArgs) ElementType() reflect.Type

type AntivirusHeuristicArray

type AntivirusHeuristicArray []AntivirusHeuristicInput

func (AntivirusHeuristicArray) ElementType

func (AntivirusHeuristicArray) ElementType() reflect.Type

func (AntivirusHeuristicArray) ToAntivirusHeuristicArrayOutput

func (i AntivirusHeuristicArray) ToAntivirusHeuristicArrayOutput() AntivirusHeuristicArrayOutput

func (AntivirusHeuristicArray) ToAntivirusHeuristicArrayOutputWithContext

func (i AntivirusHeuristicArray) ToAntivirusHeuristicArrayOutputWithContext(ctx context.Context) AntivirusHeuristicArrayOutput

type AntivirusHeuristicArrayInput

type AntivirusHeuristicArrayInput interface {
	pulumi.Input

	ToAntivirusHeuristicArrayOutput() AntivirusHeuristicArrayOutput
	ToAntivirusHeuristicArrayOutputWithContext(context.Context) AntivirusHeuristicArrayOutput
}

AntivirusHeuristicArrayInput is an input type that accepts AntivirusHeuristicArray and AntivirusHeuristicArrayOutput values. You can construct a concrete instance of `AntivirusHeuristicArrayInput` via:

AntivirusHeuristicArray{ AntivirusHeuristicArgs{...} }

type AntivirusHeuristicArrayOutput

type AntivirusHeuristicArrayOutput struct{ *pulumi.OutputState }

func (AntivirusHeuristicArrayOutput) ElementType

func (AntivirusHeuristicArrayOutput) Index

func (AntivirusHeuristicArrayOutput) ToAntivirusHeuristicArrayOutput

func (o AntivirusHeuristicArrayOutput) ToAntivirusHeuristicArrayOutput() AntivirusHeuristicArrayOutput

func (AntivirusHeuristicArrayOutput) ToAntivirusHeuristicArrayOutputWithContext

func (o AntivirusHeuristicArrayOutput) ToAntivirusHeuristicArrayOutputWithContext(ctx context.Context) AntivirusHeuristicArrayOutput

type AntivirusHeuristicInput

type AntivirusHeuristicInput interface {
	pulumi.Input

	ToAntivirusHeuristicOutput() AntivirusHeuristicOutput
	ToAntivirusHeuristicOutputWithContext(ctx context.Context) AntivirusHeuristicOutput
}

type AntivirusHeuristicMap

type AntivirusHeuristicMap map[string]AntivirusHeuristicInput

func (AntivirusHeuristicMap) ElementType

func (AntivirusHeuristicMap) ElementType() reflect.Type

func (AntivirusHeuristicMap) ToAntivirusHeuristicMapOutput

func (i AntivirusHeuristicMap) ToAntivirusHeuristicMapOutput() AntivirusHeuristicMapOutput

func (AntivirusHeuristicMap) ToAntivirusHeuristicMapOutputWithContext

func (i AntivirusHeuristicMap) ToAntivirusHeuristicMapOutputWithContext(ctx context.Context) AntivirusHeuristicMapOutput

type AntivirusHeuristicMapInput

type AntivirusHeuristicMapInput interface {
	pulumi.Input

	ToAntivirusHeuristicMapOutput() AntivirusHeuristicMapOutput
	ToAntivirusHeuristicMapOutputWithContext(context.Context) AntivirusHeuristicMapOutput
}

AntivirusHeuristicMapInput is an input type that accepts AntivirusHeuristicMap and AntivirusHeuristicMapOutput values. You can construct a concrete instance of `AntivirusHeuristicMapInput` via:

AntivirusHeuristicMap{ "key": AntivirusHeuristicArgs{...} }

type AntivirusHeuristicMapOutput

type AntivirusHeuristicMapOutput struct{ *pulumi.OutputState }

func (AntivirusHeuristicMapOutput) ElementType

func (AntivirusHeuristicMapOutput) MapIndex

func (AntivirusHeuristicMapOutput) ToAntivirusHeuristicMapOutput

func (o AntivirusHeuristicMapOutput) ToAntivirusHeuristicMapOutput() AntivirusHeuristicMapOutput

func (AntivirusHeuristicMapOutput) ToAntivirusHeuristicMapOutputWithContext

func (o AntivirusHeuristicMapOutput) ToAntivirusHeuristicMapOutputWithContext(ctx context.Context) AntivirusHeuristicMapOutput

type AntivirusHeuristicOutput

type AntivirusHeuristicOutput struct{ *pulumi.OutputState }

func (AntivirusHeuristicOutput) ElementType

func (AntivirusHeuristicOutput) ElementType() reflect.Type

func (AntivirusHeuristicOutput) Mode

func (AntivirusHeuristicOutput) ToAntivirusHeuristicOutput

func (o AntivirusHeuristicOutput) ToAntivirusHeuristicOutput() AntivirusHeuristicOutput

func (AntivirusHeuristicOutput) ToAntivirusHeuristicOutputWithContext

func (o AntivirusHeuristicOutput) ToAntivirusHeuristicOutputWithContext(ctx context.Context) AntivirusHeuristicOutput

func (AntivirusHeuristicOutput) Vdomparam

type AntivirusHeuristicState

type AntivirusHeuristicState struct {
	Mode      pulumi.StringPtrInput
	Vdomparam pulumi.StringPtrInput
}

func (AntivirusHeuristicState) ElementType

func (AntivirusHeuristicState) ElementType() reflect.Type

type AntivirusProfile

type AntivirusProfile struct {
	pulumi.CustomResourceState

	AnalyticsAcceptFiletype       pulumi.IntOutput                             `pulumi:"analyticsAcceptFiletype"`
	AnalyticsBlFiletype           pulumi.IntOutput                             `pulumi:"analyticsBlFiletype"`
	AnalyticsDb                   pulumi.StringOutput                          `pulumi:"analyticsDb"`
	AnalyticsIgnoreFiletype       pulumi.IntOutput                             `pulumi:"analyticsIgnoreFiletype"`
	AnalyticsMaxUpload            pulumi.IntOutput                             `pulumi:"analyticsMaxUpload"`
	AnalyticsWlFiletype           pulumi.IntOutput                             `pulumi:"analyticsWlFiletype"`
	AvBlockLog                    pulumi.StringOutput                          `pulumi:"avBlockLog"`
	AvVirusLog                    pulumi.StringOutput                          `pulumi:"avVirusLog"`
	Cifs                          AntivirusProfileCifsOutput                   `pulumi:"cifs"`
	Comment                       pulumi.StringPtrOutput                       `pulumi:"comment"`
	ContentDisarm                 AntivirusProfileContentDisarmOutput          `pulumi:"contentDisarm"`
	DynamicSortSubtable           pulumi.StringPtrOutput                       `pulumi:"dynamicSortSubtable"`
	EmsThreatFeed                 pulumi.StringOutput                          `pulumi:"emsThreatFeed"`
	ExtendedLog                   pulumi.StringOutput                          `pulumi:"extendedLog"`
	ExternalBlocklistEnableAll    pulumi.StringOutput                          `pulumi:"externalBlocklistEnableAll"`
	ExternalBlocklists            AntivirusProfileExternalBlocklistArrayOutput `pulumi:"externalBlocklists"`
	FeatureSet                    pulumi.StringOutput                          `pulumi:"featureSet"`
	FortiaiErrorAction            pulumi.StringOutput                          `pulumi:"fortiaiErrorAction"`
	FortiaiTimeoutAction          pulumi.StringOutput                          `pulumi:"fortiaiTimeoutAction"`
	FortindrErrorAction           pulumi.StringOutput                          `pulumi:"fortindrErrorAction"`
	FortindrTimeoutAction         pulumi.StringOutput                          `pulumi:"fortindrTimeoutAction"`
	FortisandboxErrorAction       pulumi.StringOutput                          `pulumi:"fortisandboxErrorAction"`
	FortisandboxMaxUpload         pulumi.IntOutput                             `pulumi:"fortisandboxMaxUpload"`
	FortisandboxMode              pulumi.StringOutput                          `pulumi:"fortisandboxMode"`
	FortisandboxTimeoutAction     pulumi.StringOutput                          `pulumi:"fortisandboxTimeoutAction"`
	FtgdAnalytics                 pulumi.StringOutput                          `pulumi:"ftgdAnalytics"`
	Ftp                           AntivirusProfileFtpOutput                    `pulumi:"ftp"`
	Http                          AntivirusProfileHttpOutput                   `pulumi:"http"`
	Imap                          AntivirusProfileImapOutput                   `pulumi:"imap"`
	InspectionMode                pulumi.StringOutput                          `pulumi:"inspectionMode"`
	Mapi                          AntivirusProfileMapiOutput                   `pulumi:"mapi"`
	MobileMalwareDb               pulumi.StringOutput                          `pulumi:"mobileMalwareDb"`
	NacQuar                       AntivirusProfileNacQuarOutput                `pulumi:"nacQuar"`
	Name                          pulumi.StringOutput                          `pulumi:"name"`
	Nntp                          AntivirusProfileNntpOutput                   `pulumi:"nntp"`
	OutbreakPrevention            AntivirusProfileOutbreakPreventionOutput     `pulumi:"outbreakPrevention"`
	OutbreakPreventionArchiveScan pulumi.StringOutput                          `pulumi:"outbreakPreventionArchiveScan"`
	Pop3                          AntivirusProfilePop3Output                   `pulumi:"pop3"`
	ReplacemsgGroup               pulumi.StringOutput                          `pulumi:"replacemsgGroup"`
	ScanMode                      pulumi.StringOutput                          `pulumi:"scanMode"`
	Smb                           AntivirusProfileSmbOutput                    `pulumi:"smb"`
	Smtp                          AntivirusProfileSmtpOutput                   `pulumi:"smtp"`
	Ssh                           AntivirusProfileSshOutput                    `pulumi:"ssh"`
	Vdomparam                     pulumi.StringPtrOutput                       `pulumi:"vdomparam"`
}

func GetAntivirusProfile

func GetAntivirusProfile(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AntivirusProfileState, opts ...pulumi.ResourceOption) (*AntivirusProfile, error)

GetAntivirusProfile gets an existing AntivirusProfile resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAntivirusProfile

func NewAntivirusProfile(ctx *pulumi.Context,
	name string, args *AntivirusProfileArgs, opts ...pulumi.ResourceOption) (*AntivirusProfile, error)

NewAntivirusProfile registers a new resource with the given unique name, arguments, and options.

func (*AntivirusProfile) ElementType

func (*AntivirusProfile) ElementType() reflect.Type

func (*AntivirusProfile) ToAntivirusProfileOutput

func (i *AntivirusProfile) ToAntivirusProfileOutput() AntivirusProfileOutput

func (*AntivirusProfile) ToAntivirusProfileOutputWithContext

func (i *AntivirusProfile) ToAntivirusProfileOutputWithContext(ctx context.Context) AntivirusProfileOutput

type AntivirusProfileArgs

type AntivirusProfileArgs struct {
	AnalyticsAcceptFiletype       pulumi.IntPtrInput
	AnalyticsBlFiletype           pulumi.IntPtrInput
	AnalyticsDb                   pulumi.StringPtrInput
	AnalyticsIgnoreFiletype       pulumi.IntPtrInput
	AnalyticsMaxUpload            pulumi.IntPtrInput
	AnalyticsWlFiletype           pulumi.IntPtrInput
	AvBlockLog                    pulumi.StringPtrInput
	AvVirusLog                    pulumi.StringPtrInput
	Cifs                          AntivirusProfileCifsPtrInput
	Comment                       pulumi.StringPtrInput
	ContentDisarm                 AntivirusProfileContentDisarmPtrInput
	DynamicSortSubtable           pulumi.StringPtrInput
	EmsThreatFeed                 pulumi.StringPtrInput
	ExtendedLog                   pulumi.StringPtrInput
	ExternalBlocklistEnableAll    pulumi.StringPtrInput
	ExternalBlocklists            AntivirusProfileExternalBlocklistArrayInput
	FeatureSet                    pulumi.StringPtrInput
	FortiaiErrorAction            pulumi.StringPtrInput
	FortiaiTimeoutAction          pulumi.StringPtrInput
	FortindrErrorAction           pulumi.StringPtrInput
	FortindrTimeoutAction         pulumi.StringPtrInput
	FortisandboxErrorAction       pulumi.StringPtrInput
	FortisandboxMaxUpload         pulumi.IntPtrInput
	FortisandboxMode              pulumi.StringPtrInput
	FortisandboxTimeoutAction     pulumi.StringPtrInput
	FtgdAnalytics                 pulumi.StringPtrInput
	Ftp                           AntivirusProfileFtpPtrInput
	Http                          AntivirusProfileHttpPtrInput
	Imap                          AntivirusProfileImapPtrInput
	InspectionMode                pulumi.StringPtrInput
	Mapi                          AntivirusProfileMapiPtrInput
	MobileMalwareDb               pulumi.StringPtrInput
	NacQuar                       AntivirusProfileNacQuarPtrInput
	Name                          pulumi.StringPtrInput
	Nntp                          AntivirusProfileNntpPtrInput
	OutbreakPrevention            AntivirusProfileOutbreakPreventionPtrInput
	OutbreakPreventionArchiveScan pulumi.StringPtrInput
	Pop3                          AntivirusProfilePop3PtrInput
	ReplacemsgGroup               pulumi.StringPtrInput
	ScanMode                      pulumi.StringPtrInput
	Smb                           AntivirusProfileSmbPtrInput
	Smtp                          AntivirusProfileSmtpPtrInput
	Ssh                           AntivirusProfileSshPtrInput
	Vdomparam                     pulumi.StringPtrInput
}

The set of arguments for constructing a AntivirusProfile resource.

func (AntivirusProfileArgs) ElementType

func (AntivirusProfileArgs) ElementType() reflect.Type

type AntivirusProfileArray

type AntivirusProfileArray []AntivirusProfileInput

func (AntivirusProfileArray) ElementType

func (AntivirusProfileArray) ElementType() reflect.Type

func (AntivirusProfileArray) ToAntivirusProfileArrayOutput

func (i AntivirusProfileArray) ToAntivirusProfileArrayOutput() AntivirusProfileArrayOutput

func (AntivirusProfileArray) ToAntivirusProfileArrayOutputWithContext

func (i AntivirusProfileArray) ToAntivirusProfileArrayOutputWithContext(ctx context.Context) AntivirusProfileArrayOutput

type AntivirusProfileArrayInput

type AntivirusProfileArrayInput interface {
	pulumi.Input

	ToAntivirusProfileArrayOutput() AntivirusProfileArrayOutput
	ToAntivirusProfileArrayOutputWithContext(context.Context) AntivirusProfileArrayOutput
}

AntivirusProfileArrayInput is an input type that accepts AntivirusProfileArray and AntivirusProfileArrayOutput values. You can construct a concrete instance of `AntivirusProfileArrayInput` via:

AntivirusProfileArray{ AntivirusProfileArgs{...} }

type AntivirusProfileArrayOutput

type AntivirusProfileArrayOutput struct{ *pulumi.OutputState }

func (AntivirusProfileArrayOutput) ElementType

func (AntivirusProfileArrayOutput) Index

func (AntivirusProfileArrayOutput) ToAntivirusProfileArrayOutput

func (o AntivirusProfileArrayOutput) ToAntivirusProfileArrayOutput() AntivirusProfileArrayOutput

func (AntivirusProfileArrayOutput) ToAntivirusProfileArrayOutputWithContext

func (o AntivirusProfileArrayOutput) ToAntivirusProfileArrayOutputWithContext(ctx context.Context) AntivirusProfileArrayOutput

type AntivirusProfileCifs

type AntivirusProfileCifs struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	Emulator           *string `pulumi:"emulator"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfileCifsArgs

type AntivirusProfileCifsArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfileCifsArgs) ElementType

func (AntivirusProfileCifsArgs) ElementType() reflect.Type

func (AntivirusProfileCifsArgs) ToAntivirusProfileCifsOutput

func (i AntivirusProfileCifsArgs) ToAntivirusProfileCifsOutput() AntivirusProfileCifsOutput

func (AntivirusProfileCifsArgs) ToAntivirusProfileCifsOutputWithContext

func (i AntivirusProfileCifsArgs) ToAntivirusProfileCifsOutputWithContext(ctx context.Context) AntivirusProfileCifsOutput

func (AntivirusProfileCifsArgs) ToAntivirusProfileCifsPtrOutput

func (i AntivirusProfileCifsArgs) ToAntivirusProfileCifsPtrOutput() AntivirusProfileCifsPtrOutput

func (AntivirusProfileCifsArgs) ToAntivirusProfileCifsPtrOutputWithContext

func (i AntivirusProfileCifsArgs) ToAntivirusProfileCifsPtrOutputWithContext(ctx context.Context) AntivirusProfileCifsPtrOutput

type AntivirusProfileCifsInput

type AntivirusProfileCifsInput interface {
	pulumi.Input

	ToAntivirusProfileCifsOutput() AntivirusProfileCifsOutput
	ToAntivirusProfileCifsOutputWithContext(context.Context) AntivirusProfileCifsOutput
}

AntivirusProfileCifsInput is an input type that accepts AntivirusProfileCifsArgs and AntivirusProfileCifsOutput values. You can construct a concrete instance of `AntivirusProfileCifsInput` via:

AntivirusProfileCifsArgs{...}

type AntivirusProfileCifsOutput

type AntivirusProfileCifsOutput struct{ *pulumi.OutputState }

func (AntivirusProfileCifsOutput) ArchiveBlock

func (AntivirusProfileCifsOutput) ArchiveLog

func (AntivirusProfileCifsOutput) AvScan

func (AntivirusProfileCifsOutput) ElementType

func (AntivirusProfileCifsOutput) ElementType() reflect.Type

func (AntivirusProfileCifsOutput) Emulator

func (AntivirusProfileCifsOutput) ExternalBlocklist

func (o AntivirusProfileCifsOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileCifsOutput) Fortiai

func (AntivirusProfileCifsOutput) Fortindr

func (AntivirusProfileCifsOutput) Fortisandbox

func (AntivirusProfileCifsOutput) Options

func (AntivirusProfileCifsOutput) OutbreakPrevention

func (o AntivirusProfileCifsOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileCifsOutput) Quarantine

func (AntivirusProfileCifsOutput) ToAntivirusProfileCifsOutput

func (o AntivirusProfileCifsOutput) ToAntivirusProfileCifsOutput() AntivirusProfileCifsOutput

func (AntivirusProfileCifsOutput) ToAntivirusProfileCifsOutputWithContext

func (o AntivirusProfileCifsOutput) ToAntivirusProfileCifsOutputWithContext(ctx context.Context) AntivirusProfileCifsOutput

func (AntivirusProfileCifsOutput) ToAntivirusProfileCifsPtrOutput

func (o AntivirusProfileCifsOutput) ToAntivirusProfileCifsPtrOutput() AntivirusProfileCifsPtrOutput

func (AntivirusProfileCifsOutput) ToAntivirusProfileCifsPtrOutputWithContext

func (o AntivirusProfileCifsOutput) ToAntivirusProfileCifsPtrOutputWithContext(ctx context.Context) AntivirusProfileCifsPtrOutput

type AntivirusProfileCifsPtrInput

type AntivirusProfileCifsPtrInput interface {
	pulumi.Input

	ToAntivirusProfileCifsPtrOutput() AntivirusProfileCifsPtrOutput
	ToAntivirusProfileCifsPtrOutputWithContext(context.Context) AntivirusProfileCifsPtrOutput
}

AntivirusProfileCifsPtrInput is an input type that accepts AntivirusProfileCifsArgs, AntivirusProfileCifsPtr and AntivirusProfileCifsPtrOutput values. You can construct a concrete instance of `AntivirusProfileCifsPtrInput` via:

        AntivirusProfileCifsArgs{...}

or:

        nil

type AntivirusProfileCifsPtrOutput

type AntivirusProfileCifsPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileCifsPtrOutput) ArchiveBlock

func (AntivirusProfileCifsPtrOutput) ArchiveLog

func (AntivirusProfileCifsPtrOutput) AvScan

func (AntivirusProfileCifsPtrOutput) Elem

func (AntivirusProfileCifsPtrOutput) ElementType

func (AntivirusProfileCifsPtrOutput) Emulator

func (AntivirusProfileCifsPtrOutput) ExternalBlocklist

func (AntivirusProfileCifsPtrOutput) Fortiai

func (AntivirusProfileCifsPtrOutput) Fortindr

func (AntivirusProfileCifsPtrOutput) Fortisandbox

func (AntivirusProfileCifsPtrOutput) Options

func (AntivirusProfileCifsPtrOutput) OutbreakPrevention

func (o AntivirusProfileCifsPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileCifsPtrOutput) Quarantine

func (AntivirusProfileCifsPtrOutput) ToAntivirusProfileCifsPtrOutput

func (o AntivirusProfileCifsPtrOutput) ToAntivirusProfileCifsPtrOutput() AntivirusProfileCifsPtrOutput

func (AntivirusProfileCifsPtrOutput) ToAntivirusProfileCifsPtrOutputWithContext

func (o AntivirusProfileCifsPtrOutput) ToAntivirusProfileCifsPtrOutputWithContext(ctx context.Context) AntivirusProfileCifsPtrOutput

type AntivirusProfileContentDisarm

type AntivirusProfileContentDisarm struct {
	CoverPage               *string `pulumi:"coverPage"`
	DetectOnly              *string `pulumi:"detectOnly"`
	ErrorAction             *string `pulumi:"errorAction"`
	OfficeAction            *string `pulumi:"officeAction"`
	OfficeDde               *string `pulumi:"officeDde"`
	OfficeEmbed             *string `pulumi:"officeEmbed"`
	OfficeHylink            *string `pulumi:"officeHylink"`
	OfficeLinked            *string `pulumi:"officeLinked"`
	OfficeMacro             *string `pulumi:"officeMacro"`
	OriginalFileDestination *string `pulumi:"originalFileDestination"`
	PdfActForm              *string `pulumi:"pdfActForm"`
	PdfActGotor             *string `pulumi:"pdfActGotor"`
	PdfActJava              *string `pulumi:"pdfActJava"`
	PdfActLaunch            *string `pulumi:"pdfActLaunch"`
	PdfActMovie             *string `pulumi:"pdfActMovie"`
	PdfActSound             *string `pulumi:"pdfActSound"`
	PdfEmbedfile            *string `pulumi:"pdfEmbedfile"`
	PdfHyperlink            *string `pulumi:"pdfHyperlink"`
	PdfJavacode             *string `pulumi:"pdfJavacode"`
}

type AntivirusProfileContentDisarmArgs

type AntivirusProfileContentDisarmArgs struct {
	CoverPage               pulumi.StringPtrInput `pulumi:"coverPage"`
	DetectOnly              pulumi.StringPtrInput `pulumi:"detectOnly"`
	ErrorAction             pulumi.StringPtrInput `pulumi:"errorAction"`
	OfficeAction            pulumi.StringPtrInput `pulumi:"officeAction"`
	OfficeDde               pulumi.StringPtrInput `pulumi:"officeDde"`
	OfficeEmbed             pulumi.StringPtrInput `pulumi:"officeEmbed"`
	OfficeHylink            pulumi.StringPtrInput `pulumi:"officeHylink"`
	OfficeLinked            pulumi.StringPtrInput `pulumi:"officeLinked"`
	OfficeMacro             pulumi.StringPtrInput `pulumi:"officeMacro"`
	OriginalFileDestination pulumi.StringPtrInput `pulumi:"originalFileDestination"`
	PdfActForm              pulumi.StringPtrInput `pulumi:"pdfActForm"`
	PdfActGotor             pulumi.StringPtrInput `pulumi:"pdfActGotor"`
	PdfActJava              pulumi.StringPtrInput `pulumi:"pdfActJava"`
	PdfActLaunch            pulumi.StringPtrInput `pulumi:"pdfActLaunch"`
	PdfActMovie             pulumi.StringPtrInput `pulumi:"pdfActMovie"`
	PdfActSound             pulumi.StringPtrInput `pulumi:"pdfActSound"`
	PdfEmbedfile            pulumi.StringPtrInput `pulumi:"pdfEmbedfile"`
	PdfHyperlink            pulumi.StringPtrInput `pulumi:"pdfHyperlink"`
	PdfJavacode             pulumi.StringPtrInput `pulumi:"pdfJavacode"`
}

func (AntivirusProfileContentDisarmArgs) ElementType

func (AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmOutput

func (i AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmOutput() AntivirusProfileContentDisarmOutput

func (AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmOutputWithContext

func (i AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmOutputWithContext(ctx context.Context) AntivirusProfileContentDisarmOutput

func (AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmPtrOutput

func (i AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmPtrOutput() AntivirusProfileContentDisarmPtrOutput

func (AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmPtrOutputWithContext

func (i AntivirusProfileContentDisarmArgs) ToAntivirusProfileContentDisarmPtrOutputWithContext(ctx context.Context) AntivirusProfileContentDisarmPtrOutput

type AntivirusProfileContentDisarmInput

type AntivirusProfileContentDisarmInput interface {
	pulumi.Input

	ToAntivirusProfileContentDisarmOutput() AntivirusProfileContentDisarmOutput
	ToAntivirusProfileContentDisarmOutputWithContext(context.Context) AntivirusProfileContentDisarmOutput
}

AntivirusProfileContentDisarmInput is an input type that accepts AntivirusProfileContentDisarmArgs and AntivirusProfileContentDisarmOutput values. You can construct a concrete instance of `AntivirusProfileContentDisarmInput` via:

AntivirusProfileContentDisarmArgs{...}

type AntivirusProfileContentDisarmOutput

type AntivirusProfileContentDisarmOutput struct{ *pulumi.OutputState }

func (AntivirusProfileContentDisarmOutput) CoverPage

func (AntivirusProfileContentDisarmOutput) DetectOnly

func (AntivirusProfileContentDisarmOutput) ElementType

func (AntivirusProfileContentDisarmOutput) ErrorAction

func (AntivirusProfileContentDisarmOutput) OfficeAction

func (AntivirusProfileContentDisarmOutput) OfficeDde

func (AntivirusProfileContentDisarmOutput) OfficeEmbed

func (AntivirusProfileContentDisarmOutput) OfficeLinked

func (AntivirusProfileContentDisarmOutput) OfficeMacro

func (AntivirusProfileContentDisarmOutput) OriginalFileDestination

func (o AntivirusProfileContentDisarmOutput) OriginalFileDestination() pulumi.StringPtrOutput

func (AntivirusProfileContentDisarmOutput) PdfActForm

func (AntivirusProfileContentDisarmOutput) PdfActGotor

func (AntivirusProfileContentDisarmOutput) PdfActJava

func (AntivirusProfileContentDisarmOutput) PdfActLaunch

func (AntivirusProfileContentDisarmOutput) PdfActMovie

func (AntivirusProfileContentDisarmOutput) PdfActSound

func (AntivirusProfileContentDisarmOutput) PdfEmbedfile

func (AntivirusProfileContentDisarmOutput) PdfJavacode

func (AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmOutput

func (o AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmOutput() AntivirusProfileContentDisarmOutput

func (AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmOutputWithContext

func (o AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmOutputWithContext(ctx context.Context) AntivirusProfileContentDisarmOutput

func (AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmPtrOutput

func (o AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmPtrOutput() AntivirusProfileContentDisarmPtrOutput

func (AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmPtrOutputWithContext

func (o AntivirusProfileContentDisarmOutput) ToAntivirusProfileContentDisarmPtrOutputWithContext(ctx context.Context) AntivirusProfileContentDisarmPtrOutput

type AntivirusProfileContentDisarmPtrInput

type AntivirusProfileContentDisarmPtrInput interface {
	pulumi.Input

	ToAntivirusProfileContentDisarmPtrOutput() AntivirusProfileContentDisarmPtrOutput
	ToAntivirusProfileContentDisarmPtrOutputWithContext(context.Context) AntivirusProfileContentDisarmPtrOutput
}

AntivirusProfileContentDisarmPtrInput is an input type that accepts AntivirusProfileContentDisarmArgs, AntivirusProfileContentDisarmPtr and AntivirusProfileContentDisarmPtrOutput values. You can construct a concrete instance of `AntivirusProfileContentDisarmPtrInput` via:

        AntivirusProfileContentDisarmArgs{...}

or:

        nil

type AntivirusProfileContentDisarmPtrOutput

type AntivirusProfileContentDisarmPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileContentDisarmPtrOutput) CoverPage

func (AntivirusProfileContentDisarmPtrOutput) DetectOnly

func (AntivirusProfileContentDisarmPtrOutput) Elem

func (AntivirusProfileContentDisarmPtrOutput) ElementType

func (AntivirusProfileContentDisarmPtrOutput) ErrorAction

func (AntivirusProfileContentDisarmPtrOutput) OfficeAction

func (AntivirusProfileContentDisarmPtrOutput) OfficeDde

func (AntivirusProfileContentDisarmPtrOutput) OfficeEmbed

func (AntivirusProfileContentDisarmPtrOutput) OfficeLinked

func (AntivirusProfileContentDisarmPtrOutput) OfficeMacro

func (AntivirusProfileContentDisarmPtrOutput) OriginalFileDestination

func (AntivirusProfileContentDisarmPtrOutput) PdfActForm

func (AntivirusProfileContentDisarmPtrOutput) PdfActGotor

func (AntivirusProfileContentDisarmPtrOutput) PdfActJava

func (AntivirusProfileContentDisarmPtrOutput) PdfActLaunch

func (AntivirusProfileContentDisarmPtrOutput) PdfActMovie

func (AntivirusProfileContentDisarmPtrOutput) PdfActSound

func (AntivirusProfileContentDisarmPtrOutput) PdfEmbedfile

func (AntivirusProfileContentDisarmPtrOutput) PdfJavacode

func (AntivirusProfileContentDisarmPtrOutput) ToAntivirusProfileContentDisarmPtrOutput

func (o AntivirusProfileContentDisarmPtrOutput) ToAntivirusProfileContentDisarmPtrOutput() AntivirusProfileContentDisarmPtrOutput

func (AntivirusProfileContentDisarmPtrOutput) ToAntivirusProfileContentDisarmPtrOutputWithContext

func (o AntivirusProfileContentDisarmPtrOutput) ToAntivirusProfileContentDisarmPtrOutputWithContext(ctx context.Context) AntivirusProfileContentDisarmPtrOutput

type AntivirusProfileExternalBlocklist

type AntivirusProfileExternalBlocklist struct {
	Name *string `pulumi:"name"`
}

type AntivirusProfileExternalBlocklistArgs

type AntivirusProfileExternalBlocklistArgs struct {
	Name pulumi.StringPtrInput `pulumi:"name"`
}

func (AntivirusProfileExternalBlocklistArgs) ElementType

func (AntivirusProfileExternalBlocklistArgs) ToAntivirusProfileExternalBlocklistOutput

func (i AntivirusProfileExternalBlocklistArgs) ToAntivirusProfileExternalBlocklistOutput() AntivirusProfileExternalBlocklistOutput

func (AntivirusProfileExternalBlocklistArgs) ToAntivirusProfileExternalBlocklistOutputWithContext

func (i AntivirusProfileExternalBlocklistArgs) ToAntivirusProfileExternalBlocklistOutputWithContext(ctx context.Context) AntivirusProfileExternalBlocklistOutput

type AntivirusProfileExternalBlocklistArray

type AntivirusProfileExternalBlocklistArray []AntivirusProfileExternalBlocklistInput

func (AntivirusProfileExternalBlocklistArray) ElementType

func (AntivirusProfileExternalBlocklistArray) ToAntivirusProfileExternalBlocklistArrayOutput

func (i AntivirusProfileExternalBlocklistArray) ToAntivirusProfileExternalBlocklistArrayOutput() AntivirusProfileExternalBlocklistArrayOutput

func (AntivirusProfileExternalBlocklistArray) ToAntivirusProfileExternalBlocklistArrayOutputWithContext

func (i AntivirusProfileExternalBlocklistArray) ToAntivirusProfileExternalBlocklistArrayOutputWithContext(ctx context.Context) AntivirusProfileExternalBlocklistArrayOutput

type AntivirusProfileExternalBlocklistArrayInput

type AntivirusProfileExternalBlocklistArrayInput interface {
	pulumi.Input

	ToAntivirusProfileExternalBlocklistArrayOutput() AntivirusProfileExternalBlocklistArrayOutput
	ToAntivirusProfileExternalBlocklistArrayOutputWithContext(context.Context) AntivirusProfileExternalBlocklistArrayOutput
}

AntivirusProfileExternalBlocklistArrayInput is an input type that accepts AntivirusProfileExternalBlocklistArray and AntivirusProfileExternalBlocklistArrayOutput values. You can construct a concrete instance of `AntivirusProfileExternalBlocklistArrayInput` via:

AntivirusProfileExternalBlocklistArray{ AntivirusProfileExternalBlocklistArgs{...} }

type AntivirusProfileExternalBlocklistArrayOutput

type AntivirusProfileExternalBlocklistArrayOutput struct{ *pulumi.OutputState }

func (AntivirusProfileExternalBlocklistArrayOutput) ElementType

func (AntivirusProfileExternalBlocklistArrayOutput) Index

func (AntivirusProfileExternalBlocklistArrayOutput) ToAntivirusProfileExternalBlocklistArrayOutput

func (o AntivirusProfileExternalBlocklistArrayOutput) ToAntivirusProfileExternalBlocklistArrayOutput() AntivirusProfileExternalBlocklistArrayOutput

func (AntivirusProfileExternalBlocklistArrayOutput) ToAntivirusProfileExternalBlocklistArrayOutputWithContext

func (o AntivirusProfileExternalBlocklistArrayOutput) ToAntivirusProfileExternalBlocklistArrayOutputWithContext(ctx context.Context) AntivirusProfileExternalBlocklistArrayOutput

type AntivirusProfileExternalBlocklistInput

type AntivirusProfileExternalBlocklistInput interface {
	pulumi.Input

	ToAntivirusProfileExternalBlocklistOutput() AntivirusProfileExternalBlocklistOutput
	ToAntivirusProfileExternalBlocklistOutputWithContext(context.Context) AntivirusProfileExternalBlocklistOutput
}

AntivirusProfileExternalBlocklistInput is an input type that accepts AntivirusProfileExternalBlocklistArgs and AntivirusProfileExternalBlocklistOutput values. You can construct a concrete instance of `AntivirusProfileExternalBlocklistInput` via:

AntivirusProfileExternalBlocklistArgs{...}

type AntivirusProfileExternalBlocklistOutput

type AntivirusProfileExternalBlocklistOutput struct{ *pulumi.OutputState }

func (AntivirusProfileExternalBlocklistOutput) ElementType

func (AntivirusProfileExternalBlocklistOutput) Name

func (AntivirusProfileExternalBlocklistOutput) ToAntivirusProfileExternalBlocklistOutput

func (o AntivirusProfileExternalBlocklistOutput) ToAntivirusProfileExternalBlocklistOutput() AntivirusProfileExternalBlocklistOutput

func (AntivirusProfileExternalBlocklistOutput) ToAntivirusProfileExternalBlocklistOutputWithContext

func (o AntivirusProfileExternalBlocklistOutput) ToAntivirusProfileExternalBlocklistOutputWithContext(ctx context.Context) AntivirusProfileExternalBlocklistOutput

type AntivirusProfileFtp

type AntivirusProfileFtp struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	Emulator           *string `pulumi:"emulator"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfileFtpArgs

type AntivirusProfileFtpArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfileFtpArgs) ElementType

func (AntivirusProfileFtpArgs) ElementType() reflect.Type

func (AntivirusProfileFtpArgs) ToAntivirusProfileFtpOutput

func (i AntivirusProfileFtpArgs) ToAntivirusProfileFtpOutput() AntivirusProfileFtpOutput

func (AntivirusProfileFtpArgs) ToAntivirusProfileFtpOutputWithContext

func (i AntivirusProfileFtpArgs) ToAntivirusProfileFtpOutputWithContext(ctx context.Context) AntivirusProfileFtpOutput

func (AntivirusProfileFtpArgs) ToAntivirusProfileFtpPtrOutput

func (i AntivirusProfileFtpArgs) ToAntivirusProfileFtpPtrOutput() AntivirusProfileFtpPtrOutput

func (AntivirusProfileFtpArgs) ToAntivirusProfileFtpPtrOutputWithContext

func (i AntivirusProfileFtpArgs) ToAntivirusProfileFtpPtrOutputWithContext(ctx context.Context) AntivirusProfileFtpPtrOutput

type AntivirusProfileFtpInput

type AntivirusProfileFtpInput interface {
	pulumi.Input

	ToAntivirusProfileFtpOutput() AntivirusProfileFtpOutput
	ToAntivirusProfileFtpOutputWithContext(context.Context) AntivirusProfileFtpOutput
}

AntivirusProfileFtpInput is an input type that accepts AntivirusProfileFtpArgs and AntivirusProfileFtpOutput values. You can construct a concrete instance of `AntivirusProfileFtpInput` via:

AntivirusProfileFtpArgs{...}

type AntivirusProfileFtpOutput

type AntivirusProfileFtpOutput struct{ *pulumi.OutputState }

func (AntivirusProfileFtpOutput) ArchiveBlock

func (AntivirusProfileFtpOutput) ArchiveLog

func (AntivirusProfileFtpOutput) AvScan

func (AntivirusProfileFtpOutput) ElementType

func (AntivirusProfileFtpOutput) ElementType() reflect.Type

func (AntivirusProfileFtpOutput) Emulator

func (AntivirusProfileFtpOutput) ExternalBlocklist

func (o AntivirusProfileFtpOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileFtpOutput) Fortiai

func (AntivirusProfileFtpOutput) Fortindr

func (AntivirusProfileFtpOutput) Fortisandbox

func (AntivirusProfileFtpOutput) Options

func (AntivirusProfileFtpOutput) OutbreakPrevention

func (o AntivirusProfileFtpOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileFtpOutput) Quarantine

func (AntivirusProfileFtpOutput) ToAntivirusProfileFtpOutput

func (o AntivirusProfileFtpOutput) ToAntivirusProfileFtpOutput() AntivirusProfileFtpOutput

func (AntivirusProfileFtpOutput) ToAntivirusProfileFtpOutputWithContext

func (o AntivirusProfileFtpOutput) ToAntivirusProfileFtpOutputWithContext(ctx context.Context) AntivirusProfileFtpOutput

func (AntivirusProfileFtpOutput) ToAntivirusProfileFtpPtrOutput

func (o AntivirusProfileFtpOutput) ToAntivirusProfileFtpPtrOutput() AntivirusProfileFtpPtrOutput

func (AntivirusProfileFtpOutput) ToAntivirusProfileFtpPtrOutputWithContext

func (o AntivirusProfileFtpOutput) ToAntivirusProfileFtpPtrOutputWithContext(ctx context.Context) AntivirusProfileFtpPtrOutput

type AntivirusProfileFtpPtrInput

type AntivirusProfileFtpPtrInput interface {
	pulumi.Input

	ToAntivirusProfileFtpPtrOutput() AntivirusProfileFtpPtrOutput
	ToAntivirusProfileFtpPtrOutputWithContext(context.Context) AntivirusProfileFtpPtrOutput
}

AntivirusProfileFtpPtrInput is an input type that accepts AntivirusProfileFtpArgs, AntivirusProfileFtpPtr and AntivirusProfileFtpPtrOutput values. You can construct a concrete instance of `AntivirusProfileFtpPtrInput` via:

        AntivirusProfileFtpArgs{...}

or:

        nil

type AntivirusProfileFtpPtrOutput

type AntivirusProfileFtpPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileFtpPtrOutput) ArchiveBlock

func (AntivirusProfileFtpPtrOutput) ArchiveLog

func (AntivirusProfileFtpPtrOutput) AvScan

func (AntivirusProfileFtpPtrOutput) Elem

func (AntivirusProfileFtpPtrOutput) ElementType

func (AntivirusProfileFtpPtrOutput) Emulator

func (AntivirusProfileFtpPtrOutput) ExternalBlocklist

func (o AntivirusProfileFtpPtrOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileFtpPtrOutput) Fortiai

func (AntivirusProfileFtpPtrOutput) Fortindr

func (AntivirusProfileFtpPtrOutput) Fortisandbox

func (AntivirusProfileFtpPtrOutput) Options

func (AntivirusProfileFtpPtrOutput) OutbreakPrevention

func (o AntivirusProfileFtpPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileFtpPtrOutput) Quarantine

func (AntivirusProfileFtpPtrOutput) ToAntivirusProfileFtpPtrOutput

func (o AntivirusProfileFtpPtrOutput) ToAntivirusProfileFtpPtrOutput() AntivirusProfileFtpPtrOutput

func (AntivirusProfileFtpPtrOutput) ToAntivirusProfileFtpPtrOutputWithContext

func (o AntivirusProfileFtpPtrOutput) ToAntivirusProfileFtpPtrOutputWithContext(ctx context.Context) AntivirusProfileFtpPtrOutput

type AntivirusProfileHttp

type AntivirusProfileHttp struct {
	ArchiveBlock           *string `pulumi:"archiveBlock"`
	ArchiveLog             *string `pulumi:"archiveLog"`
	AvScan                 *string `pulumi:"avScan"`
	ContentDisarm          *string `pulumi:"contentDisarm"`
	Emulator               *string `pulumi:"emulator"`
	ExternalBlocklist      *string `pulumi:"externalBlocklist"`
	Fortiai                *string `pulumi:"fortiai"`
	Fortindr               *string `pulumi:"fortindr"`
	Fortisandbox           *string `pulumi:"fortisandbox"`
	Options                *string `pulumi:"options"`
	OutbreakPrevention     *string `pulumi:"outbreakPrevention"`
	Quarantine             *string `pulumi:"quarantine"`
	UnknownContentEncoding *string `pulumi:"unknownContentEncoding"`
}

type AntivirusProfileHttpArgs

type AntivirusProfileHttpArgs struct {
	ArchiveBlock           pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog             pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan                 pulumi.StringPtrInput `pulumi:"avScan"`
	ContentDisarm          pulumi.StringPtrInput `pulumi:"contentDisarm"`
	Emulator               pulumi.StringPtrInput `pulumi:"emulator"`
	ExternalBlocklist      pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai                pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr               pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox           pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options                pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention     pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine             pulumi.StringPtrInput `pulumi:"quarantine"`
	UnknownContentEncoding pulumi.StringPtrInput `pulumi:"unknownContentEncoding"`
}

func (AntivirusProfileHttpArgs) ElementType

func (AntivirusProfileHttpArgs) ElementType() reflect.Type

func (AntivirusProfileHttpArgs) ToAntivirusProfileHttpOutput

func (i AntivirusProfileHttpArgs) ToAntivirusProfileHttpOutput() AntivirusProfileHttpOutput

func (AntivirusProfileHttpArgs) ToAntivirusProfileHttpOutputWithContext

func (i AntivirusProfileHttpArgs) ToAntivirusProfileHttpOutputWithContext(ctx context.Context) AntivirusProfileHttpOutput

func (AntivirusProfileHttpArgs) ToAntivirusProfileHttpPtrOutput

func (i AntivirusProfileHttpArgs) ToAntivirusProfileHttpPtrOutput() AntivirusProfileHttpPtrOutput

func (AntivirusProfileHttpArgs) ToAntivirusProfileHttpPtrOutputWithContext

func (i AntivirusProfileHttpArgs) ToAntivirusProfileHttpPtrOutputWithContext(ctx context.Context) AntivirusProfileHttpPtrOutput

type AntivirusProfileHttpInput

type AntivirusProfileHttpInput interface {
	pulumi.Input

	ToAntivirusProfileHttpOutput() AntivirusProfileHttpOutput
	ToAntivirusProfileHttpOutputWithContext(context.Context) AntivirusProfileHttpOutput
}

AntivirusProfileHttpInput is an input type that accepts AntivirusProfileHttpArgs and AntivirusProfileHttpOutput values. You can construct a concrete instance of `AntivirusProfileHttpInput` via:

AntivirusProfileHttpArgs{...}

type AntivirusProfileHttpOutput

type AntivirusProfileHttpOutput struct{ *pulumi.OutputState }

func (AntivirusProfileHttpOutput) ArchiveBlock

func (AntivirusProfileHttpOutput) ArchiveLog

func (AntivirusProfileHttpOutput) AvScan

func (AntivirusProfileHttpOutput) ContentDisarm

func (AntivirusProfileHttpOutput) ElementType

func (AntivirusProfileHttpOutput) ElementType() reflect.Type

func (AntivirusProfileHttpOutput) Emulator

func (AntivirusProfileHttpOutput) ExternalBlocklist

func (o AntivirusProfileHttpOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileHttpOutput) Fortiai

func (AntivirusProfileHttpOutput) Fortindr

func (AntivirusProfileHttpOutput) Fortisandbox

func (AntivirusProfileHttpOutput) Options

func (AntivirusProfileHttpOutput) OutbreakPrevention

func (o AntivirusProfileHttpOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileHttpOutput) Quarantine

func (AntivirusProfileHttpOutput) ToAntivirusProfileHttpOutput

func (o AntivirusProfileHttpOutput) ToAntivirusProfileHttpOutput() AntivirusProfileHttpOutput

func (AntivirusProfileHttpOutput) ToAntivirusProfileHttpOutputWithContext

func (o AntivirusProfileHttpOutput) ToAntivirusProfileHttpOutputWithContext(ctx context.Context) AntivirusProfileHttpOutput

func (AntivirusProfileHttpOutput) ToAntivirusProfileHttpPtrOutput

func (o AntivirusProfileHttpOutput) ToAntivirusProfileHttpPtrOutput() AntivirusProfileHttpPtrOutput

func (AntivirusProfileHttpOutput) ToAntivirusProfileHttpPtrOutputWithContext

func (o AntivirusProfileHttpOutput) ToAntivirusProfileHttpPtrOutputWithContext(ctx context.Context) AntivirusProfileHttpPtrOutput

func (AntivirusProfileHttpOutput) UnknownContentEncoding

func (o AntivirusProfileHttpOutput) UnknownContentEncoding() pulumi.StringPtrOutput

type AntivirusProfileHttpPtrInput

type AntivirusProfileHttpPtrInput interface {
	pulumi.Input

	ToAntivirusProfileHttpPtrOutput() AntivirusProfileHttpPtrOutput
	ToAntivirusProfileHttpPtrOutputWithContext(context.Context) AntivirusProfileHttpPtrOutput
}

AntivirusProfileHttpPtrInput is an input type that accepts AntivirusProfileHttpArgs, AntivirusProfileHttpPtr and AntivirusProfileHttpPtrOutput values. You can construct a concrete instance of `AntivirusProfileHttpPtrInput` via:

        AntivirusProfileHttpArgs{...}

or:

        nil

type AntivirusProfileHttpPtrOutput

type AntivirusProfileHttpPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileHttpPtrOutput) ArchiveBlock

func (AntivirusProfileHttpPtrOutput) ArchiveLog

func (AntivirusProfileHttpPtrOutput) AvScan

func (AntivirusProfileHttpPtrOutput) ContentDisarm

func (AntivirusProfileHttpPtrOutput) Elem

func (AntivirusProfileHttpPtrOutput) ElementType

func (AntivirusProfileHttpPtrOutput) Emulator

func (AntivirusProfileHttpPtrOutput) ExternalBlocklist

func (AntivirusProfileHttpPtrOutput) Fortiai

func (AntivirusProfileHttpPtrOutput) Fortindr

func (AntivirusProfileHttpPtrOutput) Fortisandbox

func (AntivirusProfileHttpPtrOutput) Options

func (AntivirusProfileHttpPtrOutput) OutbreakPrevention

func (o AntivirusProfileHttpPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileHttpPtrOutput) Quarantine

func (AntivirusProfileHttpPtrOutput) ToAntivirusProfileHttpPtrOutput

func (o AntivirusProfileHttpPtrOutput) ToAntivirusProfileHttpPtrOutput() AntivirusProfileHttpPtrOutput

func (AntivirusProfileHttpPtrOutput) ToAntivirusProfileHttpPtrOutputWithContext

func (o AntivirusProfileHttpPtrOutput) ToAntivirusProfileHttpPtrOutputWithContext(ctx context.Context) AntivirusProfileHttpPtrOutput

func (AntivirusProfileHttpPtrOutput) UnknownContentEncoding

func (o AntivirusProfileHttpPtrOutput) UnknownContentEncoding() pulumi.StringPtrOutput

type AntivirusProfileImap

type AntivirusProfileImap struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	ContentDisarm      *string `pulumi:"contentDisarm"`
	Emulator           *string `pulumi:"emulator"`
	Executables        *string `pulumi:"executables"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfileImapArgs

type AntivirusProfileImapArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	ContentDisarm      pulumi.StringPtrInput `pulumi:"contentDisarm"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	Executables        pulumi.StringPtrInput `pulumi:"executables"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfileImapArgs) ElementType

func (AntivirusProfileImapArgs) ElementType() reflect.Type

func (AntivirusProfileImapArgs) ToAntivirusProfileImapOutput

func (i AntivirusProfileImapArgs) ToAntivirusProfileImapOutput() AntivirusProfileImapOutput

func (AntivirusProfileImapArgs) ToAntivirusProfileImapOutputWithContext

func (i AntivirusProfileImapArgs) ToAntivirusProfileImapOutputWithContext(ctx context.Context) AntivirusProfileImapOutput

func (AntivirusProfileImapArgs) ToAntivirusProfileImapPtrOutput

func (i AntivirusProfileImapArgs) ToAntivirusProfileImapPtrOutput() AntivirusProfileImapPtrOutput

func (AntivirusProfileImapArgs) ToAntivirusProfileImapPtrOutputWithContext

func (i AntivirusProfileImapArgs) ToAntivirusProfileImapPtrOutputWithContext(ctx context.Context) AntivirusProfileImapPtrOutput

type AntivirusProfileImapInput

type AntivirusProfileImapInput interface {
	pulumi.Input

	ToAntivirusProfileImapOutput() AntivirusProfileImapOutput
	ToAntivirusProfileImapOutputWithContext(context.Context) AntivirusProfileImapOutput
}

AntivirusProfileImapInput is an input type that accepts AntivirusProfileImapArgs and AntivirusProfileImapOutput values. You can construct a concrete instance of `AntivirusProfileImapInput` via:

AntivirusProfileImapArgs{...}

type AntivirusProfileImapOutput

type AntivirusProfileImapOutput struct{ *pulumi.OutputState }

func (AntivirusProfileImapOutput) ArchiveBlock

func (AntivirusProfileImapOutput) ArchiveLog

func (AntivirusProfileImapOutput) AvScan

func (AntivirusProfileImapOutput) ContentDisarm

func (AntivirusProfileImapOutput) ElementType

func (AntivirusProfileImapOutput) ElementType() reflect.Type

func (AntivirusProfileImapOutput) Emulator

func (AntivirusProfileImapOutput) Executables

func (AntivirusProfileImapOutput) ExternalBlocklist

func (o AntivirusProfileImapOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileImapOutput) Fortiai

func (AntivirusProfileImapOutput) Fortindr

func (AntivirusProfileImapOutput) Fortisandbox

func (AntivirusProfileImapOutput) Options

func (AntivirusProfileImapOutput) OutbreakPrevention

func (o AntivirusProfileImapOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileImapOutput) Quarantine

func (AntivirusProfileImapOutput) ToAntivirusProfileImapOutput

func (o AntivirusProfileImapOutput) ToAntivirusProfileImapOutput() AntivirusProfileImapOutput

func (AntivirusProfileImapOutput) ToAntivirusProfileImapOutputWithContext

func (o AntivirusProfileImapOutput) ToAntivirusProfileImapOutputWithContext(ctx context.Context) AntivirusProfileImapOutput

func (AntivirusProfileImapOutput) ToAntivirusProfileImapPtrOutput

func (o AntivirusProfileImapOutput) ToAntivirusProfileImapPtrOutput() AntivirusProfileImapPtrOutput

func (AntivirusProfileImapOutput) ToAntivirusProfileImapPtrOutputWithContext

func (o AntivirusProfileImapOutput) ToAntivirusProfileImapPtrOutputWithContext(ctx context.Context) AntivirusProfileImapPtrOutput

type AntivirusProfileImapPtrInput

type AntivirusProfileImapPtrInput interface {
	pulumi.Input

	ToAntivirusProfileImapPtrOutput() AntivirusProfileImapPtrOutput
	ToAntivirusProfileImapPtrOutputWithContext(context.Context) AntivirusProfileImapPtrOutput
}

AntivirusProfileImapPtrInput is an input type that accepts AntivirusProfileImapArgs, AntivirusProfileImapPtr and AntivirusProfileImapPtrOutput values. You can construct a concrete instance of `AntivirusProfileImapPtrInput` via:

        AntivirusProfileImapArgs{...}

or:

        nil

type AntivirusProfileImapPtrOutput

type AntivirusProfileImapPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileImapPtrOutput) ArchiveBlock

func (AntivirusProfileImapPtrOutput) ArchiveLog

func (AntivirusProfileImapPtrOutput) AvScan

func (AntivirusProfileImapPtrOutput) ContentDisarm

func (AntivirusProfileImapPtrOutput) Elem

func (AntivirusProfileImapPtrOutput) ElementType

func (AntivirusProfileImapPtrOutput) Emulator

func (AntivirusProfileImapPtrOutput) Executables

func (AntivirusProfileImapPtrOutput) ExternalBlocklist

func (AntivirusProfileImapPtrOutput) Fortiai

func (AntivirusProfileImapPtrOutput) Fortindr

func (AntivirusProfileImapPtrOutput) Fortisandbox

func (AntivirusProfileImapPtrOutput) Options

func (AntivirusProfileImapPtrOutput) OutbreakPrevention

func (o AntivirusProfileImapPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileImapPtrOutput) Quarantine

func (AntivirusProfileImapPtrOutput) ToAntivirusProfileImapPtrOutput

func (o AntivirusProfileImapPtrOutput) ToAntivirusProfileImapPtrOutput() AntivirusProfileImapPtrOutput

func (AntivirusProfileImapPtrOutput) ToAntivirusProfileImapPtrOutputWithContext

func (o AntivirusProfileImapPtrOutput) ToAntivirusProfileImapPtrOutputWithContext(ctx context.Context) AntivirusProfileImapPtrOutput

type AntivirusProfileInput

type AntivirusProfileInput interface {
	pulumi.Input

	ToAntivirusProfileOutput() AntivirusProfileOutput
	ToAntivirusProfileOutputWithContext(ctx context.Context) AntivirusProfileOutput
}

type AntivirusProfileMap

type AntivirusProfileMap map[string]AntivirusProfileInput

func (AntivirusProfileMap) ElementType

func (AntivirusProfileMap) ElementType() reflect.Type

func (AntivirusProfileMap) ToAntivirusProfileMapOutput

func (i AntivirusProfileMap) ToAntivirusProfileMapOutput() AntivirusProfileMapOutput

func (AntivirusProfileMap) ToAntivirusProfileMapOutputWithContext

func (i AntivirusProfileMap) ToAntivirusProfileMapOutputWithContext(ctx context.Context) AntivirusProfileMapOutput

type AntivirusProfileMapInput

type AntivirusProfileMapInput interface {
	pulumi.Input

	ToAntivirusProfileMapOutput() AntivirusProfileMapOutput
	ToAntivirusProfileMapOutputWithContext(context.Context) AntivirusProfileMapOutput
}

AntivirusProfileMapInput is an input type that accepts AntivirusProfileMap and AntivirusProfileMapOutput values. You can construct a concrete instance of `AntivirusProfileMapInput` via:

AntivirusProfileMap{ "key": AntivirusProfileArgs{...} }

type AntivirusProfileMapOutput

type AntivirusProfileMapOutput struct{ *pulumi.OutputState }

func (AntivirusProfileMapOutput) ElementType

func (AntivirusProfileMapOutput) ElementType() reflect.Type

func (AntivirusProfileMapOutput) MapIndex

func (AntivirusProfileMapOutput) ToAntivirusProfileMapOutput

func (o AntivirusProfileMapOutput) ToAntivirusProfileMapOutput() AntivirusProfileMapOutput

func (AntivirusProfileMapOutput) ToAntivirusProfileMapOutputWithContext

func (o AntivirusProfileMapOutput) ToAntivirusProfileMapOutputWithContext(ctx context.Context) AntivirusProfileMapOutput

type AntivirusProfileMapi

type AntivirusProfileMapi struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	Emulator           *string `pulumi:"emulator"`
	Executables        *string `pulumi:"executables"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfileMapiArgs

type AntivirusProfileMapiArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	Executables        pulumi.StringPtrInput `pulumi:"executables"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfileMapiArgs) ElementType

func (AntivirusProfileMapiArgs) ElementType() reflect.Type

func (AntivirusProfileMapiArgs) ToAntivirusProfileMapiOutput

func (i AntivirusProfileMapiArgs) ToAntivirusProfileMapiOutput() AntivirusProfileMapiOutput

func (AntivirusProfileMapiArgs) ToAntivirusProfileMapiOutputWithContext

func (i AntivirusProfileMapiArgs) ToAntivirusProfileMapiOutputWithContext(ctx context.Context) AntivirusProfileMapiOutput

func (AntivirusProfileMapiArgs) ToAntivirusProfileMapiPtrOutput

func (i AntivirusProfileMapiArgs) ToAntivirusProfileMapiPtrOutput() AntivirusProfileMapiPtrOutput

func (AntivirusProfileMapiArgs) ToAntivirusProfileMapiPtrOutputWithContext

func (i AntivirusProfileMapiArgs) ToAntivirusProfileMapiPtrOutputWithContext(ctx context.Context) AntivirusProfileMapiPtrOutput

type AntivirusProfileMapiInput

type AntivirusProfileMapiInput interface {
	pulumi.Input

	ToAntivirusProfileMapiOutput() AntivirusProfileMapiOutput
	ToAntivirusProfileMapiOutputWithContext(context.Context) AntivirusProfileMapiOutput
}

AntivirusProfileMapiInput is an input type that accepts AntivirusProfileMapiArgs and AntivirusProfileMapiOutput values. You can construct a concrete instance of `AntivirusProfileMapiInput` via:

AntivirusProfileMapiArgs{...}

type AntivirusProfileMapiOutput

type AntivirusProfileMapiOutput struct{ *pulumi.OutputState }

func (AntivirusProfileMapiOutput) ArchiveBlock

func (AntivirusProfileMapiOutput) ArchiveLog

func (AntivirusProfileMapiOutput) AvScan

func (AntivirusProfileMapiOutput) ElementType

func (AntivirusProfileMapiOutput) ElementType() reflect.Type

func (AntivirusProfileMapiOutput) Emulator

func (AntivirusProfileMapiOutput) Executables

func (AntivirusProfileMapiOutput) ExternalBlocklist

func (o AntivirusProfileMapiOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileMapiOutput) Fortiai

func (AntivirusProfileMapiOutput) Fortindr

func (AntivirusProfileMapiOutput) Fortisandbox

func (AntivirusProfileMapiOutput) Options

func (AntivirusProfileMapiOutput) OutbreakPrevention

func (o AntivirusProfileMapiOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileMapiOutput) Quarantine

func (AntivirusProfileMapiOutput) ToAntivirusProfileMapiOutput

func (o AntivirusProfileMapiOutput) ToAntivirusProfileMapiOutput() AntivirusProfileMapiOutput

func (AntivirusProfileMapiOutput) ToAntivirusProfileMapiOutputWithContext

func (o AntivirusProfileMapiOutput) ToAntivirusProfileMapiOutputWithContext(ctx context.Context) AntivirusProfileMapiOutput

func (AntivirusProfileMapiOutput) ToAntivirusProfileMapiPtrOutput

func (o AntivirusProfileMapiOutput) ToAntivirusProfileMapiPtrOutput() AntivirusProfileMapiPtrOutput

func (AntivirusProfileMapiOutput) ToAntivirusProfileMapiPtrOutputWithContext

func (o AntivirusProfileMapiOutput) ToAntivirusProfileMapiPtrOutputWithContext(ctx context.Context) AntivirusProfileMapiPtrOutput

type AntivirusProfileMapiPtrInput

type AntivirusProfileMapiPtrInput interface {
	pulumi.Input

	ToAntivirusProfileMapiPtrOutput() AntivirusProfileMapiPtrOutput
	ToAntivirusProfileMapiPtrOutputWithContext(context.Context) AntivirusProfileMapiPtrOutput
}

AntivirusProfileMapiPtrInput is an input type that accepts AntivirusProfileMapiArgs, AntivirusProfileMapiPtr and AntivirusProfileMapiPtrOutput values. You can construct a concrete instance of `AntivirusProfileMapiPtrInput` via:

        AntivirusProfileMapiArgs{...}

or:

        nil

type AntivirusProfileMapiPtrOutput

type AntivirusProfileMapiPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileMapiPtrOutput) ArchiveBlock

func (AntivirusProfileMapiPtrOutput) ArchiveLog

func (AntivirusProfileMapiPtrOutput) AvScan

func (AntivirusProfileMapiPtrOutput) Elem

func (AntivirusProfileMapiPtrOutput) ElementType

func (AntivirusProfileMapiPtrOutput) Emulator

func (AntivirusProfileMapiPtrOutput) Executables

func (AntivirusProfileMapiPtrOutput) ExternalBlocklist

func (AntivirusProfileMapiPtrOutput) Fortiai

func (AntivirusProfileMapiPtrOutput) Fortindr

func (AntivirusProfileMapiPtrOutput) Fortisandbox

func (AntivirusProfileMapiPtrOutput) Options

func (AntivirusProfileMapiPtrOutput) OutbreakPrevention

func (o AntivirusProfileMapiPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileMapiPtrOutput) Quarantine

func (AntivirusProfileMapiPtrOutput) ToAntivirusProfileMapiPtrOutput

func (o AntivirusProfileMapiPtrOutput) ToAntivirusProfileMapiPtrOutput() AntivirusProfileMapiPtrOutput

func (AntivirusProfileMapiPtrOutput) ToAntivirusProfileMapiPtrOutputWithContext

func (o AntivirusProfileMapiPtrOutput) ToAntivirusProfileMapiPtrOutputWithContext(ctx context.Context) AntivirusProfileMapiPtrOutput

type AntivirusProfileNacQuar

type AntivirusProfileNacQuar struct {
	Expiry   *string `pulumi:"expiry"`
	Infected *string `pulumi:"infected"`
	Log      *string `pulumi:"log"`
}

type AntivirusProfileNacQuarArgs

type AntivirusProfileNacQuarArgs struct {
	Expiry   pulumi.StringPtrInput `pulumi:"expiry"`
	Infected pulumi.StringPtrInput `pulumi:"infected"`
	Log      pulumi.StringPtrInput `pulumi:"log"`
}

func (AntivirusProfileNacQuarArgs) ElementType

func (AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarOutput

func (i AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarOutput() AntivirusProfileNacQuarOutput

func (AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarOutputWithContext

func (i AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarOutputWithContext(ctx context.Context) AntivirusProfileNacQuarOutput

func (AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarPtrOutput

func (i AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarPtrOutput() AntivirusProfileNacQuarPtrOutput

func (AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarPtrOutputWithContext

func (i AntivirusProfileNacQuarArgs) ToAntivirusProfileNacQuarPtrOutputWithContext(ctx context.Context) AntivirusProfileNacQuarPtrOutput

type AntivirusProfileNacQuarInput

type AntivirusProfileNacQuarInput interface {
	pulumi.Input

	ToAntivirusProfileNacQuarOutput() AntivirusProfileNacQuarOutput
	ToAntivirusProfileNacQuarOutputWithContext(context.Context) AntivirusProfileNacQuarOutput
}

AntivirusProfileNacQuarInput is an input type that accepts AntivirusProfileNacQuarArgs and AntivirusProfileNacQuarOutput values. You can construct a concrete instance of `AntivirusProfileNacQuarInput` via:

AntivirusProfileNacQuarArgs{...}

type AntivirusProfileNacQuarOutput

type AntivirusProfileNacQuarOutput struct{ *pulumi.OutputState }

func (AntivirusProfileNacQuarOutput) ElementType

func (AntivirusProfileNacQuarOutput) Expiry

func (AntivirusProfileNacQuarOutput) Infected

func (AntivirusProfileNacQuarOutput) Log

func (AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarOutput

func (o AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarOutput() AntivirusProfileNacQuarOutput

func (AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarOutputWithContext

func (o AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarOutputWithContext(ctx context.Context) AntivirusProfileNacQuarOutput

func (AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarPtrOutput

func (o AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarPtrOutput() AntivirusProfileNacQuarPtrOutput

func (AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarPtrOutputWithContext

func (o AntivirusProfileNacQuarOutput) ToAntivirusProfileNacQuarPtrOutputWithContext(ctx context.Context) AntivirusProfileNacQuarPtrOutput

type AntivirusProfileNacQuarPtrInput

type AntivirusProfileNacQuarPtrInput interface {
	pulumi.Input

	ToAntivirusProfileNacQuarPtrOutput() AntivirusProfileNacQuarPtrOutput
	ToAntivirusProfileNacQuarPtrOutputWithContext(context.Context) AntivirusProfileNacQuarPtrOutput
}

AntivirusProfileNacQuarPtrInput is an input type that accepts AntivirusProfileNacQuarArgs, AntivirusProfileNacQuarPtr and AntivirusProfileNacQuarPtrOutput values. You can construct a concrete instance of `AntivirusProfileNacQuarPtrInput` via:

        AntivirusProfileNacQuarArgs{...}

or:

        nil

type AntivirusProfileNacQuarPtrOutput

type AntivirusProfileNacQuarPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileNacQuarPtrOutput) Elem

func (AntivirusProfileNacQuarPtrOutput) ElementType

func (AntivirusProfileNacQuarPtrOutput) Expiry

func (AntivirusProfileNacQuarPtrOutput) Infected

func (AntivirusProfileNacQuarPtrOutput) Log

func (AntivirusProfileNacQuarPtrOutput) ToAntivirusProfileNacQuarPtrOutput

func (o AntivirusProfileNacQuarPtrOutput) ToAntivirusProfileNacQuarPtrOutput() AntivirusProfileNacQuarPtrOutput

func (AntivirusProfileNacQuarPtrOutput) ToAntivirusProfileNacQuarPtrOutputWithContext

func (o AntivirusProfileNacQuarPtrOutput) ToAntivirusProfileNacQuarPtrOutputWithContext(ctx context.Context) AntivirusProfileNacQuarPtrOutput

type AntivirusProfileNntp

type AntivirusProfileNntp struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	Emulator           *string `pulumi:"emulator"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfileNntpArgs

type AntivirusProfileNntpArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfileNntpArgs) ElementType

func (AntivirusProfileNntpArgs) ElementType() reflect.Type

func (AntivirusProfileNntpArgs) ToAntivirusProfileNntpOutput

func (i AntivirusProfileNntpArgs) ToAntivirusProfileNntpOutput() AntivirusProfileNntpOutput

func (AntivirusProfileNntpArgs) ToAntivirusProfileNntpOutputWithContext

func (i AntivirusProfileNntpArgs) ToAntivirusProfileNntpOutputWithContext(ctx context.Context) AntivirusProfileNntpOutput

func (AntivirusProfileNntpArgs) ToAntivirusProfileNntpPtrOutput

func (i AntivirusProfileNntpArgs) ToAntivirusProfileNntpPtrOutput() AntivirusProfileNntpPtrOutput

func (AntivirusProfileNntpArgs) ToAntivirusProfileNntpPtrOutputWithContext

func (i AntivirusProfileNntpArgs) ToAntivirusProfileNntpPtrOutputWithContext(ctx context.Context) AntivirusProfileNntpPtrOutput

type AntivirusProfileNntpInput

type AntivirusProfileNntpInput interface {
	pulumi.Input

	ToAntivirusProfileNntpOutput() AntivirusProfileNntpOutput
	ToAntivirusProfileNntpOutputWithContext(context.Context) AntivirusProfileNntpOutput
}

AntivirusProfileNntpInput is an input type that accepts AntivirusProfileNntpArgs and AntivirusProfileNntpOutput values. You can construct a concrete instance of `AntivirusProfileNntpInput` via:

AntivirusProfileNntpArgs{...}

type AntivirusProfileNntpOutput

type AntivirusProfileNntpOutput struct{ *pulumi.OutputState }

func (AntivirusProfileNntpOutput) ArchiveBlock

func (AntivirusProfileNntpOutput) ArchiveLog

func (AntivirusProfileNntpOutput) AvScan

func (AntivirusProfileNntpOutput) ElementType

func (AntivirusProfileNntpOutput) ElementType() reflect.Type

func (AntivirusProfileNntpOutput) Emulator

func (AntivirusProfileNntpOutput) ExternalBlocklist

func (o AntivirusProfileNntpOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileNntpOutput) Fortiai

func (AntivirusProfileNntpOutput) Fortindr

func (AntivirusProfileNntpOutput) Fortisandbox

func (AntivirusProfileNntpOutput) Options

func (AntivirusProfileNntpOutput) OutbreakPrevention

func (o AntivirusProfileNntpOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileNntpOutput) Quarantine

func (AntivirusProfileNntpOutput) ToAntivirusProfileNntpOutput

func (o AntivirusProfileNntpOutput) ToAntivirusProfileNntpOutput() AntivirusProfileNntpOutput

func (AntivirusProfileNntpOutput) ToAntivirusProfileNntpOutputWithContext

func (o AntivirusProfileNntpOutput) ToAntivirusProfileNntpOutputWithContext(ctx context.Context) AntivirusProfileNntpOutput

func (AntivirusProfileNntpOutput) ToAntivirusProfileNntpPtrOutput

func (o AntivirusProfileNntpOutput) ToAntivirusProfileNntpPtrOutput() AntivirusProfileNntpPtrOutput

func (AntivirusProfileNntpOutput) ToAntivirusProfileNntpPtrOutputWithContext

func (o AntivirusProfileNntpOutput) ToAntivirusProfileNntpPtrOutputWithContext(ctx context.Context) AntivirusProfileNntpPtrOutput

type AntivirusProfileNntpPtrInput

type AntivirusProfileNntpPtrInput interface {
	pulumi.Input

	ToAntivirusProfileNntpPtrOutput() AntivirusProfileNntpPtrOutput
	ToAntivirusProfileNntpPtrOutputWithContext(context.Context) AntivirusProfileNntpPtrOutput
}

AntivirusProfileNntpPtrInput is an input type that accepts AntivirusProfileNntpArgs, AntivirusProfileNntpPtr and AntivirusProfileNntpPtrOutput values. You can construct a concrete instance of `AntivirusProfileNntpPtrInput` via:

        AntivirusProfileNntpArgs{...}

or:

        nil

type AntivirusProfileNntpPtrOutput

type AntivirusProfileNntpPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileNntpPtrOutput) ArchiveBlock

func (AntivirusProfileNntpPtrOutput) ArchiveLog

func (AntivirusProfileNntpPtrOutput) AvScan

func (AntivirusProfileNntpPtrOutput) Elem

func (AntivirusProfileNntpPtrOutput) ElementType

func (AntivirusProfileNntpPtrOutput) Emulator

func (AntivirusProfileNntpPtrOutput) ExternalBlocklist

func (AntivirusProfileNntpPtrOutput) Fortiai

func (AntivirusProfileNntpPtrOutput) Fortindr

func (AntivirusProfileNntpPtrOutput) Fortisandbox

func (AntivirusProfileNntpPtrOutput) Options

func (AntivirusProfileNntpPtrOutput) OutbreakPrevention

func (o AntivirusProfileNntpPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileNntpPtrOutput) Quarantine

func (AntivirusProfileNntpPtrOutput) ToAntivirusProfileNntpPtrOutput

func (o AntivirusProfileNntpPtrOutput) ToAntivirusProfileNntpPtrOutput() AntivirusProfileNntpPtrOutput

func (AntivirusProfileNntpPtrOutput) ToAntivirusProfileNntpPtrOutputWithContext

func (o AntivirusProfileNntpPtrOutput) ToAntivirusProfileNntpPtrOutputWithContext(ctx context.Context) AntivirusProfileNntpPtrOutput

type AntivirusProfileOutbreakPrevention

type AntivirusProfileOutbreakPrevention struct {
	ExternalBlocklist *string `pulumi:"externalBlocklist"`
	FtgdService       *string `pulumi:"ftgdService"`
}

type AntivirusProfileOutbreakPreventionArgs

type AntivirusProfileOutbreakPreventionArgs struct {
	ExternalBlocklist pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	FtgdService       pulumi.StringPtrInput `pulumi:"ftgdService"`
}

func (AntivirusProfileOutbreakPreventionArgs) ElementType

func (AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionOutput

func (i AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionOutput() AntivirusProfileOutbreakPreventionOutput

func (AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionOutputWithContext

func (i AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionOutputWithContext(ctx context.Context) AntivirusProfileOutbreakPreventionOutput

func (AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionPtrOutput

func (i AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionPtrOutput() AntivirusProfileOutbreakPreventionPtrOutput

func (AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionPtrOutputWithContext

func (i AntivirusProfileOutbreakPreventionArgs) ToAntivirusProfileOutbreakPreventionPtrOutputWithContext(ctx context.Context) AntivirusProfileOutbreakPreventionPtrOutput

type AntivirusProfileOutbreakPreventionInput

type AntivirusProfileOutbreakPreventionInput interface {
	pulumi.Input

	ToAntivirusProfileOutbreakPreventionOutput() AntivirusProfileOutbreakPreventionOutput
	ToAntivirusProfileOutbreakPreventionOutputWithContext(context.Context) AntivirusProfileOutbreakPreventionOutput
}

AntivirusProfileOutbreakPreventionInput is an input type that accepts AntivirusProfileOutbreakPreventionArgs and AntivirusProfileOutbreakPreventionOutput values. You can construct a concrete instance of `AntivirusProfileOutbreakPreventionInput` via:

AntivirusProfileOutbreakPreventionArgs{...}

type AntivirusProfileOutbreakPreventionOutput

type AntivirusProfileOutbreakPreventionOutput struct{ *pulumi.OutputState }

func (AntivirusProfileOutbreakPreventionOutput) ElementType

func (AntivirusProfileOutbreakPreventionOutput) ExternalBlocklist

func (AntivirusProfileOutbreakPreventionOutput) FtgdService

func (AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionOutput

func (o AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionOutput() AntivirusProfileOutbreakPreventionOutput

func (AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionOutputWithContext

func (o AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionOutputWithContext(ctx context.Context) AntivirusProfileOutbreakPreventionOutput

func (AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionPtrOutput

func (o AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionPtrOutput() AntivirusProfileOutbreakPreventionPtrOutput

func (AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionPtrOutputWithContext

func (o AntivirusProfileOutbreakPreventionOutput) ToAntivirusProfileOutbreakPreventionPtrOutputWithContext(ctx context.Context) AntivirusProfileOutbreakPreventionPtrOutput

type AntivirusProfileOutbreakPreventionPtrInput

type AntivirusProfileOutbreakPreventionPtrInput interface {
	pulumi.Input

	ToAntivirusProfileOutbreakPreventionPtrOutput() AntivirusProfileOutbreakPreventionPtrOutput
	ToAntivirusProfileOutbreakPreventionPtrOutputWithContext(context.Context) AntivirusProfileOutbreakPreventionPtrOutput
}

AntivirusProfileOutbreakPreventionPtrInput is an input type that accepts AntivirusProfileOutbreakPreventionArgs, AntivirusProfileOutbreakPreventionPtr and AntivirusProfileOutbreakPreventionPtrOutput values. You can construct a concrete instance of `AntivirusProfileOutbreakPreventionPtrInput` via:

        AntivirusProfileOutbreakPreventionArgs{...}

or:

        nil

type AntivirusProfileOutbreakPreventionPtrOutput

type AntivirusProfileOutbreakPreventionPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileOutbreakPreventionPtrOutput) Elem

func (AntivirusProfileOutbreakPreventionPtrOutput) ElementType

func (AntivirusProfileOutbreakPreventionPtrOutput) ExternalBlocklist

func (AntivirusProfileOutbreakPreventionPtrOutput) FtgdService

func (AntivirusProfileOutbreakPreventionPtrOutput) ToAntivirusProfileOutbreakPreventionPtrOutput

func (o AntivirusProfileOutbreakPreventionPtrOutput) ToAntivirusProfileOutbreakPreventionPtrOutput() AntivirusProfileOutbreakPreventionPtrOutput

func (AntivirusProfileOutbreakPreventionPtrOutput) ToAntivirusProfileOutbreakPreventionPtrOutputWithContext

func (o AntivirusProfileOutbreakPreventionPtrOutput) ToAntivirusProfileOutbreakPreventionPtrOutputWithContext(ctx context.Context) AntivirusProfileOutbreakPreventionPtrOutput

type AntivirusProfileOutput

type AntivirusProfileOutput struct{ *pulumi.OutputState }

func (AntivirusProfileOutput) AnalyticsAcceptFiletype

func (o AntivirusProfileOutput) AnalyticsAcceptFiletype() pulumi.IntOutput

func (AntivirusProfileOutput) AnalyticsBlFiletype

func (o AntivirusProfileOutput) AnalyticsBlFiletype() pulumi.IntOutput

func (AntivirusProfileOutput) AnalyticsDb

func (o AntivirusProfileOutput) AnalyticsDb() pulumi.StringOutput

func (AntivirusProfileOutput) AnalyticsIgnoreFiletype

func (o AntivirusProfileOutput) AnalyticsIgnoreFiletype() pulumi.IntOutput

func (AntivirusProfileOutput) AnalyticsMaxUpload

func (o AntivirusProfileOutput) AnalyticsMaxUpload() pulumi.IntOutput

func (AntivirusProfileOutput) AnalyticsWlFiletype

func (o AntivirusProfileOutput) AnalyticsWlFiletype() pulumi.IntOutput

func (AntivirusProfileOutput) AvBlockLog

func (AntivirusProfileOutput) AvVirusLog

func (AntivirusProfileOutput) Cifs

func (AntivirusProfileOutput) Comment

func (AntivirusProfileOutput) ContentDisarm

func (AntivirusProfileOutput) DynamicSortSubtable

func (o AntivirusProfileOutput) DynamicSortSubtable() pulumi.StringPtrOutput

func (AntivirusProfileOutput) ElementType

func (AntivirusProfileOutput) ElementType() reflect.Type

func (AntivirusProfileOutput) EmsThreatFeed

func (o AntivirusProfileOutput) EmsThreatFeed() pulumi.StringOutput

func (AntivirusProfileOutput) ExtendedLog

func (o AntivirusProfileOutput) ExtendedLog() pulumi.StringOutput

func (AntivirusProfileOutput) ExternalBlocklistEnableAll

func (o AntivirusProfileOutput) ExternalBlocklistEnableAll() pulumi.StringOutput

func (AntivirusProfileOutput) ExternalBlocklists

func (AntivirusProfileOutput) FeatureSet

func (AntivirusProfileOutput) FortiaiErrorAction

func (o AntivirusProfileOutput) FortiaiErrorAction() pulumi.StringOutput

func (AntivirusProfileOutput) FortiaiTimeoutAction

func (o AntivirusProfileOutput) FortiaiTimeoutAction() pulumi.StringOutput

func (AntivirusProfileOutput) FortindrErrorAction

func (o AntivirusProfileOutput) FortindrErrorAction() pulumi.StringOutput

func (AntivirusProfileOutput) FortindrTimeoutAction

func (o AntivirusProfileOutput) FortindrTimeoutAction() pulumi.StringOutput

func (AntivirusProfileOutput) FortisandboxErrorAction

func (o AntivirusProfileOutput) FortisandboxErrorAction() pulumi.StringOutput

func (AntivirusProfileOutput) FortisandboxMaxUpload

func (o AntivirusProfileOutput) FortisandboxMaxUpload() pulumi.IntOutput

func (AntivirusProfileOutput) FortisandboxMode

func (o AntivirusProfileOutput) FortisandboxMode() pulumi.StringOutput

func (AntivirusProfileOutput) FortisandboxTimeoutAction

func (o AntivirusProfileOutput) FortisandboxTimeoutAction() pulumi.StringOutput

func (AntivirusProfileOutput) FtgdAnalytics

func (o AntivirusProfileOutput) FtgdAnalytics() pulumi.StringOutput

func (AntivirusProfileOutput) Ftp

func (AntivirusProfileOutput) Http

func (AntivirusProfileOutput) Imap

func (AntivirusProfileOutput) InspectionMode

func (o AntivirusProfileOutput) InspectionMode() pulumi.StringOutput

func (AntivirusProfileOutput) Mapi

func (AntivirusProfileOutput) MobileMalwareDb

func (o AntivirusProfileOutput) MobileMalwareDb() pulumi.StringOutput

func (AntivirusProfileOutput) NacQuar

func (AntivirusProfileOutput) Name

func (AntivirusProfileOutput) Nntp

func (AntivirusProfileOutput) OutbreakPrevention

func (AntivirusProfileOutput) OutbreakPreventionArchiveScan

func (o AntivirusProfileOutput) OutbreakPreventionArchiveScan() pulumi.StringOutput

func (AntivirusProfileOutput) Pop3

func (AntivirusProfileOutput) ReplacemsgGroup

func (o AntivirusProfileOutput) ReplacemsgGroup() pulumi.StringOutput

func (AntivirusProfileOutput) ScanMode

func (AntivirusProfileOutput) Smb

func (AntivirusProfileOutput) Smtp

func (AntivirusProfileOutput) Ssh

func (AntivirusProfileOutput) ToAntivirusProfileOutput

func (o AntivirusProfileOutput) ToAntivirusProfileOutput() AntivirusProfileOutput

func (AntivirusProfileOutput) ToAntivirusProfileOutputWithContext

func (o AntivirusProfileOutput) ToAntivirusProfileOutputWithContext(ctx context.Context) AntivirusProfileOutput

func (AntivirusProfileOutput) Vdomparam

type AntivirusProfilePop3

type AntivirusProfilePop3 struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	ContentDisarm      *string `pulumi:"contentDisarm"`
	Emulator           *string `pulumi:"emulator"`
	Executables        *string `pulumi:"executables"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfilePop3Args

type AntivirusProfilePop3Args struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	ContentDisarm      pulumi.StringPtrInput `pulumi:"contentDisarm"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	Executables        pulumi.StringPtrInput `pulumi:"executables"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfilePop3Args) ElementType

func (AntivirusProfilePop3Args) ElementType() reflect.Type

func (AntivirusProfilePop3Args) ToAntivirusProfilePop3Output

func (i AntivirusProfilePop3Args) ToAntivirusProfilePop3Output() AntivirusProfilePop3Output

func (AntivirusProfilePop3Args) ToAntivirusProfilePop3OutputWithContext

func (i AntivirusProfilePop3Args) ToAntivirusProfilePop3OutputWithContext(ctx context.Context) AntivirusProfilePop3Output

func (AntivirusProfilePop3Args) ToAntivirusProfilePop3PtrOutput

func (i AntivirusProfilePop3Args) ToAntivirusProfilePop3PtrOutput() AntivirusProfilePop3PtrOutput

func (AntivirusProfilePop3Args) ToAntivirusProfilePop3PtrOutputWithContext

func (i AntivirusProfilePop3Args) ToAntivirusProfilePop3PtrOutputWithContext(ctx context.Context) AntivirusProfilePop3PtrOutput

type AntivirusProfilePop3Input

type AntivirusProfilePop3Input interface {
	pulumi.Input

	ToAntivirusProfilePop3Output() AntivirusProfilePop3Output
	ToAntivirusProfilePop3OutputWithContext(context.Context) AntivirusProfilePop3Output
}

AntivirusProfilePop3Input is an input type that accepts AntivirusProfilePop3Args and AntivirusProfilePop3Output values. You can construct a concrete instance of `AntivirusProfilePop3Input` via:

AntivirusProfilePop3Args{...}

type AntivirusProfilePop3Output

type AntivirusProfilePop3Output struct{ *pulumi.OutputState }

func (AntivirusProfilePop3Output) ArchiveBlock

func (AntivirusProfilePop3Output) ArchiveLog

func (AntivirusProfilePop3Output) AvScan

func (AntivirusProfilePop3Output) ContentDisarm

func (AntivirusProfilePop3Output) ElementType

func (AntivirusProfilePop3Output) ElementType() reflect.Type

func (AntivirusProfilePop3Output) Emulator

func (AntivirusProfilePop3Output) Executables

func (AntivirusProfilePop3Output) ExternalBlocklist

func (o AntivirusProfilePop3Output) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfilePop3Output) Fortiai

func (AntivirusProfilePop3Output) Fortindr

func (AntivirusProfilePop3Output) Fortisandbox

func (AntivirusProfilePop3Output) Options

func (AntivirusProfilePop3Output) OutbreakPrevention

func (o AntivirusProfilePop3Output) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfilePop3Output) Quarantine

func (AntivirusProfilePop3Output) ToAntivirusProfilePop3Output

func (o AntivirusProfilePop3Output) ToAntivirusProfilePop3Output() AntivirusProfilePop3Output

func (AntivirusProfilePop3Output) ToAntivirusProfilePop3OutputWithContext

func (o AntivirusProfilePop3Output) ToAntivirusProfilePop3OutputWithContext(ctx context.Context) AntivirusProfilePop3Output

func (AntivirusProfilePop3Output) ToAntivirusProfilePop3PtrOutput

func (o AntivirusProfilePop3Output) ToAntivirusProfilePop3PtrOutput() AntivirusProfilePop3PtrOutput

func (AntivirusProfilePop3Output) ToAntivirusProfilePop3PtrOutputWithContext

func (o AntivirusProfilePop3Output) ToAntivirusProfilePop3PtrOutputWithContext(ctx context.Context) AntivirusProfilePop3PtrOutput

type AntivirusProfilePop3PtrInput

type AntivirusProfilePop3PtrInput interface {
	pulumi.Input

	ToAntivirusProfilePop3PtrOutput() AntivirusProfilePop3PtrOutput
	ToAntivirusProfilePop3PtrOutputWithContext(context.Context) AntivirusProfilePop3PtrOutput
}

AntivirusProfilePop3PtrInput is an input type that accepts AntivirusProfilePop3Args, AntivirusProfilePop3Ptr and AntivirusProfilePop3PtrOutput values. You can construct a concrete instance of `AntivirusProfilePop3PtrInput` via:

        AntivirusProfilePop3Args{...}

or:

        nil

type AntivirusProfilePop3PtrOutput

type AntivirusProfilePop3PtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfilePop3PtrOutput) ArchiveBlock

func (AntivirusProfilePop3PtrOutput) ArchiveLog

func (AntivirusProfilePop3PtrOutput) AvScan

func (AntivirusProfilePop3PtrOutput) ContentDisarm

func (AntivirusProfilePop3PtrOutput) Elem

func (AntivirusProfilePop3PtrOutput) ElementType

func (AntivirusProfilePop3PtrOutput) Emulator

func (AntivirusProfilePop3PtrOutput) Executables

func (AntivirusProfilePop3PtrOutput) ExternalBlocklist

func (AntivirusProfilePop3PtrOutput) Fortiai

func (AntivirusProfilePop3PtrOutput) Fortindr

func (AntivirusProfilePop3PtrOutput) Fortisandbox

func (AntivirusProfilePop3PtrOutput) Options

func (AntivirusProfilePop3PtrOutput) OutbreakPrevention

func (o AntivirusProfilePop3PtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfilePop3PtrOutput) Quarantine

func (AntivirusProfilePop3PtrOutput) ToAntivirusProfilePop3PtrOutput

func (o AntivirusProfilePop3PtrOutput) ToAntivirusProfilePop3PtrOutput() AntivirusProfilePop3PtrOutput

func (AntivirusProfilePop3PtrOutput) ToAntivirusProfilePop3PtrOutputWithContext

func (o AntivirusProfilePop3PtrOutput) ToAntivirusProfilePop3PtrOutputWithContext(ctx context.Context) AntivirusProfilePop3PtrOutput

type AntivirusProfileSmb

type AntivirusProfileSmb struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	Emulator           *string `pulumi:"emulator"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
}

type AntivirusProfileSmbArgs

type AntivirusProfileSmbArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
}

func (AntivirusProfileSmbArgs) ElementType

func (AntivirusProfileSmbArgs) ElementType() reflect.Type

func (AntivirusProfileSmbArgs) ToAntivirusProfileSmbOutput

func (i AntivirusProfileSmbArgs) ToAntivirusProfileSmbOutput() AntivirusProfileSmbOutput

func (AntivirusProfileSmbArgs) ToAntivirusProfileSmbOutputWithContext

func (i AntivirusProfileSmbArgs) ToAntivirusProfileSmbOutputWithContext(ctx context.Context) AntivirusProfileSmbOutput

func (AntivirusProfileSmbArgs) ToAntivirusProfileSmbPtrOutput

func (i AntivirusProfileSmbArgs) ToAntivirusProfileSmbPtrOutput() AntivirusProfileSmbPtrOutput

func (AntivirusProfileSmbArgs) ToAntivirusProfileSmbPtrOutputWithContext

func (i AntivirusProfileSmbArgs) ToAntivirusProfileSmbPtrOutputWithContext(ctx context.Context) AntivirusProfileSmbPtrOutput

type AntivirusProfileSmbInput

type AntivirusProfileSmbInput interface {
	pulumi.Input

	ToAntivirusProfileSmbOutput() AntivirusProfileSmbOutput
	ToAntivirusProfileSmbOutputWithContext(context.Context) AntivirusProfileSmbOutput
}

AntivirusProfileSmbInput is an input type that accepts AntivirusProfileSmbArgs and AntivirusProfileSmbOutput values. You can construct a concrete instance of `AntivirusProfileSmbInput` via:

AntivirusProfileSmbArgs{...}

type AntivirusProfileSmbOutput

type AntivirusProfileSmbOutput struct{ *pulumi.OutputState }

func (AntivirusProfileSmbOutput) ArchiveBlock

func (AntivirusProfileSmbOutput) ArchiveLog

func (AntivirusProfileSmbOutput) ElementType

func (AntivirusProfileSmbOutput) ElementType() reflect.Type

func (AntivirusProfileSmbOutput) Emulator

func (AntivirusProfileSmbOutput) Options

func (AntivirusProfileSmbOutput) OutbreakPrevention

func (o AntivirusProfileSmbOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileSmbOutput) ToAntivirusProfileSmbOutput

func (o AntivirusProfileSmbOutput) ToAntivirusProfileSmbOutput() AntivirusProfileSmbOutput

func (AntivirusProfileSmbOutput) ToAntivirusProfileSmbOutputWithContext

func (o AntivirusProfileSmbOutput) ToAntivirusProfileSmbOutputWithContext(ctx context.Context) AntivirusProfileSmbOutput

func (AntivirusProfileSmbOutput) ToAntivirusProfileSmbPtrOutput

func (o AntivirusProfileSmbOutput) ToAntivirusProfileSmbPtrOutput() AntivirusProfileSmbPtrOutput

func (AntivirusProfileSmbOutput) ToAntivirusProfileSmbPtrOutputWithContext

func (o AntivirusProfileSmbOutput) ToAntivirusProfileSmbPtrOutputWithContext(ctx context.Context) AntivirusProfileSmbPtrOutput

type AntivirusProfileSmbPtrInput

type AntivirusProfileSmbPtrInput interface {
	pulumi.Input

	ToAntivirusProfileSmbPtrOutput() AntivirusProfileSmbPtrOutput
	ToAntivirusProfileSmbPtrOutputWithContext(context.Context) AntivirusProfileSmbPtrOutput
}

AntivirusProfileSmbPtrInput is an input type that accepts AntivirusProfileSmbArgs, AntivirusProfileSmbPtr and AntivirusProfileSmbPtrOutput values. You can construct a concrete instance of `AntivirusProfileSmbPtrInput` via:

        AntivirusProfileSmbArgs{...}

or:

        nil

type AntivirusProfileSmbPtrOutput

type AntivirusProfileSmbPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileSmbPtrOutput) ArchiveBlock

func (AntivirusProfileSmbPtrOutput) ArchiveLog

func (AntivirusProfileSmbPtrOutput) Elem

func (AntivirusProfileSmbPtrOutput) ElementType

func (AntivirusProfileSmbPtrOutput) Emulator

func (AntivirusProfileSmbPtrOutput) Options

func (AntivirusProfileSmbPtrOutput) OutbreakPrevention

func (o AntivirusProfileSmbPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileSmbPtrOutput) ToAntivirusProfileSmbPtrOutput

func (o AntivirusProfileSmbPtrOutput) ToAntivirusProfileSmbPtrOutput() AntivirusProfileSmbPtrOutput

func (AntivirusProfileSmbPtrOutput) ToAntivirusProfileSmbPtrOutputWithContext

func (o AntivirusProfileSmbPtrOutput) ToAntivirusProfileSmbPtrOutputWithContext(ctx context.Context) AntivirusProfileSmbPtrOutput

type AntivirusProfileSmtp

type AntivirusProfileSmtp struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	ContentDisarm      *string `pulumi:"contentDisarm"`
	Emulator           *string `pulumi:"emulator"`
	Executables        *string `pulumi:"executables"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfileSmtpArgs

type AntivirusProfileSmtpArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	ContentDisarm      pulumi.StringPtrInput `pulumi:"contentDisarm"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	Executables        pulumi.StringPtrInput `pulumi:"executables"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfileSmtpArgs) ElementType

func (AntivirusProfileSmtpArgs) ElementType() reflect.Type

func (AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpOutput

func (i AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpOutput() AntivirusProfileSmtpOutput

func (AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpOutputWithContext

func (i AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpOutputWithContext(ctx context.Context) AntivirusProfileSmtpOutput

func (AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpPtrOutput

func (i AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpPtrOutput() AntivirusProfileSmtpPtrOutput

func (AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpPtrOutputWithContext

func (i AntivirusProfileSmtpArgs) ToAntivirusProfileSmtpPtrOutputWithContext(ctx context.Context) AntivirusProfileSmtpPtrOutput

type AntivirusProfileSmtpInput

type AntivirusProfileSmtpInput interface {
	pulumi.Input

	ToAntivirusProfileSmtpOutput() AntivirusProfileSmtpOutput
	ToAntivirusProfileSmtpOutputWithContext(context.Context) AntivirusProfileSmtpOutput
}

AntivirusProfileSmtpInput is an input type that accepts AntivirusProfileSmtpArgs and AntivirusProfileSmtpOutput values. You can construct a concrete instance of `AntivirusProfileSmtpInput` via:

AntivirusProfileSmtpArgs{...}

type AntivirusProfileSmtpOutput

type AntivirusProfileSmtpOutput struct{ *pulumi.OutputState }

func (AntivirusProfileSmtpOutput) ArchiveBlock

func (AntivirusProfileSmtpOutput) ArchiveLog

func (AntivirusProfileSmtpOutput) AvScan

func (AntivirusProfileSmtpOutput) ContentDisarm

func (AntivirusProfileSmtpOutput) ElementType

func (AntivirusProfileSmtpOutput) ElementType() reflect.Type

func (AntivirusProfileSmtpOutput) Emulator

func (AntivirusProfileSmtpOutput) Executables

func (AntivirusProfileSmtpOutput) ExternalBlocklist

func (o AntivirusProfileSmtpOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileSmtpOutput) Fortiai

func (AntivirusProfileSmtpOutput) Fortindr

func (AntivirusProfileSmtpOutput) Fortisandbox

func (AntivirusProfileSmtpOutput) Options

func (AntivirusProfileSmtpOutput) OutbreakPrevention

func (o AntivirusProfileSmtpOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileSmtpOutput) Quarantine

func (AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpOutput

func (o AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpOutput() AntivirusProfileSmtpOutput

func (AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpOutputWithContext

func (o AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpOutputWithContext(ctx context.Context) AntivirusProfileSmtpOutput

func (AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpPtrOutput

func (o AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpPtrOutput() AntivirusProfileSmtpPtrOutput

func (AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpPtrOutputWithContext

func (o AntivirusProfileSmtpOutput) ToAntivirusProfileSmtpPtrOutputWithContext(ctx context.Context) AntivirusProfileSmtpPtrOutput

type AntivirusProfileSmtpPtrInput

type AntivirusProfileSmtpPtrInput interface {
	pulumi.Input

	ToAntivirusProfileSmtpPtrOutput() AntivirusProfileSmtpPtrOutput
	ToAntivirusProfileSmtpPtrOutputWithContext(context.Context) AntivirusProfileSmtpPtrOutput
}

AntivirusProfileSmtpPtrInput is an input type that accepts AntivirusProfileSmtpArgs, AntivirusProfileSmtpPtr and AntivirusProfileSmtpPtrOutput values. You can construct a concrete instance of `AntivirusProfileSmtpPtrInput` via:

        AntivirusProfileSmtpArgs{...}

or:

        nil

type AntivirusProfileSmtpPtrOutput

type AntivirusProfileSmtpPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileSmtpPtrOutput) ArchiveBlock

func (AntivirusProfileSmtpPtrOutput) ArchiveLog

func (AntivirusProfileSmtpPtrOutput) AvScan

func (AntivirusProfileSmtpPtrOutput) ContentDisarm

func (AntivirusProfileSmtpPtrOutput) Elem

func (AntivirusProfileSmtpPtrOutput) ElementType

func (AntivirusProfileSmtpPtrOutput) Emulator

func (AntivirusProfileSmtpPtrOutput) Executables

func (AntivirusProfileSmtpPtrOutput) ExternalBlocklist

func (AntivirusProfileSmtpPtrOutput) Fortiai

func (AntivirusProfileSmtpPtrOutput) Fortindr

func (AntivirusProfileSmtpPtrOutput) Fortisandbox

func (AntivirusProfileSmtpPtrOutput) Options

func (AntivirusProfileSmtpPtrOutput) OutbreakPrevention

func (o AntivirusProfileSmtpPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileSmtpPtrOutput) Quarantine

func (AntivirusProfileSmtpPtrOutput) ToAntivirusProfileSmtpPtrOutput

func (o AntivirusProfileSmtpPtrOutput) ToAntivirusProfileSmtpPtrOutput() AntivirusProfileSmtpPtrOutput

func (AntivirusProfileSmtpPtrOutput) ToAntivirusProfileSmtpPtrOutputWithContext

func (o AntivirusProfileSmtpPtrOutput) ToAntivirusProfileSmtpPtrOutputWithContext(ctx context.Context) AntivirusProfileSmtpPtrOutput

type AntivirusProfileSsh

type AntivirusProfileSsh struct {
	ArchiveBlock       *string `pulumi:"archiveBlock"`
	ArchiveLog         *string `pulumi:"archiveLog"`
	AvScan             *string `pulumi:"avScan"`
	Emulator           *string `pulumi:"emulator"`
	ExternalBlocklist  *string `pulumi:"externalBlocklist"`
	Fortiai            *string `pulumi:"fortiai"`
	Fortindr           *string `pulumi:"fortindr"`
	Fortisandbox       *string `pulumi:"fortisandbox"`
	Options            *string `pulumi:"options"`
	OutbreakPrevention *string `pulumi:"outbreakPrevention"`
	Quarantine         *string `pulumi:"quarantine"`
}

type AntivirusProfileSshArgs

type AntivirusProfileSshArgs struct {
	ArchiveBlock       pulumi.StringPtrInput `pulumi:"archiveBlock"`
	ArchiveLog         pulumi.StringPtrInput `pulumi:"archiveLog"`
	AvScan             pulumi.StringPtrInput `pulumi:"avScan"`
	Emulator           pulumi.StringPtrInput `pulumi:"emulator"`
	ExternalBlocklist  pulumi.StringPtrInput `pulumi:"externalBlocklist"`
	Fortiai            pulumi.StringPtrInput `pulumi:"fortiai"`
	Fortindr           pulumi.StringPtrInput `pulumi:"fortindr"`
	Fortisandbox       pulumi.StringPtrInput `pulumi:"fortisandbox"`
	Options            pulumi.StringPtrInput `pulumi:"options"`
	OutbreakPrevention pulumi.StringPtrInput `pulumi:"outbreakPrevention"`
	Quarantine         pulumi.StringPtrInput `pulumi:"quarantine"`
}

func (AntivirusProfileSshArgs) ElementType

func (AntivirusProfileSshArgs) ElementType() reflect.Type

func (AntivirusProfileSshArgs) ToAntivirusProfileSshOutput

func (i AntivirusProfileSshArgs) ToAntivirusProfileSshOutput() AntivirusProfileSshOutput

func (AntivirusProfileSshArgs) ToAntivirusProfileSshOutputWithContext

func (i AntivirusProfileSshArgs) ToAntivirusProfileSshOutputWithContext(ctx context.Context) AntivirusProfileSshOutput

func (AntivirusProfileSshArgs) ToAntivirusProfileSshPtrOutput

func (i AntivirusProfileSshArgs) ToAntivirusProfileSshPtrOutput() AntivirusProfileSshPtrOutput

func (AntivirusProfileSshArgs) ToAntivirusProfileSshPtrOutputWithContext

func (i AntivirusProfileSshArgs) ToAntivirusProfileSshPtrOutputWithContext(ctx context.Context) AntivirusProfileSshPtrOutput

type AntivirusProfileSshInput

type AntivirusProfileSshInput interface {
	pulumi.Input

	ToAntivirusProfileSshOutput() AntivirusProfileSshOutput
	ToAntivirusProfileSshOutputWithContext(context.Context) AntivirusProfileSshOutput
}

AntivirusProfileSshInput is an input type that accepts AntivirusProfileSshArgs and AntivirusProfileSshOutput values. You can construct a concrete instance of `AntivirusProfileSshInput` via:

AntivirusProfileSshArgs{...}

type AntivirusProfileSshOutput

type AntivirusProfileSshOutput struct{ *pulumi.OutputState }

func (AntivirusProfileSshOutput) ArchiveBlock

func (AntivirusProfileSshOutput) ArchiveLog

func (AntivirusProfileSshOutput) AvScan

func (AntivirusProfileSshOutput) ElementType

func (AntivirusProfileSshOutput) ElementType() reflect.Type

func (AntivirusProfileSshOutput) Emulator

func (AntivirusProfileSshOutput) ExternalBlocklist

func (o AntivirusProfileSshOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileSshOutput) Fortiai

func (AntivirusProfileSshOutput) Fortindr

func (AntivirusProfileSshOutput) Fortisandbox

func (AntivirusProfileSshOutput) Options

func (AntivirusProfileSshOutput) OutbreakPrevention

func (o AntivirusProfileSshOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileSshOutput) Quarantine

func (AntivirusProfileSshOutput) ToAntivirusProfileSshOutput

func (o AntivirusProfileSshOutput) ToAntivirusProfileSshOutput() AntivirusProfileSshOutput

func (AntivirusProfileSshOutput) ToAntivirusProfileSshOutputWithContext

func (o AntivirusProfileSshOutput) ToAntivirusProfileSshOutputWithContext(ctx context.Context) AntivirusProfileSshOutput

func (AntivirusProfileSshOutput) ToAntivirusProfileSshPtrOutput

func (o AntivirusProfileSshOutput) ToAntivirusProfileSshPtrOutput() AntivirusProfileSshPtrOutput

func (AntivirusProfileSshOutput) ToAntivirusProfileSshPtrOutputWithContext

func (o AntivirusProfileSshOutput) ToAntivirusProfileSshPtrOutputWithContext(ctx context.Context) AntivirusProfileSshPtrOutput

type AntivirusProfileSshPtrInput

type AntivirusProfileSshPtrInput interface {
	pulumi.Input

	ToAntivirusProfileSshPtrOutput() AntivirusProfileSshPtrOutput
	ToAntivirusProfileSshPtrOutputWithContext(context.Context) AntivirusProfileSshPtrOutput
}

AntivirusProfileSshPtrInput is an input type that accepts AntivirusProfileSshArgs, AntivirusProfileSshPtr and AntivirusProfileSshPtrOutput values. You can construct a concrete instance of `AntivirusProfileSshPtrInput` via:

        AntivirusProfileSshArgs{...}

or:

        nil

type AntivirusProfileSshPtrOutput

type AntivirusProfileSshPtrOutput struct{ *pulumi.OutputState }

func (AntivirusProfileSshPtrOutput) ArchiveBlock

func (AntivirusProfileSshPtrOutput) ArchiveLog

func (AntivirusProfileSshPtrOutput) AvScan

func (AntivirusProfileSshPtrOutput) Elem

func (AntivirusProfileSshPtrOutput) ElementType

func (AntivirusProfileSshPtrOutput) Emulator

func (AntivirusProfileSshPtrOutput) ExternalBlocklist

func (o AntivirusProfileSshPtrOutput) ExternalBlocklist() pulumi.StringPtrOutput

func (AntivirusProfileSshPtrOutput) Fortiai

func (AntivirusProfileSshPtrOutput) Fortindr

func (AntivirusProfileSshPtrOutput) Fortisandbox

func (AntivirusProfileSshPtrOutput) Options

func (AntivirusProfileSshPtrOutput) OutbreakPrevention

func (o AntivirusProfileSshPtrOutput) OutbreakPrevention() pulumi.StringPtrOutput

func (AntivirusProfileSshPtrOutput) Quarantine

func (AntivirusProfileSshPtrOutput) ToAntivirusProfileSshPtrOutput

func (o AntivirusProfileSshPtrOutput) ToAntivirusProfileSshPtrOutput() AntivirusProfileSshPtrOutput

func (AntivirusProfileSshPtrOutput) ToAntivirusProfileSshPtrOutputWithContext

func (o AntivirusProfileSshPtrOutput) ToAntivirusProfileSshPtrOutputWithContext(ctx context.Context) AntivirusProfileSshPtrOutput

type AntivirusProfileState

type AntivirusProfileState struct {
	AnalyticsAcceptFiletype       pulumi.IntPtrInput
	AnalyticsBlFiletype           pulumi.IntPtrInput
	AnalyticsDb                   pulumi.StringPtrInput
	AnalyticsIgnoreFiletype       pulumi.IntPtrInput
	AnalyticsMaxUpload            pulumi.IntPtrInput
	AnalyticsWlFiletype           pulumi.IntPtrInput
	AvBlockLog                    pulumi.StringPtrInput
	AvVirusLog                    pulumi.StringPtrInput
	Cifs                          AntivirusProfileCifsPtrInput
	Comment                       pulumi.StringPtrInput
	ContentDisarm                 AntivirusProfileContentDisarmPtrInput
	DynamicSortSubtable           pulumi.StringPtrInput
	EmsThreatFeed                 pulumi.StringPtrInput
	ExtendedLog                   pulumi.StringPtrInput
	ExternalBlocklistEnableAll    pulumi.StringPtrInput
	ExternalBlocklists            AntivirusProfileExternalBlocklistArrayInput
	FeatureSet                    pulumi.StringPtrInput
	FortiaiErrorAction            pulumi.StringPtrInput
	FortiaiTimeoutAction          pulumi.StringPtrInput
	FortindrErrorAction           pulumi.StringPtrInput
	FortindrTimeoutAction         pulumi.StringPtrInput
	FortisandboxErrorAction       pulumi.StringPtrInput
	FortisandboxMaxUpload         pulumi.IntPtrInput
	FortisandboxMode              pulumi.StringPtrInput
	FortisandboxTimeoutAction     pulumi.StringPtrInput
	FtgdAnalytics                 pulumi.StringPtrInput
	Ftp                           AntivirusProfileFtpPtrInput
	Http                          AntivirusProfileHttpPtrInput
	Imap                          AntivirusProfileImapPtrInput
	InspectionMode                pulumi.StringPtrInput
	Mapi                          AntivirusProfileMapiPtrInput
	MobileMalwareDb               pulumi.StringPtrInput
	NacQuar                       AntivirusProfileNacQuarPtrInput
	Name                          pulumi.StringPtrInput
	Nntp                          AntivirusProfileNntpPtrInput
	OutbreakPrevention            AntivirusProfileOutbreakPreventionPtrInput
	OutbreakPreventionArchiveScan pulumi.StringPtrInput
	Pop3                          AntivirusProfilePop3PtrInput
	ReplacemsgGroup               pulumi.StringPtrInput
	ScanMode                      pulumi.StringPtrInput
	Smb                           AntivirusProfileSmbPtrInput
	Smtp                          AntivirusProfileSmtpPtrInput
	Ssh                           AntivirusProfileSshPtrInput
	Vdomparam                     pulumi.StringPtrInput
}

func (AntivirusProfileState) ElementType

func (AntivirusProfileState) ElementType() reflect.Type

type AntivirusQuarantine

type AntivirusQuarantine struct {
	pulumi.CustomResourceState

	Agelimit             pulumi.IntOutput       `pulumi:"agelimit"`
	Destination          pulumi.StringOutput    `pulumi:"destination"`
	DropBlocked          pulumi.StringOutput    `pulumi:"dropBlocked"`
	DropHeuristic        pulumi.StringOutput    `pulumi:"dropHeuristic"`
	DropInfected         pulumi.StringOutput    `pulumi:"dropInfected"`
	DropMachineLearning  pulumi.StringOutput    `pulumi:"dropMachineLearning"`
	Lowspace             pulumi.StringOutput    `pulumi:"lowspace"`
	Maxfilesize          pulumi.IntOutput       `pulumi:"maxfilesize"`
	QuarantineQuota      pulumi.IntOutput       `pulumi:"quarantineQuota"`
	StoreBlocked         pulumi.StringOutput    `pulumi:"storeBlocked"`
	StoreHeuristic       pulumi.StringOutput    `pulumi:"storeHeuristic"`
	StoreInfected        pulumi.StringOutput    `pulumi:"storeInfected"`
	StoreMachineLearning pulumi.StringOutput    `pulumi:"storeMachineLearning"`
	Vdomparam            pulumi.StringPtrOutput `pulumi:"vdomparam"`
}

func GetAntivirusQuarantine

func GetAntivirusQuarantine(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AntivirusQuarantineState, opts ...pulumi.ResourceOption) (*AntivirusQuarantine, error)

GetAntivirusQuarantine gets an existing AntivirusQuarantine resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAntivirusQuarantine

func NewAntivirusQuarantine(ctx *pulumi.Context,
	name string, args *AntivirusQuarantineArgs, opts ...pulumi.ResourceOption) (*AntivirusQuarantine, error)

NewAntivirusQuarantine registers a new resource with the given unique name, arguments, and options.

func (*AntivirusQuarantine) ElementType

func (*AntivirusQuarantine) ElementType() reflect.Type

func (*AntivirusQuarantine) ToAntivirusQuarantineOutput

func (i *AntivirusQuarantine) ToAntivirusQuarantineOutput() AntivirusQuarantineOutput

func (*AntivirusQuarantine) ToAntivirusQuarantineOutputWithContext

func (i *AntivirusQuarantine) ToAntivirusQuarantineOutputWithContext(ctx context.Context) AntivirusQuarantineOutput

type AntivirusQuarantineArgs

type AntivirusQuarantineArgs struct {
	Agelimit             pulumi.IntPtrInput
	Destination          pulumi.StringPtrInput
	DropBlocked          pulumi.StringPtrInput
	DropHeuristic        pulumi.StringPtrInput
	DropInfected         pulumi.StringPtrInput
	DropMachineLearning  pulumi.StringPtrInput
	Lowspace             pulumi.StringPtrInput
	Maxfilesize          pulumi.IntPtrInput
	QuarantineQuota      pulumi.IntPtrInput
	StoreBlocked         pulumi.StringPtrInput
	StoreHeuristic       pulumi.StringPtrInput
	StoreInfected        pulumi.StringPtrInput
	StoreMachineLearning pulumi.StringPtrInput
	Vdomparam            pulumi.StringPtrInput
}

The set of arguments for constructing a AntivirusQuarantine resource.

func (AntivirusQuarantineArgs) ElementType

func (AntivirusQuarantineArgs) ElementType() reflect.Type

type AntivirusQuarantineArray

type AntivirusQuarantineArray []AntivirusQuarantineInput

func (AntivirusQuarantineArray) ElementType

func (AntivirusQuarantineArray) ElementType() reflect.Type

func (AntivirusQuarantineArray) ToAntivirusQuarantineArrayOutput

func (i AntivirusQuarantineArray) ToAntivirusQuarantineArrayOutput() AntivirusQuarantineArrayOutput

func (AntivirusQuarantineArray) ToAntivirusQuarantineArrayOutputWithContext

func (i AntivirusQuarantineArray) ToAntivirusQuarantineArrayOutputWithContext(ctx context.Context) AntivirusQuarantineArrayOutput

type AntivirusQuarantineArrayInput

type AntivirusQuarantineArrayInput interface {
	pulumi.Input

	ToAntivirusQuarantineArrayOutput() AntivirusQuarantineArrayOutput
	ToAntivirusQuarantineArrayOutputWithContext(context.Context) AntivirusQuarantineArrayOutput
}

AntivirusQuarantineArrayInput is an input type that accepts AntivirusQuarantineArray and AntivirusQuarantineArrayOutput values. You can construct a concrete instance of `AntivirusQuarantineArrayInput` via:

AntivirusQuarantineArray{ AntivirusQuarantineArgs{...} }

type AntivirusQuarantineArrayOutput

type AntivirusQuarantineArrayOutput struct{ *pulumi.OutputState }

func (AntivirusQuarantineArrayOutput) ElementType

func (AntivirusQuarantineArrayOutput) Index

func (AntivirusQuarantineArrayOutput) ToAntivirusQuarantineArrayOutput

func (o AntivirusQuarantineArrayOutput) ToAntivirusQuarantineArrayOutput() AntivirusQuarantineArrayOutput

func (AntivirusQuarantineArrayOutput) ToAntivirusQuarantineArrayOutputWithContext

func (o AntivirusQuarantineArrayOutput) ToAntivirusQuarantineArrayOutputWithContext(ctx context.Context) AntivirusQuarantineArrayOutput

type AntivirusQuarantineInput

type AntivirusQuarantineInput interface {
	pulumi.Input

	ToAntivirusQuarantineOutput() AntivirusQuarantineOutput
	ToAntivirusQuarantineOutputWithContext(ctx context.Context) AntivirusQuarantineOutput
}

type AntivirusQuarantineMap

type AntivirusQuarantineMap map[string]AntivirusQuarantineInput

func (AntivirusQuarantineMap) ElementType

func (AntivirusQuarantineMap) ElementType() reflect.Type

func (AntivirusQuarantineMap) ToAntivirusQuarantineMapOutput

func (i AntivirusQuarantineMap) ToAntivirusQuarantineMapOutput() AntivirusQuarantineMapOutput

func (AntivirusQuarantineMap) ToAntivirusQuarantineMapOutputWithContext

func (i AntivirusQuarantineMap) ToAntivirusQuarantineMapOutputWithContext(ctx context.Context) AntivirusQuarantineMapOutput

type AntivirusQuarantineMapInput

type AntivirusQuarantineMapInput interface {
	pulumi.Input

	ToAntivirusQuarantineMapOutput() AntivirusQuarantineMapOutput
	ToAntivirusQuarantineMapOutputWithContext(context.Context) AntivirusQuarantineMapOutput
}

AntivirusQuarantineMapInput is an input type that accepts AntivirusQuarantineMap and AntivirusQuarantineMapOutput values. You can construct a concrete instance of `AntivirusQuarantineMapInput` via:

AntivirusQuarantineMap{ "key": AntivirusQuarantineArgs{...} }

type AntivirusQuarantineMapOutput

type AntivirusQuarantineMapOutput struct{ *pulumi.OutputState }

func (AntivirusQuarantineMapOutput) ElementType

func (AntivirusQuarantineMapOutput) MapIndex

func (AntivirusQuarantineMapOutput) ToAntivirusQuarantineMapOutput

func (o AntivirusQuarantineMapOutput) ToAntivirusQuarantineMapOutput() AntivirusQuarantineMapOutput

func (AntivirusQuarantineMapOutput) ToAntivirusQuarantineMapOutputWithContext

func (o AntivirusQuarantineMapOutput) ToAntivirusQuarantineMapOutputWithContext(ctx context.Context) AntivirusQuarantineMapOutput

type AntivirusQuarantineOutput

type AntivirusQuarantineOutput struct{ *pulumi.OutputState }

func (AntivirusQuarantineOutput) Agelimit

func (AntivirusQuarantineOutput) Destination

func (AntivirusQuarantineOutput) DropBlocked

func (AntivirusQuarantineOutput) DropHeuristic

func (o AntivirusQuarantineOutput) DropHeuristic() pulumi.StringOutput

func (AntivirusQuarantineOutput) DropInfected

func (AntivirusQuarantineOutput) DropMachineLearning

func (o AntivirusQuarantineOutput) DropMachineLearning() pulumi.StringOutput

func (AntivirusQuarantineOutput) ElementType

func (AntivirusQuarantineOutput) ElementType() reflect.Type

func (AntivirusQuarantineOutput) Lowspace

func (AntivirusQuarantineOutput) Maxfilesize

func (o AntivirusQuarantineOutput) Maxfilesize() pulumi.IntOutput

func (AntivirusQuarantineOutput) QuarantineQuota

func (o AntivirusQuarantineOutput) QuarantineQuota() pulumi.IntOutput

func (AntivirusQuarantineOutput) StoreBlocked

func (AntivirusQuarantineOutput) StoreHeuristic

func (o AntivirusQuarantineOutput) StoreHeuristic() pulumi.StringOutput

func (AntivirusQuarantineOutput) StoreInfected

func (o AntivirusQuarantineOutput) StoreInfected() pulumi.StringOutput

func (AntivirusQuarantineOutput) StoreMachineLearning

func (o AntivirusQuarantineOutput) StoreMachineLearning() pulumi.StringOutput

func (AntivirusQuarantineOutput) ToAntivirusQuarantineOutput

func (o AntivirusQuarantineOutput) ToAntivirusQuarantineOutput() AntivirusQuarantineOutput

func (AntivirusQuarantineOutput) ToAntivirusQuarantineOutputWithContext

func (o AntivirusQuarantineOutput) ToAntivirusQuarantineOutputWithContext(ctx context.Context) AntivirusQuarantineOutput

func (AntivirusQuarantineOutput) Vdomparam

type AntivirusQuarantineState

type AntivirusQuarantineState struct {
	Agelimit             pulumi.IntPtrInput
	Destination          pulumi.StringPtrInput
	DropBlocked          pulumi.StringPtrInput
	DropHeuristic        pulumi.StringPtrInput
	DropInfected         pulumi.StringPtrInput
	DropMachineLearning  pulumi.StringPtrInput
	Lowspace             pulumi.StringPtrInput
	Maxfilesize          pulumi.IntPtrInput
	QuarantineQuota      pulumi.IntPtrInput
	StoreBlocked         pulumi.StringPtrInput
	StoreHeuristic       pulumi.StringPtrInput
	StoreInfected        pulumi.StringPtrInput
	StoreMachineLearning pulumi.StringPtrInput
	Vdomparam            pulumi.StringPtrInput
}

func (AntivirusQuarantineState) ElementType

func (AntivirusQuarantineState) ElementType() reflect.Type

type AntivirusSettings

type AntivirusSettings struct {
	pulumi.CustomResourceState

	CacheCleanResult         pulumi.StringOutput    `pulumi:"cacheCleanResult"`
	CacheInfectedResult      pulumi.StringOutput    `pulumi:"cacheInfectedResult"`
	DefaultDb                pulumi.StringOutput    `pulumi:"defaultDb"`
	Grayware                 pulumi.StringOutput    `pulumi:"grayware"`
	MachineLearningDetection pulumi.StringOutput    `pulumi:"machineLearningDetection"`
	OverrideTimeout          pulumi.IntOutput       `pulumi:"overrideTimeout"`
	UseExtremeDb             pulumi.StringOutput    `pulumi:"useExtremeDb"`
	Vdomparam                pulumi.StringPtrOutput `pulumi:"vdomparam"`
}

func GetAntivirusSettings

func GetAntivirusSettings(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AntivirusSettingsState, opts ...pulumi.ResourceOption) (*AntivirusSettings, error)

GetAntivirusSettings gets an existing AntivirusSettings resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewAntivirusSettings

func NewAntivirusSettings(ctx *pulumi.Context,
	name string, args *AntivirusSettingsArgs, opts ...pulumi.ResourceOption) (*AntivirusSettings, error)

NewAntivirusSettings registers a new resource with the given unique name, arguments, and options.

func (*AntivirusSettings) ElementType

func (*AntivirusSettings) ElementType() reflect.Type

func (*AntivirusSettings) ToAntivirusSettingsOutput

func (i *AntivirusSettings) ToAntivirusSettingsOutput() AntivirusSettingsOutput

func (*AntivirusSettings) ToAntivirusSettingsOutputWithContext

func (i *AntivirusSettings) ToAntivirusSettingsOutputWithContext(ctx context.Context) AntivirusSettingsOutput

type AntivirusSettingsArgs

type AntivirusSettingsArgs struct {
	CacheCleanResult         pulumi.StringPtrInput
	CacheInfectedResult      pulumi.StringPtrInput
	DefaultDb                pulumi.StringPtrInput
	Grayware                 pulumi.StringPtrInput
	MachineLearningDetection pulumi.StringPtrInput
	OverrideTimeout          pulumi.IntPtrInput
	UseExtremeDb             pulumi.StringPtrInput
	Vdomparam                pulumi.StringPtrInput
}

The set of arguments for constructing a AntivirusSettings resource.

func (AntivirusSettingsArgs) ElementType

func (AntivirusSettingsArgs) ElementType() reflect.Type

type AntivirusSettingsArray

type AntivirusSettingsArray []AntivirusSettingsInput

func (AntivirusSettingsArray) ElementType

func (AntivirusSettingsArray) ElementType() reflect.Type

func (AntivirusSettingsArray) ToAntivirusSettingsArrayOutput

func (i AntivirusSettingsArray) ToAntivirusSettingsArrayOutput() AntivirusSettingsArrayOutput

func (AntivirusSettingsArray) ToAntivirusSettingsArrayOutputWithContext

func (i AntivirusSettingsArray) ToAntivirusSettingsArrayOutputWithContext(ctx context.Context) AntivirusSettingsArrayOutput

type AntivirusSettingsArrayInput

type AntivirusSettingsArrayInput interface {
	pulumi.Input

	ToAntivirusSettingsArrayOutput() AntivirusSettingsArrayOutput
	ToAntivirusSettingsArrayOutputWithContext(context.Context) AntivirusSettingsArrayOutput
}

AntivirusSettingsArrayInput is an input type that accepts AntivirusSettingsArray and AntivirusSettingsArrayOutput values. You can construct a concrete instance of `AntivirusSettingsArrayInput` via:

AntivirusSettingsArray{ AntivirusSettingsArgs{...} }

type AntivirusSettingsArrayOutput

type AntivirusSettingsArrayOutput struct{ *pulumi.OutputState }

func (AntivirusSettingsArrayOutput) ElementType

func (AntivirusSettingsArrayOutput) Index

func (AntivirusSettingsArrayOutput) ToAntivirusSettingsArrayOutput

func (o AntivirusSettingsArrayOutput) ToAntivirusSettingsArrayOutput() AntivirusSettingsArrayOutput

func (AntivirusSettingsArrayOutput) ToAntivirusSettingsArrayOutputWithContext

func (o AntivirusSettingsArrayOutput) ToAntivirusSettingsArrayOutputWithContext(ctx context.Context) AntivirusSettingsArrayOutput

type AntivirusSettingsInput

type AntivirusSettingsInput interface {
	pulumi.Input

	ToAntivirusSettingsOutput() AntivirusSettingsOutput
	ToAntivirusSettingsOutputWithContext(ctx context.Context) AntivirusSettingsOutput
}

type AntivirusSettingsMap

type AntivirusSettingsMap map[string]AntivirusSettingsInput

func (AntivirusSettingsMap) ElementType

func (AntivirusSettingsMap) ElementType() reflect.Type

func (AntivirusSettingsMap) ToAntivirusSettingsMapOutput

func (i AntivirusSettingsMap) ToAntivirusSettingsMapOutput() AntivirusSettingsMapOutput

func (AntivirusSettingsMap) ToAntivirusSettingsMapOutputWithContext

func (i AntivirusSettingsMap) ToAntivirusSettingsMapOutputWithContext(ctx context.Context) AntivirusSettingsMapOutput

type AntivirusSettingsMapInput

type AntivirusSettingsMapInput interface {
	pulumi.Input

	ToAntivirusSettingsMapOutput() AntivirusSettingsMapOutput
	ToAntivirusSettingsMapOutputWithContext(context.Context) AntivirusSettingsMapOutput
}

AntivirusSettingsMapInput is an input type that accepts AntivirusSettingsMap and AntivirusSettingsMapOutput values. You can construct a concrete instance of `AntivirusSettingsMapInput` via:

AntivirusSettingsMap{ "key": AntivirusSettingsArgs{...} }

type AntivirusSettingsMapOutput

type AntivirusSettingsMapOutput struct{ *pulumi.OutputState }

func (AntivirusSettingsMapOutput) ElementType

func (AntivirusSettingsMapOutput) ElementType() reflect.Type

func (AntivirusSettingsMapOutput) MapIndex

func (AntivirusSettingsMapOutput) ToAntivirusSettingsMapOutput

func (o AntivirusSettingsMapOutput) ToAntivirusSettingsMapOutput() AntivirusSettingsMapOutput

func (AntivirusSettingsMapOutput) ToAntivirusSettingsMapOutputWithContext

func (o AntivirusSettingsMapOutput) ToAntivirusSettingsMapOutputWithContext(ctx context.Context) AntivirusSettingsMapOutput

type AntivirusSettingsOutput

type AntivirusSettingsOutput struct{ *pulumi.OutputState }

func (AntivirusSettingsOutput) CacheCleanResult

func (o AntivirusSettingsOutput) CacheCleanResult() pulumi.StringOutput

func (AntivirusSettingsOutput) CacheInfectedResult

func (o AntivirusSettingsOutput) CacheInfectedResult() pulumi.StringOutput

func (AntivirusSettingsOutput) DefaultDb

func (AntivirusSettingsOutput) ElementType

func (AntivirusSettingsOutput) ElementType() reflect.Type

func (AntivirusSettingsOutput) Grayware

func (AntivirusSettingsOutput) MachineLearningDetection

func (o AntivirusSettingsOutput) MachineLearningDetection() pulumi.StringOutput

func (AntivirusSettingsOutput) OverrideTimeout

func (o AntivirusSettingsOutput) OverrideTimeout() pulumi.IntOutput

func (AntivirusSettingsOutput) ToAntivirusSettingsOutput

func (o AntivirusSettingsOutput) ToAntivirusSettingsOutput() AntivirusSettingsOutput

func (AntivirusSettingsOutput) ToAntivirusSettingsOutputWithContext

func (o AntivirusSettingsOutput) ToAntivirusSettingsOutputWithContext(ctx context.Context) AntivirusSettingsOutput

func (AntivirusSettingsOutput) UseExtremeDb

func (o AntivirusSettingsOutput) UseExtremeDb() pulumi.StringOutput

func (AntivirusSettingsOutput) Vdomparam

type AntivirusSettingsState

type AntivirusSettingsState struct {
	CacheCleanResult         pulumi.StringPtrInput
	CacheInfectedResult      pulumi.StringPtrInput
	DefaultDb                pulumi.StringPtrInput
	Grayware                 pulumi.StringPtrInput
	MachineLearningDetection pulumi.StringPtrInput
	OverrideTimeout          pulumi.IntPtrInput
	UseExtremeDb             pulumi.StringPtrInput
	Vdomparam                pulumi.StringPtrInput
}

func (AntivirusSettingsState) ElementType

func (AntivirusSettingsState) ElementType() reflect.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL