Microsoft Graph · Schema
outOfBoxExperienceSetting
The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| deviceUsageType | object | |
| escapeLinkHidden | boolean | When TRUE, the link that allows user to start over with a different account on company sign-in is hidden. When false, the link that allows user to start over with a different account on company sign-i |
| eulaHidden | boolean | When TRUE, EULA is hidden to the end user during OOBE. When FALSE, EULA is shown to the end user during OOBE. Default value is FALSE. |
| keyboardSelectionPageSkipped | boolean | When TRUE, the keyboard selection page is hidden to the end user during OOBE if Language and Region are set. When FALSE, the keyboard selection page is skipped during OOBE. |
| privacySettingsHidden | boolean | When TRUE, privacy settings is hidden to the end user during OOBE. When FALSE, privacy settings is shown to the end user during OOBE. Default value is FALSE. |
| userType | object | |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.outOfBoxExperienceSetting",
"title": "outOfBoxExperienceSetting",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"deviceUsageType": {
"$ref": "#/components/schemas/microsoft.graph.windowsDeviceUsageType"
},
"escapeLinkHidden": {
"type": "boolean",
"description": "When TRUE, the link that allows user to start over with a different account on company sign-in is hidden. When false, the link that allows user to start over with a different account on company sign-in is available. Default value is FALSE."
},
"eulaHidden": {
"type": "boolean",
"description": "When TRUE, EULA is hidden to the end user during OOBE. When FALSE, EULA is shown to the end user during OOBE. Default value is FALSE."
},
"keyboardSelectionPageSkipped": {
"type": "boolean",
"description": "When TRUE, the keyboard selection page is hidden to the end user during OOBE if Language and Region are set. When FALSE, the keyboard selection page is skipped during OOBE."
},
"privacySettingsHidden": {
"type": "boolean",
"description": "When TRUE, privacy settings is hidden to the end user during OOBE. When FALSE, privacy settings is shown to the end user during OOBE. Default value is FALSE."
},
"userType": {
"$ref": "#/components/schemas/microsoft.graph.windowsUserType"
},
"@odata.type": {
"type": "string"
}
},
"description": "The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported."
}