Microsoft Graph · Schema

microsoft.graph.webApp

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwebapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.webApp",
  "title": "microsoft.graph.webApp",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.mobileApp"
    },
    {
      "title": "webApp",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "appUrl": {
          "type": "string",
          "description": "The web app URL. This property cannot be PATCHed.",
          "nullable": true
        },
        "useManagedBrowser": {
          "type": "boolean",
          "description": "Whether or not to use managed browser. This property is only applicable for Android and IOS."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.webApp"
        }
      },
      "description": "Contains properties and inherited properties for web apps."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.webApp"
}