Configuration Profile Preference Anti Malware Args
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
Link copied to clipboard
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)