編輯

共用方式為


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