Enum Class WindowsDefenderProductStatus

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

@Generated("com.microsoft.kiota") public enum WindowsDefenderProductStatus extends Enum<WindowsDefenderProductStatus> implements com.microsoft.kiota.serialization.ValuedEnum
Product Status of Windows Defender
  • Enum Constant Details

    • NoStatus

      public static final WindowsDefenderProductStatus NoStatus
      No status
    • ServiceNotRunning

      public static final WindowsDefenderProductStatus ServiceNotRunning
      Service not running
    • ServiceStartedWithoutMalwareProtection

      public static final WindowsDefenderProductStatus ServiceStartedWithoutMalwareProtection
      Service started without any malware protection engine
    • PendingFullScanDueToThreatAction

      public static final WindowsDefenderProductStatus PendingFullScanDueToThreatAction
      Pending full scan due to threat action
    • PendingRebootDueToThreatAction

      public static final WindowsDefenderProductStatus PendingRebootDueToThreatAction
      Pending reboot due to threat action
    • PendingManualStepsDueToThreatAction

      public static final WindowsDefenderProductStatus PendingManualStepsDueToThreatAction
      Pending manual steps due to threat action
    • AvSignaturesOutOfDate

      public static final WindowsDefenderProductStatus AvSignaturesOutOfDate
      AV signatures out of date
    • AsSignaturesOutOfDate

      public static final WindowsDefenderProductStatus AsSignaturesOutOfDate
      AS signatures out of date
    • NoQuickScanHappenedForSpecifiedPeriod

      public static final WindowsDefenderProductStatus NoQuickScanHappenedForSpecifiedPeriod
      No quick scan has happened for a specified period
    • NoFullScanHappenedForSpecifiedPeriod

      public static final WindowsDefenderProductStatus NoFullScanHappenedForSpecifiedPeriod
      No full scan has happened for a specified period
    • SystemInitiatedScanInProgress

      public static final WindowsDefenderProductStatus SystemInitiatedScanInProgress
      System initiated scan in progress
    • SystemInitiatedCleanInProgress

      public static final WindowsDefenderProductStatus SystemInitiatedCleanInProgress
      System initiated clean in progress
    • SamplesPendingSubmission

      public static final WindowsDefenderProductStatus SamplesPendingSubmission
      There are samples pending submission
    • ProductRunningInEvaluationMode

      public static final WindowsDefenderProductStatus ProductRunningInEvaluationMode
      Product running in evaluation mode
    • ProductRunningInNonGenuineMode

      public static final WindowsDefenderProductStatus ProductRunningInNonGenuineMode
      Product running in non-genuine Windows mode
    • ProductExpired

      public static final WindowsDefenderProductStatus ProductExpired
      Product expired
    • OfflineScanRequired

      public static final WindowsDefenderProductStatus OfflineScanRequired
      Off-line scan required
    • ServiceShutdownAsPartOfSystemShutdown

      public static final WindowsDefenderProductStatus ServiceShutdownAsPartOfSystemShutdown
      Service is shutting down as part of system shutdown
    • ThreatRemediationFailedCritically

      public static final WindowsDefenderProductStatus ThreatRemediationFailedCritically
      Threat remediation failed critically
    • ThreatRemediationFailedNonCritically

      public static final WindowsDefenderProductStatus ThreatRemediationFailedNonCritically
      Threat remediation failed non-critically
    • NoStatusFlagsSet

      public static final WindowsDefenderProductStatus NoStatusFlagsSet
      No status flags set (well initialized state)
    • PlatformOutOfDate

      public static final WindowsDefenderProductStatus PlatformOutOfDate
      Platform is out of date
    • PlatformUpdateInProgress

      public static final WindowsDefenderProductStatus PlatformUpdateInProgress
      Platform update is in progress
    • PlatformAboutToBeOutdated

      public static final WindowsDefenderProductStatus PlatformAboutToBeOutdated
      Platform is about to be outdated
    • SignatureOrPlatformEndOfLifeIsPastOrIsImpending

      public static final WindowsDefenderProductStatus SignatureOrPlatformEndOfLifeIsPastOrIsImpending
      Signature or platform end of life is past or is impending
    • WindowsSModeSignaturesInUseOnNonWin10SInstall

      public static final WindowsDefenderProductStatus WindowsSModeSignaturesInUseOnNonWin10SInstall
      Windows SMode signatures still in use on non-Win10S install
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static WindowsDefenderProductStatus[] 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 WindowsDefenderProductStatus 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 WindowsDefenderProductStatus forValue(@Nonnull String searchValue)