Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 981 Bytes

File metadata and controls

54 lines (42 loc) · 981 Bytes
title keyValue resource type
description Standard key-value pair resource type.
ms.localizationpriority medium
author egreenberg14
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 04/03/2024

keyValue resource type

Namespace: microsoft.graph

Represents a key-value pair.

Properties

Property Type Description
key string Key for the key-value pair.
value string Value for the key-value pair.

JSON representation

The following JSON representation shows the resource type.

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