Enum Class DetectionSource

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

public enum DetectionSource extends Enum<DetectionSource>
The Enum Detection Source.
  • Enum Constant Details

    • UNKNOWN

      public static final DetectionSource UNKNOWN
      unknown
    • MICROSOFT_DEFENDER_FOR_ENDPOINT

      public static final DetectionSource MICROSOFT_DEFENDER_FOR_ENDPOINT
      microsoft Defender For Endpoint
    • ANTIVIRUS

      public static final DetectionSource ANTIVIRUS
      antivirus
    • SMART_SCREEN

      public static final DetectionSource SMART_SCREEN
      smart Screen
    • CUSTOM_TI

      public static final DetectionSource CUSTOM_TI
      custom Ti
    • MICROSOFT_DEFENDER_FOR_OFFICE365

      public static final DetectionSource MICROSOFT_DEFENDER_FOR_OFFICE365
      microsoft Defender For Office365
    • AUTOMATED_INVESTIGATION

      public static final DetectionSource AUTOMATED_INVESTIGATION
      automated Investigation
    • MICROSOFT_THREAT_EXPERTS

      public static final DetectionSource MICROSOFT_THREAT_EXPERTS
      microsoft Threat Experts
    • CUSTOM_DETECTION

      public static final DetectionSource CUSTOM_DETECTION
      custom Detection
    • MICROSOFT_DEFENDER_FOR_IDENTITY

      public static final DetectionSource MICROSOFT_DEFENDER_FOR_IDENTITY
      microsoft Defender For Identity
    • CLOUD_APP_SECURITY

      public static final DetectionSource CLOUD_APP_SECURITY
      cloud App Security
    • MICROSOFT365_DEFENDER

      public static final DetectionSource MICROSOFT365_DEFENDER
      microsoft365Defender
    • AZURE_AD_IDENTITY_PROTECTION

      public static final DetectionSource AZURE_AD_IDENTITY_PROTECTION
      azure Ad Identity Protection
    • MANUAL

      public static final DetectionSource MANUAL
      manual
    • MICROSOFT_DATA_LOSS_PREVENTION

      public static final DetectionSource MICROSOFT_DATA_LOSS_PREVENTION
      microsoft Data Loss Prevention
    • APP_GOVERNANCE_POLICY

      public static final DetectionSource APP_GOVERNANCE_POLICY
      app Governance Policy
    • APP_GOVERNANCE_DETECTION

      public static final DetectionSource APP_GOVERNANCE_DETECTION
      app Governance Detection
    • UNKNOWN_FUTURE_VALUE

      public static final DetectionSource UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • MICROSOFT_DEFENDER_FOR_CLOUD

      public static final DetectionSource MICROSOFT_DEFENDER_FOR_CLOUD
      microsoft Defender For Cloud
    • UNEXPECTED_VALUE

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

    • values

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