Skip to content

Latest commit

 

History

History
118 lines (90 loc) · 3.56 KB

File metadata and controls

118 lines (90 loc) · 3.56 KB
title description author ms.localizationpriority ms.subservice doc_type
auditLogRoot resource type
Contains different types of audit logs. The auditLogRoot resource returns a singleton auditLog resource. It doesn't contain any usable properties.
dhanyahk
medium
entra-monitoring-health
resourcePageType

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

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


HTTP/1.1 200 OK
Content-type: application/json

{
}