Microsoft Graph · Schema

importBuildingMapSetting

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
isDryRun boolean True indicates that the service processes the map but doesn't save anything. False indicates that the service processes and stores the map.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphimportbuildingmapsetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.importBuildingMapSetting",
  "title": "importBuildingMapSetting",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isDryRun": {
      "type": "boolean",
      "description": "True indicates that the service processes the map but doesn't save anything. False indicates that the service processes and stores the map."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}