Microsoft Graph · Schema

windowsInformationProtectionEnforcementLevel

Possible values for WIP Protection enforcement levels

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsinformationprotectionenforcementlevel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionEnforcementLevel",
  "title": "windowsInformationProtectionEnforcementLevel",
  "enum": [
    "noProtection",
    "encryptAndAuditOnly",
    "encryptAuditAndPrompt",
    "encryptAuditAndBlock"
  ],
  "type": "string",
  "description": "Possible values for WIP Protection enforcement levels",
  "x-ms-enum": {
    "name": "windowsInformationProtectionEnforcementLevel",
    "modelAsString": false,
    "values": [
      {
        "value": "noProtection",
        "description": "No protection enforcement",
        "name": "noProtection"
      },
      {
        "value": "encryptAndAuditOnly",
        "description": "Encrypt and Audit only",
        "name": "encryptAndAuditOnly"
      },
      {
        "value": "encryptAuditAndPrompt",
        "description": "Encrypt, Audit and Prompt",
        "name": "encryptAuditAndPrompt"
      },
      {
        "value": "encryptAuditAndBlock",
        "description": "Encrypt, Audit and Block",
        "name": "encryptAuditAndBlock"
      }
    ]
  }
}