Partilhar via


ProtectionMode Class

Definition

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

public class ProtectionMode
type ProtectionMode = class
Public Class ProtectionMode
Inheritance
ProtectionMode

Constructors

ProtectionMode()

Initializes a new instance of the ProtectionMode class.

ProtectionMode(String, String, String, String)

Initializes a new instance of the ProtectionMode class.

Properties

Exe

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Executable

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Msi

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Script

Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None'

Extension Methods

ConvertToPSType(ProtectionMode)

Applies to