Edit

auditCoreRoot resource type

Namespace: microsoft.graph.security

Represents the entry point for the audit log query API in Microsoft Graph. Use this resource to access audit log records through the queries navigation property.

Methods

Method Return type Description
List audit log queries auditLogQuery collection Get a list of the auditLogQuery objects and their properties.
Create audit log query auditLogQuery Create a new auditLogQuery object.

Properties

None.

Relationships

Relationship Type Description
queries microsoft.graph.security.auditLogQuery collection The collection of audit log queries.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.auditCoreRoot"
}