DLP_APP_OP_ENLIGHTENED_LEVEL structure

Associates an endpoint Data Loss Prevention (DLP) action with an enforcement level.

Syntax

typedef struct _DLP_APP_OP_ENLIGHTENED_LEVEL{
    DlpActionType Operation;
    DlpAppEnforceLevel AppEnforcementLevel;
}DLP_APP_OP_ENLIGHTENED_LEVEL, *PDLP_APP_OP_ENLIGHTENED_LEVEL;

Members

Operation [in]

A value from the DlpActionType enumeration specifying the endpoint DLP action type.

AppEnforcementLevel [in]

A value from the DlpAppEnforceLevel specifying the level of enforcement for the associated endpoint DLP action type.

Remarks

Pass an array of these structures into DlpInitializeEnforcementMode to set the enforcement mode for a set of endpoint DLP operations.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1809 (10.0; Build 17763)