| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Provides the sign-in status (Success or Failure) of the sign-in
| 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. |
None.
The following JSON representation shows the resource type.
{
"additionalDetails": "String",
"errorCode": 1024,
"failureReason": "String"
}