命名空间:microsoft.graph
重要提示:Microsoft 支持 Intune/beta API,但它们可能会进行更频繁的更改。 Microsoft 建议尽可能使用 v1.0 版本。 使用版本选择器检查 API 在版本 v1.0 中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
设备固件配置接口的图形属性
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 实体的键。 继承自 deviceConfiguration |
| lastModifiedDateTime | DateTimeOffset | 上次修改对象的日期/时间。 继承自 deviceConfiguration |
| roleScopeTagIds | 字符串集合 | 此实体实例的范围标记的列表。 继承自 deviceConfiguration |
| supportsScopeTags | 布尔值 | 指示基础设备配置是否支持分配范围标记。 如果此值为 false,则不允许分配给 ScopeTags 属性,并且实体对作用域用户不可见。 对于在 Silverlight 中创建的旧策略,会出现此问题,可以通过在 Azure 门户中删除并重新创建策略来解决。 此属性是只读的。 继承自 deviceConfiguration |
| deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | 此策略的操作系统版本适用性。 继承自 deviceConfiguration |
| deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | 此策略的操作系统版本适用性规则。 继承自 deviceConfiguration |
| deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | 此策略的设备模式适用性规则。 继承自 deviceConfiguration |
| createdDateTime | DateTimeOffset | 创建对象的日期/时间。 继承自 deviceConfiguration |
| description | String | 管理员提供的设备配置的说明。 继承自 deviceConfiguration |
| displayName | String | 管理员提供的设备配置的名称。 继承自 deviceConfiguration |
| version | Int32 | 设备配置的版本。 继承自 deviceConfiguration |
| changeUefiSettingsPermission | changeUefiSettingsPermission | 定义授予用户更改 UEFI 设置的权限级别。 可取值为:notConfiguredOnly、none。 |
| virtualizationOfCpuAndIO | 启用 | 定义是否启用 CPU 和 IO 虚拟化。 可取值为:notConfigured、enabled、disabled。 |
| 相机 | 启用 | 定义是否启用内置相机。 可取值为:notConfigured、enabled、disabled。 |
| microphonesAndSpeakers | 启用 | 定义启用内置麦克风还是扬声器。 可取值为:notConfigured、enabled、disabled。 |
| 无线电收发器 | 启用 | 定义是否启用内置无线电(例如 WIFI、NFC、蓝牙)。 可取值为:notConfigured、enabled、disabled。 |
| bootFromExternalMedia | 启用 | 定义是否允许用户从外部媒体启动。 可取值为:notConfigured、enabled、disabled。 |
| bootFromBuiltInNetworkAdapters | 启用 | 定义是否允许用户从内置网络适配器启动。 可取值为:notConfigured、enabled、disabled。 |
| windowsPlatformBinaryTable | 启用 | 定义是否允许用户启用 Windows 平台二进制表。 可取值为:notConfigured、enabled、disabled。 |
| simultaneousMultiThreading | 启用 | 定义是否允许用户启用并发多线程。 可取值为:notConfigured、enabled、disabled。 |
| frontCamera | 启用 | 定义是否允许用户启用前置摄像头。 可取值为:notConfigured、enabled、disabled。 |
| rearCamera | 启用 | 定义是否允许用户启用后置摄像头。 可取值为:notConfigured、enabled、disabled。 |
| infraredCamera | 启用 | 定义是否允许用户启用红外相机。 可取值为:notConfigured、enabled、disabled。 |
| 麦克风 | 启用 | 定义是否允许用户启用麦克风。 可取值为:notConfigured、enabled、disabled。 |
| 蓝牙 | 启用 | 定义是否允许用户启用蓝牙。 可取值为:notConfigured、enabled、disabled。 |
| wirelessWideAreaNetwork | 启用 | 定义是否允许用户启用无线广域网。 可取值为:notConfigured、enabled、disabled。 |
| nearFieldCommunication | 启用 | 定义是否允许用户启用近场通信。 可取值为:notConfigured、enabled、disabled。 |
| WiFi | 启用 | 定义是否允许用户启用 WiFi。 可取值为:notConfigured、enabled、disabled。 |
| usbTypeAPort | 启用 | 定义是否允许用户启用 USB Type A 端口。 可取值为:notConfigured、enabled、disabled。 |
| sdCard | 启用 | 定义是否允许用户启用 SD 卡端口。 可取值为:notConfigured、enabled、disabled。 |
| wakeOnLAN | 启用 | 定义是否允许用户启用 LAN 唤醒。 可取值为:notConfigured、enabled、disabled。 |
| wakeOnPower | 启用 | 定义是否允许用户启用“通电唤醒”。 可取值为:notConfigured、enabled、disabled。 |
Relationships
| 关系 | 类型 | 说明 |
|---|---|---|
| groupAssignments | deviceConfigurationGroupAssignment 集合 | 设备配置文件的组分配列表。 继承自 deviceConfiguration |
| assignments | deviceConfigurationAssignment 集合 | 设备配置文件的分配列表。 继承自 deviceConfiguration |
| deviceStatuses | deviceConfigurationDeviceStatus 集合 | 按设备的设备配置安装状态。 继承自 deviceConfiguration |
| userStatuses | deviceConfigurationUserStatus 集合 | 设备配置安装状态(按用户)。 继承自 deviceConfiguration |
| deviceStatusOverview | deviceConfigurationDeviceOverview | 设备配置设备状态概述 继承自 deviceConfiguration |
| userStatusOverview | deviceConfigurationUserOverview | 设备配置用户状态概述 继承自 deviceConfiguration |
| deviceSettingStateSummaries | settingStateDeviceSummary 集合 | 设备配置设置状态设备摘要 继承自 deviceConfiguration |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windows10DeviceFirmwareConfigurationInterface",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"supportsScopeTags": true,
"deviceManagementApplicabilityRuleOsEdition": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
"osEditionTypes": [
"String"
],
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleOsVersion": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
"minOSVersion": "String",
"maxOSVersion": "String",
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleDeviceMode": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
"deviceMode": "String",
"name": "String",
"ruleType": "String"
},
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024,
"changeUefiSettingsPermission": "String",
"virtualizationOfCpuAndIO": "String",
"cameras": "String",
"microphonesAndSpeakers": "String",
"radios": "String",
"bootFromExternalMedia": "String",
"bootFromBuiltInNetworkAdapters": "String",
"windowsPlatformBinaryTable": "String",
"simultaneousMultiThreading": "String",
"frontCamera": "String",
"rearCamera": "String",
"infraredCamera": "String",
"microphone": "String",
"bluetooth": "String",
"wirelessWideAreaNetwork": "String",
"nearFieldCommunication": "String",
"wiFi": "String",
"usbTypeAPort": "String",
"sdCard": "String",
"wakeOnLAN": "String",
"wakeOnPower": "String"
}