Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.17 KB

File metadata and controls

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

stringKeyStringValuePair resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

Property Type Description
key String Key.
value String Value.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "key": "String",
  "value": "String"
}