Skip to content

Commit f283b29

Browse files
authored
Merge pull request #159255 from bernawy/patch-15
Updated the description for resultType
2 parents 24306bd + 910b304 commit f283b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/reports-monitoring/reference-azure-monitor-sign-ins-log-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ This article describes the Azure Active Directory (Azure AD) sign-in log schema
148148
| OperationVersion | - | The REST API version that's requested by the client. |
149149
| Category | - | For sign-ins, this value is always *SignIn*. |
150150
| TenantId | - | The tenant GUID that's associated with the logs. |
151-
| ResultType | - | The result of the sign-in operation can be *Success* or *Failure*. |
151+
| ResultType | - | The result of the sign-in operation can be *0* for success or an *error code* for failure or interrupted. |
152152
| ResultSignature | - | Contains the error code, if any, for the sign-in operation. |
153153
| ResultDescription | N/A or blank | Provides the error description for the sign-in operation. |
154154
| riskDetail | riskDetail | Provides the 'reason' behind a specific state of a risky user, sign-in or a risk detection. The possible values are: `none`, `adminGeneratedTemporaryPassword`, `userPerformedSecuredPasswordChange`, `userPerformedSecuredPasswordReset`, `adminConfirmedSigninSafe`, `aiConfirmedSigninSafe`, `userPassedMFADrivenByRiskBasedPolicy`, `adminDismissedAllRiskForUser`, `adminConfirmedSigninCompromised`, `unknownFutureValue`. The value `none` means that no action has been performed on the user or sign-in so far. <br>**Note:** Details for this property require an Azure AD Premium P2 license. Other licenses return the value `hidden`. |
@@ -169,4 +169,4 @@ This article describes the Azure Active Directory (Azure AD) sign-in log schema
169169
## Next steps
170170

171171
* [Interpret audit logs schema in Azure Monitor](reference-azure-monitor-audit-log-schema.md)
172-
* [Read more about Azure platform logs](../../azure-monitor/essentials/platform-logs-overview.md)
172+
* [Read more about Azure platform logs](../../azure-monitor/essentials/platform-logs-overview.md)

0 commit comments

Comments
 (0)