Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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"
}