Enum Class DetectionSource

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

@Generated("com.microsoft.kiota") public enum DetectionSource extends Enum<DetectionSource> implements com.microsoft.kiota.serialization.ValuedEnum
  • Enum Constant Details

    • Unknown

      public static final DetectionSource Unknown
    • MicrosoftDefenderForEndpoint

      public static final DetectionSource MicrosoftDefenderForEndpoint
    • Antivirus

      public static final DetectionSource Antivirus
    • SmartScreen

      public static final DetectionSource SmartScreen
    • CustomTi

      public static final DetectionSource CustomTi
    • MicrosoftDefenderForOffice365

      public static final DetectionSource MicrosoftDefenderForOffice365
    • AutomatedInvestigation

      public static final DetectionSource AutomatedInvestigation
    • MicrosoftThreatExperts

      public static final DetectionSource MicrosoftThreatExperts
    • CustomDetection

      public static final DetectionSource CustomDetection
    • MicrosoftDefenderForIdentity

      public static final DetectionSource MicrosoftDefenderForIdentity
    • CloudAppSecurity

      public static final DetectionSource CloudAppSecurity
    • Microsoft365Defender

      public static final DetectionSource Microsoft365Defender
    • AzureAdIdentityProtection

      public static final DetectionSource AzureAdIdentityProtection
    • Manual

      public static final DetectionSource Manual
    • MicrosoftDataLossPrevention

      public static final DetectionSource MicrosoftDataLossPrevention
    • AppGovernancePolicy

      public static final DetectionSource AppGovernancePolicy
    • AppGovernanceDetection

      public static final DetectionSource AppGovernanceDetection
    • UnknownFutureValue

      public static final DetectionSource UnknownFutureValue
    • MicrosoftDefenderForCloud

      public static final DetectionSource MicrosoftDefenderForCloud
    • MicrosoftDefenderForIoT

      public static final DetectionSource MicrosoftDefenderForIoT
    • MicrosoftDefenderForServers

      public static final DetectionSource MicrosoftDefenderForServers
    • MicrosoftDefenderForStorage

      public static final DetectionSource MicrosoftDefenderForStorage
    • MicrosoftDefenderForDNS

      public static final DetectionSource MicrosoftDefenderForDNS
    • MicrosoftDefenderForDatabases

      public static final DetectionSource MicrosoftDefenderForDatabases
    • MicrosoftDefenderForContainers

      public static final DetectionSource MicrosoftDefenderForContainers
    • MicrosoftDefenderForNetwork

      public static final DetectionSource MicrosoftDefenderForNetwork
    • MicrosoftDefenderForAppService

      public static final DetectionSource MicrosoftDefenderForAppService
    • MicrosoftDefenderForKeyVault

      public static final DetectionSource MicrosoftDefenderForKeyVault
    • MicrosoftDefenderForResourceManager

      public static final DetectionSource MicrosoftDefenderForResourceManager
    • MicrosoftDefenderForApiManagement

      public static final DetectionSource MicrosoftDefenderForApiManagement
    • NrtAlerts

      public static final DetectionSource NrtAlerts
    • ScheduledAlerts

      public static final DetectionSource ScheduledAlerts
    • MicrosoftDefenderThreatIntelligenceAnalytics

      public static final DetectionSource MicrosoftDefenderThreatIntelligenceAnalytics
    • BuiltInMl

      public static final DetectionSource BuiltInMl
    • MicrosoftInsiderRiskManagement

      public static final DetectionSource MicrosoftInsiderRiskManagement
    • MicrosoftSentinel

      public static final DetectionSource MicrosoftSentinel
  • Field Details

    • value

      public final String value
  • 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
    • getValue

      @Nonnull public String getValue()
      Specified by:
      getValue in interface com.microsoft.kiota.serialization.ValuedEnum
    • forValue

      @Nullable public static DetectionSource forValue(@Nonnull String searchValue)