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 is a JSON representation of the resource.

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