applicationSignInDetailedSummary resource type

Namespace: microsoft.graph

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 detailed summary of an application sign-in.

Inherits from entity.

Methods

Method Return Type Description
List applicationSignInDetailedSummary applicationSignInDetailedSummary collection Retrieve applicationSignInDetailedSummary objects.
Get applicationSignInDetailedSummary applicationSignInDetailedSummary Read the properties and relationships of an applicationSignInDetailedSummary object.

Properties

Property Type Description
aggregatedEventDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
appDisplayName String Name of the application that the user signed in to.
appId String ID of the application that the user signed in to.
id String A unique ID representing the sign-in activity. Inherited from entity.
signInCount Int64 Count of sign-ins made by the application.
status signInStatus Details of the sign-in status.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "aggregatedEventDateTime": "String (timestamp)",
  "appDisplayName": "String",
  "appId": "String",
  "id": "String (identifier)",
  "signInCount": "Int64",
  "status": {"@odata.type": "microsoft.graph.signInStatus"}
}