groupPolicyPresentationValueList 资源类型

命名空间:microsoft.graph

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

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

实体表示策略定义上列表框演示文稿的名称/值对的集合。

继承自 groupPolicyPresentationValue

方法

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

属性

属性 类型 说明
lastModifiedDateTime DateTimeOffset 上次修改对象的日期和时间。 继承自 groupPolicyPresentationValue
createdDateTime DateTimeOffset 对象的创建日期和时间。 继承自 groupPolicyPresentationValue
id String 实体的键。 继承自 groupPolicyPresentationValue
values keyValuePair 集合 关联的演示文稿的对列表。

关系

关系 类型 说明
definitionValue groupPolicyDefinitionValue 与演示文稿值关联的组策略定义值。 继承自 groupPolicyPresentationValue
presentation groupPolicyPresentation 与演示文稿值关联的组策略演示文稿。 继承自 groupPolicyPresentationValue

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationValueList",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "values": [
    {
      "@odata.type": "microsoft.graph.keyValuePair",
      "name": "String",
      "value": "String"
    }
  ]
}