deviceManagementSettingDefinition 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
表示给定设置定义的实体
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 设置定义的 ID |
| valueType | deviceManangementIntentValueType | 值的数据类型。 可取值为:integer、boolean、string、complex、collection、abstractComplex。 |
| displayName | String | 设置显示名称 |
| isTopLevel | Boolean | 如果设置是顶级设置,则无需封装在集合或复杂设置中即可进行配置 |
| 说明 | String | 设置的说明 |
| placeholderText | String | 占位符文本作为有效输入的示例 |
| documentationUrl | String | 设置文档的 URL |
| headerTitle | String | 设置标头的标题表示设置/设置的类别/部分 |
| headerSubtitle | String | 有关类别/节的更多详细信息,请参阅设置标头的副标题 |
| keywords | 字符串集合 | 与设置关联的关键字 |
| 约束 | deviceManagementConstraint 集合 | 设置值的约束集合 |
| 依赖项 | deviceManagementSettingDependency 集合 | 其他设置上依赖项的集合 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceManagementSettingDefinition",
"id": "String (identifier)",
"valueType": "String",
"displayName": "String",
"isTopLevel": true,
"description": "String",
"placeholderText": "String",
"documentationUrl": "String",
"headerTitle": "String",
"headerSubtitle": "String",
"keywords": [
"String"
],
"constraints": [
{
"@odata.type": "microsoft.graph.deviceManagementSettingAppConstraint",
"supportedTypes": [
"String"
]
}
],
"dependencies": [
{
"@odata.type": "microsoft.graph.deviceManagementSettingDependency",
"definitionId": "String",
"constraints": [
{
"@odata.type": "microsoft.graph.deviceManagementSettingAppConstraint",
"supportedTypes": [
"String"
]
}
]
}
]
}
反馈
提交和查看相关反馈