Package com.microsoft.graph.models
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAS signatures out of dateAV signatures out of dateNo full scan has happened for a specified periodNo quick scan has happened for a specified periodNo statusNo status flags set (well initialized state)Off-line scan requiredPending full scan due to threat actionPending manual steps due to threat actionPending reboot due to threat actionPlatform is about to be outdatedPlatform is out of datePlatform update is in progressProduct expiredProduct running in evaluation modeProduct running in non-genuine Windows modeThere are samples pending submissionService not runningService is shutting down as part of system shutdownService started without any malware protection engineSignature or platform end of life is past or is impendingSystem initiated clean in progressSystem initiated scan in progressThreat remediation failed criticallyThreat remediation failed non-criticallyWindows SMode signatures still in use on non-Win10S install -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic WindowsDefenderProductStatus
getValue()
static WindowsDefenderProductStatus
Returns the enum constant of this class with the specified name.static WindowsDefenderProductStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NoStatus
No status -
ServiceNotRunning
Service not running -
ServiceStartedWithoutMalwareProtection
Service started without any malware protection engine -
PendingFullScanDueToThreatAction
Pending full scan due to threat action -
PendingRebootDueToThreatAction
Pending reboot due to threat action -
PendingManualStepsDueToThreatAction
Pending manual steps due to threat action -
AvSignaturesOutOfDate
AV signatures out of date -
AsSignaturesOutOfDate
AS signatures out of date -
NoQuickScanHappenedForSpecifiedPeriod
No quick scan has happened for a specified period -
NoFullScanHappenedForSpecifiedPeriod
No full scan has happened for a specified period -
SystemInitiatedScanInProgress
System initiated scan in progress -
SystemInitiatedCleanInProgress
System initiated clean in progress -
SamplesPendingSubmission
There are samples pending submission -
ProductRunningInEvaluationMode
Product running in evaluation mode -
ProductRunningInNonGenuineMode
Product running in non-genuine Windows mode -
ProductExpired
Product expired -
OfflineScanRequired
Off-line scan required -
ServiceShutdownAsPartOfSystemShutdown
Service is shutting down as part of system shutdown -
ThreatRemediationFailedCritically
Threat remediation failed critically -
ThreatRemediationFailedNonCritically
Threat remediation failed non-critically -
NoStatusFlagsSet
No status flags set (well initialized state) -
PlatformOutOfDate
Platform is out of date -
PlatformUpdateInProgress
Platform update is in progress -
PlatformAboutToBeOutdated
Platform is about to be outdated -
SignatureOrPlatformEndOfLifeIsPastOrIsImpending
Signature or platform end of life is past or is impending -
WindowsSModeSignaturesInUseOnNonWin10SInstall
Windows SMode signatures still in use on non-Win10S install
-
-
Field Details
-
value
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfacecom.microsoft.kiota.serialization.ValuedEnum
-
forValue
-