auditLogRoot resource type

Namespace: microsoft.graph

Contains different types of audit logs. The auditLogRoot resource returns a singleton auditLog resource. It doesn't contain any usable properties.

Methods

Method Return Type Description
List directoryAudits directoryAudit List the directory audit items in the collection and their properties.
Get directoryAudit directoryAudit Get a specific directory audit item and its properties.
List signIn signIn Read properties and relationships of signIn objects.
Get signIn signIn Read properties and relationships of signIn object.

Properties

None.

Relationships

Relationship Type Description
directoryAudits directoryAudit collection Read-only. Nullable.
signIns signIn collection Read-only. Nullable.

JSON representation

Heres a JSON representation of the resource.

{
}

Example

GET https://graph.microsoft.com/v1.0/auditLogs
HTTP/1.1 200 OK
Content-type: application/json

{
}