deviceManagementResourceAccessProfileBase 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
资源访问的基本配置文件类型
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 配置文件标识符 |
| version | Int32 | 配置文件的版本 |
| displayName | String | 配置文件显示名称 |
| 说明 | String | 配置文件说明 |
| creationDateTime | DateTimeOffset | DateTime 配置文件已创建 |
| lastModifiedDateTime | DateTimeOffset | 上次修改日期时间配置文件 |
| roleScopeTagIds | String collection | 范围标记 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| assignments | deviceManagementResourceAccessProfileAssignment 集合 | 设备配置文件的分配列表。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceManagementResourceAccessProfileBase",
"id": "String (identifier)",
"version": 1024,
"displayName": "String",
"description": "String",
"creationDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
]
}
反馈
提交和查看相关反馈