Enum Class AlertDetermination

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

public enum AlertDetermination extends Enum<AlertDetermination>
The Enum Alert Determination.
  • Enum Constant Details

    • UNKNOWN

      public static final AlertDetermination UNKNOWN
      unknown
    • APT

      public static final AlertDetermination APT
      apt
    • MALWARE

      public static final AlertDetermination MALWARE
      malware
    • SECURITY_PERSONNEL

      public static final AlertDetermination SECURITY_PERSONNEL
      security Personnel
    • SECURITY_TESTING

      public static final AlertDetermination SECURITY_TESTING
      security Testing
    • UNWANTED_SOFTWARE

      public static final AlertDetermination UNWANTED_SOFTWARE
      unwanted Software
    • OTHER

      public static final AlertDetermination OTHER
      other
    • MULTI_STAGED_ATTACK

      public static final AlertDetermination MULTI_STAGED_ATTACK
      multi Staged Attack
    • COMPROMISED_ACCOUNT

      public static final AlertDetermination COMPROMISED_ACCOUNT
      compromised Account
    • PHISHING

      public static final AlertDetermination PHISHING
      phishing
    • MALICIOUS_USER_ACTIVITY

      public static final AlertDetermination MALICIOUS_USER_ACTIVITY
      malicious User Activity
    • NOT_MALICIOUS

      public static final AlertDetermination NOT_MALICIOUS
      not Malicious
    • NOT_ENOUGH_DATA_TO_VALIDATE

      public static final AlertDetermination NOT_ENOUGH_DATA_TO_VALIDATE
      not Enough Data To Validate
    • CONFIRMED_ACTIVITY

      public static final AlertDetermination CONFIRMED_ACTIVITY
      confirmed Activity
    • LINE_OF_BUSINESS_APPLICATION

      public static final AlertDetermination LINE_OF_BUSINESS_APPLICATION
      line Of Business Application
    • UNKNOWN_FUTURE_VALUE

      public static final AlertDetermination UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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