Type de ressource auditProperty
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Classe contenant les propriétés d’une propriété d’audit.
Propriétés
Propriété | Type | Description |
---|---|---|
displayName | Chaîne | Nom complet. |
oldValue | Chaîne | Ancienne valeur. |
newValue | Chaîne | Nouvelle valeur. |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.auditProperty",
"displayName": "String",
"oldValue": "String",
"newValue": "String"
}