Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.43 KB

File metadata and controls

54 lines (46 loc) · 1.43 KB
title userSignInInsight resource type
description In the Microsoft Entra access reviews, the userSignInInsight resource represents insights provided to reviewers based on the user's last sign-in date and time.
author shubhamguptacal
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 08/01/2024
toc.title User sign-in insight

userSignInInsight resource type

Namespace: microsoft.graph

Represents an insight provided to reviewers based on the user's last sign-in date and time.

Inherits from governanceInsight.

Properties

Property Type Description
lastSignInDateTime DateTimeOffset Indicates when the user last signed in.
insightCreatedDateTime DateTimeOffset Indicates when the insight was created.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.usersignininsight",
  "lastSignInDateTime": "DateTimeOffset",
  "insightCreatedDateTime": "DateTimeOffset"
}