Partager via


Type de ressource auditResource

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 ressource d’audit.

Propriétés

Propriété Type Description
displayName Chaîne Nom complet.
modifiedProperties Collection auditProperty Liste des propriétés modifiées.
type Chaîne Type de ressource d’audit.
auditResourceType Chaîne Type de ressource d’audit.
resourceId Chaîne ID de ressource d’audit.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.auditResource",
  "displayName": "String",
  "modifiedProperties": [
    {
      "@odata.type": "microsoft.graph.auditProperty",
      "displayName": "String",
      "oldValue": "String",
      "newValue": "String"
    }
  ],
  "type": "String",
  "auditResourceType": "String",
  "resourceId": "String"
}