groupPolicyPresentationListBox 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

表示 ADMX listBox 元素和 ADMX 列表元素。

继承自 groupPolicyUploadedPresentation

方法

方法 返回类型 说明
List groupPolicyPresentationListBoxes groupPolicyPresentationListBox 集合 列出 groupPolicyPresentationListBox 对象的属性和关系。
获取 groupPolicyPresentationListBox groupPolicyPresentationListBox 读取 groupPolicyPresentationListBox 对象的属性和关系。
创建 groupPolicyPresentationListBox groupPolicyPresentationListBox 创建新的 groupPolicyPresentationListBox 对象。
删除 groupPolicyPresentationListBox 删除 groupPolicyPresentationListBox
更新 groupPolicyPresentationListBox groupPolicyPresentationListBox 更新 groupPolicyPresentationListBox 对象的属性。

属性

属性 类型 说明
标签 String 任何表示实体的本地化文本标签。 默认值为空白。 继承自 groupPolicyPresentation
id String 实体的键。 继承自 groupPolicyPresentation
lastModifiedDateTime DateTimeOffset 上次修改实体的日期和时间。 继承自 groupPolicyPresentation
explicitValue 布尔值 如果指定了此选项,则用户必须指定注册表子项值和注册表子项名称。 列表框显示两列,一列表示名称,一列用于数据。 默认值为 false。
valuePrefix String

关系

关系 类型 说明
定义 groupPolicyDefinition 与演示文稿关联的组策略定义。 继承自 groupPolicyPresentation

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationListBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "explicitValue": true,
  "valuePrefix": "String"
}