Enum Class RiskEventType

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

public enum RiskEventType extends Enum<RiskEventType>
The Enum Risk Event Type.
  • Enum Constant Details

    • UNLIKELY_TRAVEL

      public static final RiskEventType UNLIKELY_TRAVEL
      unlikely Travel
    • ANONYMIZED_IP_ADDRESS

      public static final RiskEventType ANONYMIZED_IP_ADDRESS
      anonymized IPAddress
    • MALICIOUS_IP_ADDRESS

      public static final RiskEventType MALICIOUS_IP_ADDRESS
      malicious IPAddress
    • UNFAMILIAR_FEATURES

      public static final RiskEventType UNFAMILIAR_FEATURES
      unfamiliar Features
    • MALWARE_INFECTED_IP_ADDRESS

      public static final RiskEventType MALWARE_INFECTED_IP_ADDRESS
      malware Infected IPAddress
    • SUSPICIOUS_IP_ADDRESS

      public static final RiskEventType SUSPICIOUS_IP_ADDRESS
      suspicious IPAddress
    • LEAKED_CREDENTIALS

      public static final RiskEventType LEAKED_CREDENTIALS
      leaked Credentials
    • INVESTIGATIONS_THREAT_INTELLIGENCE

      public static final RiskEventType INVESTIGATIONS_THREAT_INTELLIGENCE
      investigations Threat Intelligence
    • GENERIC

      public static final RiskEventType GENERIC
      generic
    • ADMIN_CONFIRMED_USER_COMPROMISED

      public static final RiskEventType ADMIN_CONFIRMED_USER_COMPROMISED
      admin Confirmed User Compromised
    • MCAS_IMPOSSIBLE_TRAVEL

      public static final RiskEventType MCAS_IMPOSSIBLE_TRAVEL
      mcas Impossible Travel
    • MCAS_SUSPICIOUS_INBOX_MANIPULATION_RULES

      public static final RiskEventType MCAS_SUSPICIOUS_INBOX_MANIPULATION_RULES
      mcas Suspicious Inbox Manipulation Rules
    • INVESTIGATIONS_THREAT_INTELLIGENCE_SIGNIN_LINKED

      public static final RiskEventType INVESTIGATIONS_THREAT_INTELLIGENCE_SIGNIN_LINKED
      investigations Threat Intelligence Signin Linked
    • MALICIOUS_IP_ADDRESS_VALID_CREDENTIALS_BLOCKED_IP

      public static final RiskEventType MALICIOUS_IP_ADDRESS_VALID_CREDENTIALS_BLOCKED_IP
      malicious IPAddress Valid Credentials Blocked IP
    • UNKNOWN_FUTURE_VALUE

      public static final RiskEventType UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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