Microsoft Graph · Schema

managedBrowserType

Type of managed browser

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmanagedbrowsertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.managedBrowserType",
  "title": "managedBrowserType",
  "enum": [
    "notConfigured",
    "microsoftEdge"
  ],
  "type": "string",
  "description": "Type of managed browser",
  "x-ms-enum-flags": {
    "isFlags": true
  },
  "x-ms-enum": {
    "name": "managedBrowserType",
    "modelAsString": false,
    "values": [
      {
        "value": "notConfigured",
        "description": "Not configured",
        "name": "notConfigured"
      },
      {
        "value": "microsoftEdge",
        "description": "Microsoft Edge",
        "name": "microsoftEdge"
      }
    ]
  }
}