signInStatus 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.
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. |
JSON representation
The following JSON representation shows the resource type.
{
"additionalDetails": "String",
"errorCode": 1024,
"failureReason": "String"
}