Microsoft Graph · Schema

microsoft.graph.win32LobAppPowerShellScriptRule

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobapppowershellscriptrule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.win32LobAppPowerShellScriptRule",
  "title": "microsoft.graph.win32LobAppPowerShellScriptRule",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.win32LobAppRule"
    },
    {
      "title": "win32LobAppPowerShellScriptRule",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "comparisonValue": {
          "type": "string",
          "description": "The script output comparison value. Do not specify a value if the rule is used for detection.",
          "nullable": true
        },
        "displayName": {
          "type": "string",
          "description": "The display name for the rule. Do not specify this value if the rule is used for detection.",
          "nullable": true
        },
        "enforceSignatureCheck": {
          "type": "boolean",
          "description": "A value indicating whether a signature check is enforced."
        },
        "operationType": {
          "$ref": "#/components/schemas/microsoft.graph.win32LobAppPowerShellScriptRuleOperationType"
        },
        "operator": {
          "$ref": "#/components/schemas/microsoft.graph.win32LobAppRuleOperator"
        },
        "runAs32Bit": {
          "type": "boolean",
          "description": "A value indicating whether the script should run as 32-bit."
        },
        "runAsAccount": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.runAsAccountType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user."
        },
        "scriptContent": {
          "type": "string",
          "description": "The base64-encoded script content.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.win32LobAppPowerShellScriptRule"
        }
      },
      "description": "A complex type to store the PowerShell script rule data for a Win32 LOB app."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.win32LobAppPowerShellScriptRule"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphwin32lobapppowershellscriptrule"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.