Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.62 KB

File metadata and controls

62 lines (45 loc) · 1.62 KB
title signInStatus resource type
description Provides the sign-in status (Success or Failure) of the sign-in.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-monitoring-health
author egreenberg14
ms.date 03/15/2024

signInStatus resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides the sign-in status (Success or Failure) of the sign-in

Properties

Property Type Description
additionalDetails String Provides additional details on the sign-in activity
errorCode Int32 Provides the 5-6 digit error code that's generated during a sign-in failure. Check out the list of error codes and messages.
failureReason String Provides the error message or the reason for failure for the corresponding sign-in activity. Check out the list of error codes and messages.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "additionalDetails": "String",
  "errorCode": 1024,
  "failureReason": "String"
}