Package com.microsoft.graph.models
Enum Class RiskDetail
- All Implemented Interfaces:
Serializable
,Comparable<RiskDetail>
,Constable
The Enum Risk Detail.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadmin Confirmed Signin Compromisedadmin Confirmed Signin Safeadmin Confirmed User Compromisedadmin Dismissed All Risk For Useradmin Generated Temporary Passwordai Confirmed Signin SafehiddennoneFor RiskDetail values that were not expected from the serviceunknown Future Valueuser Passed MFADriven By Risk Based Policyuser Performed Secured Password Changeuser Performed Secured Password Reset -
Method Summary
Modifier and TypeMethodDescriptionstatic RiskDetail
Returns the enum constant of this class with the specified name.static RiskDetail[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
none -
ADMIN_GENERATED_TEMPORARY_PASSWORD
admin Generated Temporary Password -
USER_PERFORMED_SECURED_PASSWORD_CHANGE
user Performed Secured Password Change -
USER_PERFORMED_SECURED_PASSWORD_RESET
user Performed Secured Password Reset -
ADMIN_CONFIRMED_SIGNIN_SAFE
admin Confirmed Signin Safe -
AI_CONFIRMED_SIGNIN_SAFE
ai Confirmed Signin Safe -
USER_PASSED_MFA_DRIVEN_BY_RISK_BASED_POLICY
user Passed MFADriven By Risk Based Policy -
ADMIN_DISMISSED_ALL_RISK_FOR_USER
admin Dismissed All Risk For User -
ADMIN_CONFIRMED_SIGNIN_COMPROMISED
admin Confirmed Signin Compromised -
HIDDEN
hidden -
ADMIN_CONFIRMED_USER_COMPROMISED
admin Confirmed User Compromised -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For RiskDetail values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-