keyValue 资源类型

命名空间:microsoft.graph

表示键值对。

属性

属性 类型 说明
Key string 键值对的键。
string 键值对的值。

JSON 表示形式

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

{
  "key": "string",
  "value": "string"
}