ProtectionModeArgs

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.

Constructors

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

Properties

Link copied to clipboard
val exe: Output<String>? = null

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

Link copied to clipboard
val executable: Output<String>? = null

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

Link copied to clipboard
val msi: Output<String>? = null

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

Link copied to clipboard
val script: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ProtectionModeArgs