編輯

共用方式為


outOfBoxExperienceSettings resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The Windows Autopilot Deployment Profile settings used by the Autopilot device for out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use outOfBoxExperienceSetting instead.

Properties

Property Type Description
hidePrivacySettings Boolean Show or hide privacy settings to user
hideEULA Boolean Show or hide EULA to user
userType windowsUserType Type of user. Possible values are: administrator, standard, unknownFutureValue.
deviceUsageType windowsDeviceUsageType AAD join authentication type. Possible values are: singleUser, shared, unknownFutureValue.
skipKeyboardSelectionPage Boolean If set, then skip the keyboard selection page if Language and Region are set
hideEscapeLink Boolean If set to true, then the user can't start over with different account, on company sign-in

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.outOfBoxExperienceSettings",
  "hidePrivacySettings": true,
  "hideEULA": true,
  "userType": "String",
  "deviceUsageType": "String",
  "skipKeyboardSelectionPage": true,
  "hideEscapeLink": true
}