Enum Class RiskDetail

java.lang.Object
java.lang.Enum<RiskDetail>
com.microsoft.graph.models.RiskDetail
All Implemented Interfaces:
Serializable, Comparable<RiskDetail>, Constable

public enum RiskDetail extends Enum<RiskDetail>
The Enum Risk Detail.
  • Enum Constant Details

    • NONE

      public static final RiskDetail NONE
      none
    • ADMIN_GENERATED_TEMPORARY_PASSWORD

      public static final RiskDetail ADMIN_GENERATED_TEMPORARY_PASSWORD
      admin Generated Temporary Password
    • USER_PERFORMED_SECURED_PASSWORD_CHANGE

      public static final RiskDetail USER_PERFORMED_SECURED_PASSWORD_CHANGE
      user Performed Secured Password Change
    • USER_PERFORMED_SECURED_PASSWORD_RESET

      public static final RiskDetail USER_PERFORMED_SECURED_PASSWORD_RESET
      user Performed Secured Password Reset
    • ADMIN_CONFIRMED_SIGNIN_SAFE

      public static final RiskDetail ADMIN_CONFIRMED_SIGNIN_SAFE
      admin Confirmed Signin Safe
    • AI_CONFIRMED_SIGNIN_SAFE

      public static final RiskDetail AI_CONFIRMED_SIGNIN_SAFE
      ai Confirmed Signin Safe
    • USER_PASSED_MFA_DRIVEN_BY_RISK_BASED_POLICY

      public static final RiskDetail USER_PASSED_MFA_DRIVEN_BY_RISK_BASED_POLICY
      user Passed MFADriven By Risk Based Policy
    • ADMIN_DISMISSED_ALL_RISK_FOR_USER

      public static final RiskDetail ADMIN_DISMISSED_ALL_RISK_FOR_USER
      admin Dismissed All Risk For User
    • ADMIN_CONFIRMED_SIGNIN_COMPROMISED

      public static final RiskDetail ADMIN_CONFIRMED_SIGNIN_COMPROMISED
      admin Confirmed Signin Compromised
    • HIDDEN

      public static final RiskDetail HIDDEN
      hidden
    • ADMIN_CONFIRMED_USER_COMPROMISED

      public static final RiskDetail ADMIN_CONFIRMED_USER_COMPROMISED
      admin Confirmed User Compromised
    • UNKNOWN_FUTURE_VALUE

      public static final RiskDetail UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final RiskDetail UNEXPECTED_VALUE
      For RiskDetail values that were not expected from the service
  • Method Details

    • values

      public static RiskDetail[] 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

      public static RiskDetail valueOf(String name)
      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 name
      NullPointerException - if the argument is null