changeItemBase 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示Microsoft Entra中计划的更改或计划的新功能。 此资源是一种抽象类型,从中继承以下资源:

  • 公告 - 表示Microsoft Entra更改公告,例如弃用、中断性变更、停用、功能更改和Microsoft托管策略
  • 路线图 - 表示预览版和正式发布版

继承自 entity

Methods

方法 返回类型 Description
List changeItemBase 集合 获取 changeItemBase 对象及其属性的列表。

属性

属性 类型 说明
changeItemService String 指定此项所属Microsoft Entra服务名称。 支持 $filter (eq、、 nein) 和 $orderby
description String 新功能或更改公告的说明。 支持 $filter (eqne、、 instartswith) 和 $orderby
documentationUrls 字符串集合 指向功能或更改文档的链接。 支持 $filter 使用) 进行 anyeq (。
id String 新功能或更改公告的唯一标识符。 继承自 entity。 支持 $filter (eqne、、 instartswith) 和 $orderby
shortDescription String 功能或更改的简短说明。 支持 $filter (eqne、、 instartswith) 和 $orderby
systemTags 字符串集合 Microsoft Entra特定的标记。 示例值: 排名靠前的公告 - entra_roadmap_highlight_product_news新发布突出显示 - entra_roadmap_highlight_new_feature。 支持 $filter 使用) 进行 anyeq (。
tags 字符串集合 标识和访问管理 (IAM) 相关标记。 示例值: External IdentitiesReliability and Resilience。 支持 $filter 使用) 进行 anyeq (。
title String 功能或更改的标题。 支持 $filter (eqne、、 instartswith) 和 $orderby

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.changeItemBase",
  "id": "String (identifier)",
  "changeItemService": "String",
  "tags": [
    "String"
  ],
  "systemTags": [
    "String"
  ],
  "documentationUrls": [
    "String"
  ],
  "shortDescription": "String",
  "title": "String",
  "description": "String"
}