ConfigurationProfilePreferenceAntiMalwareArgs

data class ConfigurationProfilePreferenceAntiMalwareArgs(val enableRealTimeProtection: Output<Either<String, EnableRealTimeProtection>>? = null, val exclusions: Output<Any>? = null, val runScheduledScan: Output<Either<String, RunScheduledScan>>? = null, val scanDay: Output<String>? = null, val scanTimeInMinutes: Output<String>? = null, val scanType: Output<Either<String, ScanType>>? = null) : ConvertibleToJava<ConfigurationProfilePreferenceAntiMalwareArgs>

Automanage configuration profile Antimalware preferences.

Constructors

constructor(enableRealTimeProtection: Output<Either<String, EnableRealTimeProtection>>? = null, exclusions: Output<Any>? = null, runScheduledScan: Output<Either<String, RunScheduledScan>>? = null, scanDay: Output<String>? = null, scanTimeInMinutes: Output<String>? = null, scanType: Output<Either<String, ScanType>>? = null)

Properties

Link copied to clipboard

Enables or disables Real Time Protection

Link copied to clipboard
val exclusions: Output<Any>? = null

Extensions, Paths and Processes that must be excluded from scan

Link copied to clipboard
val runScheduledScan: Output<Either<String, RunScheduledScan>>? = null

Enables or disables a periodic scan for antimalware

Link copied to clipboard
val scanDay: Output<String>? = null

Schedule scan settings day

Link copied to clipboard
val scanTimeInMinutes: Output<String>? = null

Schedule scan settings time

Link copied to clipboard
val scanType: Output<Either<String, ScanType>>? = null

Type of scheduled scan

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationProfilePreferenceAntiMalwareArgs