deviceConfigurationGroupAssignment 资源类型
命名空间:microsoft.graph
重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
设备配置组分配。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | 字符串 | 实体的键。 |
| targetGroupId | String | 面向设备配置的 AAD 组的 ID。 |
| excludeGroup | Boolean | 指示是否应排除此组。 应包含组的默认值 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| deviceConfiguration | deviceConfiguration | 指向所针对设备配置的导航链接。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceConfigurationGroupAssignment",
"id": "String (identifier)",
"targetGroupId": "String",
"excludeGroup": true
}
反馈
提交和查看相关反馈