windowsAutopilotSettings resource type
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The windowsAutopilotSettings resource represents a Windows Autopilot Account to sync data with Windows device data sync service.
Methods
Method | Return Type | Description |
---|---|---|
Get windowsAutopilotSettings | windowsAutopilotSettings | Read properties and relationships of the windowsAutopilotSettings object. |
Update windowsAutopilotSettings | windowsAutopilotSettings | Update the properties of a windowsAutopilotSettings object. |
sync action | None | Not yet documented |
Properties
Property | Type | Description |
---|---|---|
id | String | The GUID for the object |
lastSyncDateTime | DateTimeOffset | Last data sync date time with DDS service. |
lastManualSyncTriggerDateTime | DateTimeOffset | Last data sync date time with DDS service. |
syncStatus | windowsAutopilotSyncStatus | Indicates the status of sync with Device data sync (DDS) service. Possible values are: unknown , inProgress , completed , failed . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsAutopilotSettings",
"id": "String (identifier)",
"lastSyncDateTime": "String (timestamp)",
"lastManualSyncTriggerDateTime": "String (timestamp)",
"syncStatus": "String"
}
Feedback
Loading feedback...