Microsoft Graph · Schema

microsoft.graph.win32LobAppProductCodeRule

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobappproductcoderule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.win32LobAppProductCodeRule",
  "title": "microsoft.graph.win32LobAppProductCodeRule",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.win32LobAppRule"
    },
    {
      "title": "win32LobAppProductCodeRule",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "productCode": {
          "type": "string",
          "description": "The product code of the app.",
          "nullable": true
        },
        "productVersion": {
          "type": "string",
          "description": "The product version comparison value.",
          "nullable": true
        },
        "productVersionOperator": {
          "$ref": "#/components/schemas/microsoft.graph.win32LobAppRuleOperator"
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.win32LobAppProductCodeRule"
        }
      },
      "description": "A complex type to store the product code and version rule data for a Win32 LOB app. This rule is not supported as a requirement rule."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.win32LobAppProductCodeRule"
}