Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Represents a key-value pair. This object is configured in the following resources:
- attributeCollection property of contentCustomization, which is used by organizationalBrandingProperties
- additionalDetails property of directoryAudit
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"
}