Microsoft Graph · Schema

edgeSearchEngineType

Allows IT admind to set a predefined default search engine for MDM-Controlled devices

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphedgesearchenginetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.edgeSearchEngineType",
  "title": "edgeSearchEngineType",
  "enum": [
    "default",
    "bing"
  ],
  "type": "string",
  "description": "Allows IT admind to set a predefined default search engine for MDM-Controlled devices",
  "x-ms-enum": {
    "name": "edgeSearchEngineType",
    "modelAsString": false,
    "values": [
      {
        "value": "default",
        "description": "Uses factory settings of Edge to assign the default search engine as per the user market",
        "name": "default"
      },
      {
        "value": "bing",
        "description": "Sets Bing as the default search engine",
        "name": "bing"
      }
    ]
  }
}