Edit

exchangeMailboxAuditRecord resource type

Namespace: microsoft.graph.security

Represents an audit record for Exchange mailbox events. This resource captures information about these activities as part of the Microsoft 365 unified audit log.

Inherits from microsoft.graph.security.auditData. The audit data for this record type is returned as the auditData property in an auditLogRecord.

Methods

None. This resource is returned as the auditData property in an auditLogRecord.

Properties

Property Type Description
dynamicProperties microsoft.graph.security.auditRecordTypeDictionary Inherited from auditData.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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