Edit

Share via


resourceAccessEvent resource type

Namespace: microsoft.graph.security

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.

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)"
}