| 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 |
Namespace: microsoft.graph
Represents the supported import setting for the ingestMapFile API.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.importBuildingMapSetting",
"isDryRun": "Boolean"
}