DocumentContainerValidationOutcome¶
Defines the result options for a DocumentContainerValidation.
- DocumentContainerValidationOutcome.Unknown¶
=
0The authentication test results are unknown.
- DocumentContainerValidationOutcome.Attention¶
=
1The authentication test results that require user attention.
- DocumentContainerValidationOutcome.Caution¶
=
2The authentication test was inconclusive and further investigation is warranted.
- DocumentContainerValidationOutcome.Failed¶
=
3The authentication test failed.
- DocumentContainerValidationOutcome.Passed¶
=
4The authentication test passed.
- DocumentContainerValidationOutcome.Skipped¶
=
5The authentication test was skipped (was not run).
- DocumentContainerValidationOutcome.UnknownWithWarning¶
=
1024The authentication test is a warning and the user may wish to investigate. This bit will be set along with one of the other enum values.
- DocumentContainerValidationOutcome.AttentionWithWarning¶
=
1025Attention result with warning.
- DocumentContainerValidationOutcome.CautionWithWarning¶
=
1026Caution result with warning.
- DocumentContainerValidationOutcome.FailedWithWarning¶
=
1027A failed result with warning.
- DocumentContainerValidationOutcome.PassedWithWarning¶
=
1028A passed result with warning
- DocumentContainerValidationOutcome.SkippedWithWarning¶
=
1029A skipped result with warning.