Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.47 KB

File metadata and controls

62 lines (48 loc) · 1.47 KB
title stringKeyAttributeMappingSourceValuePair resource type
description Represents a key-value pair where the key is a string and the value is attributeMappingSource.
ms.localizationpriority medium
doc_type resourcePageType
author ArvindHarinder1
ms.subservice entra-applications
ms.date 07/22/2024

stringKeyAttributeMappingSourceValuePair resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a key-value pair where the key is a string and the value is attributeMappingSource.

Properties

Property Type Description
key String The name of the parameter.
value attributeMappingSource The value of the parameter.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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