Edit

auditData resource type

Namespace: microsoft.graph.security

An abstract type that supports the audit logs of various Microsoft 365 services like defaultAuditData, which contains the JSON files of these Microsoft 365 services.

Properties

Property Type Description
dynamicProperties microsoft.graph.security.auditRecordTypeDictionary An open-type dictionary that contains dynamic audit event properties as name-value pairs.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.auditData",
  "dynamicProperties": {
    "@odata.type": "microsoft.graph.security.auditRecordTypeDictionary"
  }
}