Microsoft Graph · Schema

edgeSearchEngineBase

Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphedgesearchenginebase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.edgeSearchEngineBase",
  "title": "edgeSearchEngineBase",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.",
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.edgeSearchEngine": "#/components/schemas/microsoft.graph.edgeSearchEngine",
      "#microsoft.graph.edgeSearchEngineCustom": "#/components/schemas/microsoft.graph.edgeSearchEngineCustom"
    }
  }
}