| title | keyValuePair resource type |
|---|---|
| description | Key value pair for action parameters. |
| ms.localizationpriority | medium |
| author | preetikr |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
Key value pair for action parameters.
| Property | Type | Description |
|---|---|---|
| name | String | Name for this key-value pair |
| value | String | Value for this key-value pair |
None.
The following JSON representation shows the resource type.
{
"name": "String",
"value": "String"
}