Microsoft Graph · Schema

win32LobAppRuleType

Contains rule types for Win32 LOB apps.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobappruletype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.win32LobAppRuleType",
  "title": "win32LobAppRuleType",
  "enum": [
    "detection",
    "requirement"
  ],
  "type": "string",
  "description": "Contains rule types for Win32 LOB apps.",
  "x-ms-enum": {
    "name": "win32LobAppRuleType",
    "modelAsString": false,
    "values": [
      {
        "value": "detection",
        "description": "Detection rule.",
        "name": "detection"
      },
      {
        "value": "requirement",
        "description": "Requirement rule.",
        "name": "requirement"
      }
    ]
  }
}