Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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"
}