Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 973 Bytes

File metadata and controls

38 lines (31 loc) · 973 Bytes
title importBuildingMapSetting resource type
description Represents the supported import setting for the ingestMapFile API.
author tiwarisakshi02
ms.date 11/11/2025
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType

importBuildingMapSetting resource type

Namespace: microsoft.graph

Represents the supported import setting for the ingestMapFile API.

Properties

Property 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.importBuildingMapSetting",
  "isDryRun": "Boolean"
}