ProtectionModeResponse

data class ProtectionModeResponse(val exe: String? = null, val executable: String? = null, val msi: String? = null, val script: String? = null)

The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.

Constructors

Link copied to clipboard
constructor(exe: String? = null, executable: String? = null, msi: String? = null, script: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exe: String? = null

The application control policy enforcement/protection mode of the machine group

Link copied to clipboard
val executable: String? = null

The application control policy enforcement/protection mode of the machine group

Link copied to clipboard
val msi: String? = null

The application control policy enforcement/protection mode of the machine group

Link copied to clipboard
val script: String? = null

The application control policy enforcement/protection mode of the machine group