stringKeyAttributeMappingSourceValuePair 资源类型

命名空间:microsoft.graph

表示键值对,其中键为字符串,值为 attributeMappingSource

属性

属性 类型 说明
注册表项 String 参数的名称。
attributeMappingSource 参数的值。

JSON 表示形式

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

{
  "key": "String",
  "value": {
    "@odata.type": "microsoft.graph.attributeMappingSource"
  }
}