enrichedAuditLogs resource type

Namespace: microsoft.graph.networkaccess

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

An overview of the enriched audit logs workloads within the tenant is provided. It comprises three partners: SharePoint, Teams, and Exchange. Each partner represents a specific workload that generates audit logs.

For more information about enriched audit logs, see How to use the Global Secure Access enriched Microsoft 365 logs.

Inherits from microsoft.graph.entity.

Methods

Method Return type Description
List microsoft.graph.networkaccess.enrichedAuditLogs Read the properties and relationships of a microsoft.graph.networkaccess.enrichedAuditLogs object.
Update microsoft.graph.networkaccess.enrichedAuditLogs Update the properties of a microsoft.graph.networkaccess.enrichedAuditLogs object.

Properties

Property Type Description
exchange microsoft.graph.networkaccess.enrichedAuditLogsSettings Exchange Online enriched audit logs settings.
id String Id Inherited from microsoft.graph.entity.
sharepoint microsoft.graph.networkaccess.enrichedAuditLogsSettings SharePoint Online enriched audit logs settings.
teams microsoft.graph.networkaccess.enrichedAuditLogsSettings Teams enriched audit logs settings.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.networkaccess.enrichedAuditLogs",
  "id": "String (identifier)",
  "sharepoint": {
    "@odata.type": "microsoft.graph.networkaccess.enrichedAuditLogsSettings"
  },
  "teams": {
    "@odata.type": "microsoft.graph.networkaccess.enrichedAuditLogsSettings"
  },
  "exchange": {
    "@odata.type": "microsoft.graph.networkaccess.enrichedAuditLogsSettings"
  }
}