Enum Class DetectionSource
- All Implemented Interfaces:
Serializable
,Comparable<DetectionSource>
,Constable
The Enum Detection Source.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionantivirusapp Governance Detectionapp Governance Policyautomated Investigationazure Ad Identity Protectioncloud App Securitycustom Detectioncustom Timanualmicrosoft Data Loss Preventionmicrosoft Defender For Cloudmicrosoft Defender For Endpointmicrosoft Defender For Identitymicrosoft Defender For Office365microsoft Threat Expertsmicrosoft365Defendersmart ScreenFor DetectionSource values that were not expected from the serviceunknownunknown Future Value -
Method Summary
Modifier and TypeMethodDescriptionstatic DetectionSource
Returns the enum constant of this class with the specified name.static DetectionSource[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
MICROSOFT_DEFENDER_FOR_ENDPOINT
microsoft Defender For Endpoint -
ANTIVIRUS
antivirus -
SMART_SCREEN
smart Screen -
CUSTOM_TI
custom Ti -
MICROSOFT_DEFENDER_FOR_OFFICE365
microsoft Defender For Office365 -
AUTOMATED_INVESTIGATION
automated Investigation -
MICROSOFT_THREAT_EXPERTS
microsoft Threat Experts -
CUSTOM_DETECTION
custom Detection -
MICROSOFT_DEFENDER_FOR_IDENTITY
microsoft Defender For Identity -
CLOUD_APP_SECURITY
cloud App Security -
MICROSOFT365_DEFENDER
microsoft365Defender -
AZURE_AD_IDENTITY_PROTECTION
azure Ad Identity Protection -
MANUAL
manual -
MICROSOFT_DATA_LOSS_PREVENTION
microsoft Data Loss Prevention -
APP_GOVERNANCE_POLICY
app Governance Policy -
APP_GOVERNANCE_DETECTION
app Governance Detection -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
MICROSOFT_DEFENDER_FOR_CLOUD
microsoft Defender For Cloud -
UNEXPECTED_VALUE
For DetectionSource values that were not expected from the service
-
-
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
-