Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.43 KB

File metadata and controls

47 lines (38 loc) · 1.43 KB
title resourceAccessEvent resource type
description Represents a resource access attempt made by a user account.
author harelDamti
ms.date 07/22/2025
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

resourceAccessEvent resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents a resource access attempt made by a user account.

Properties

Property Type Description
accessDateTime DateTimeOffset The time of the access event.
accountId String The identifier of the user account.
ipAddress String Ip address of the resource.
resourceIdentifier String The protocol and host name pairs describing the connection.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.resourceAccessEvent",
  "accountId": "String",
  "resourceIdentifier": "String",
  "ipAddress": "String",
  "accessDateTime": "String (timestamp)"
}