| 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 |
Namespace: microsoft.graph
Represents a key-value pair.
| Property | Type | Description |
|---|---|---|
| key | string | Key for the key-value pair. |
| value | string | Value for the key-value pair. |
The following JSON representation shows the resource type.
{
"key": "string",
"value": "string"
}