ConfigurationAntimalwareExclusions

data class ConfigurationAntimalwareExclusions(val extensions: String? = null, val paths: String? = null, val processes: String? = null)

Constructors

Link copied to clipboard
constructor(extensions: String? = null, paths: String? = null, processes: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val extensions: String? = null

The extensions to exclude from the antimalware scan, separated by ;. For example .ext1;.ext2.

Link copied to clipboard
val paths: String? = null

The paths to exclude from the antimalware scan, separated by ;. For example C:\\Windows\\Temp;D:\\Temp.

Link copied to clipboard
val processes: String? = null

The processes to exclude from the antimalware scan, separated by ;. For example svchost.exe;notepad.exe.