Protection Mode Args
data class ProtectionModeArgs(val exe: Output<String>? = null, val executable: Output<String>? = null, val msi: Output<String>? = null, val script: Output<String>? = null) : ConvertibleToJava<ProtectionModeArgs>
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.