windows10EnrollmentCompletionPageConfiguration 资源类型
命名空间:microsoft.graph
重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
Windows 10注册状态页配置
继承自 deviceEnrollmentConfiguration
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 从 deviceEnrollmentConfiguration 继承的帐户的唯一标识符 |
| displayName | 字符串 | 从 deviceEnrollmentConfiguration 继承的设备注册配置的显示名称 |
| 说明 | String | 从 deviceEnrollmentConfiguration 继承的设备注册配置的说明 |
| priority | Int32 | 当用户存在于分配了注册配置的多个组中时,将使用优先级。 用户仅受优先级最低的配置的约束。 继承自 deviceEnrollmentConfiguration |
| createdDateTime | DateTimeOffset | 在 UTC 中创建的设备注册配置的日期时间继承自 deviceEnrollmentConfiguration |
| lastModifiedDateTime | DateTimeOffset | 从 deviceEnrollmentConfiguration 继承的设备注册配置的 UTC 中上次修改的日期时间 |
| version | Int32 | 从 deviceEnrollmentConfiguration 继承的设备注册配置的版本 |
| roleScopeTagIds | 字符串集合 | 注册限制的可选角色范围标记。 继承自 deviceEnrollmentConfiguration |
| deviceEnrollmentConfigurationType | deviceEnrollmentConfigurationType | 支持从 deviceEnrollmentConfiguration 继承的注册配置类型。 可能的值是:unknown、limit、platformRestrictions、windowsHelloForBusiness、defaultLimit、defaultPlatformRestrictions、defaultWindowsHelloForBusiness、defaultWindows10EnrollmentCompletionPageConfiguration、windows10EnrollmentCompletionPageConfiguration、deviceComanagementAuthorityConfiguration、singlePlatformRestriction、unknownFutureValue、enrollmentNotificationsConfiguration。 |
| showInstallationProgress | 布尔 | 向用户显示或隐藏安装进度 |
| blockDeviceSetupRetryByUser | Boolean | 允许用户在安装失败时重试安装程序 |
| allowDeviceResetOnInstallFailure | 布尔 | 在安装失败时允许或阻止设备重置 |
| allowLogCollectionOnInstallFailure | 布尔 | 在安装失败时允许或阻止日志收集 |
| customErrorMessage | String | 设置安装失败时显示的自定义错误消息 |
| installProgressTimeoutInMinutes | Int32 | 设置安装进度超时(以分钟为单位) |
| allowDeviceUseOnInstallFailure | Boolean | 允许用户在安装失败时继续使用设备 |
| selectedMobileAppIds | 字符串集合 | 用于跟踪安装状态的选定应用程序 |
| allowNonBlockingAppInstallation | 布尔 | 在白手套期间将所有必需的应用安装为非阻止应用 |
| trackInstallProgressForAutopilotOnly | 布尔 | 仅显示 Autopilot 注册方案的安装进度 |
| disableUserStatusTrackingAfterFirstUser | 布尔 | 仅显示第一个用户注册后的安装进度 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| assignments | enrollmentConfigurationAssignment 集合 | 从 deviceEnrollmentConfiguration 继承的设备配置文件的组分配列表 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windows10EnrollmentCompletionPageConfiguration",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"priority": 1024,
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"version": 1024,
"roleScopeTagIds": [
"String"
],
"deviceEnrollmentConfigurationType": "String",
"showInstallationProgress": true,
"blockDeviceSetupRetryByUser": true,
"allowDeviceResetOnInstallFailure": true,
"allowLogCollectionOnInstallFailure": true,
"customErrorMessage": "String",
"installProgressTimeoutInMinutes": 1024,
"allowDeviceUseOnInstallFailure": true,
"selectedMobileAppIds": [
"String"
],
"allowNonBlockingAppInstallation": true,
"trackInstallProgressForAutopilotOnly": true,
"disableUserStatusTrackingAfterFirstUser": true
}
反馈
提交和查看相关反馈