Configuration Antimalware
data class ConfigurationAntimalware(val exclusions: ConfigurationAntimalwareExclusions? = null, val realTimeProtectionEnabled: Boolean? = null, val scheduledScanDay: Int? = null, val scheduledScanEnabled: Boolean? = null, val scheduledScanTimeInMinutes: Int? = null, val scheduledScanType: String? = null)
Properties
Link copied to clipboard
A exclusions
block as defined below.
Link copied to clipboard
Whether the real time protection is enabled. Defaults to false
.
Link copied to clipboard
The day of the scheduled scan. Possible values are 0
to 8
where 0
is daily, 1
to 7
are the days of the week and 8
is Disabled. Defaults to 8
.
Link copied to clipboard
Whether the scheduled scan is enabled. Defaults to false
.
Link copied to clipboard
The time of the scheduled scan in minutes. Possible values are 0
to 1439
where 0
is 12:00 AM and 1439
is 11:59 PM.
Link copied to clipboard
The type of the scheduled scan. Possible values are Quick
and Full
. Defaults to Quick
.