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 Protectionbuilt In Mlcloud App Securitycustom Detectioncustom Timanualmicrosoft Data Loss Preventionmicrosoft Defender For Api Managementmicrosoft Defender For App Servicemicrosoft Defender For Cloudmicrosoft Defender For Containersmicrosoft Defender For Databasesmicrosoft Defender For DNSmicrosoft Defender For Endpointmicrosoft Defender For Identitymicrosoft Defender For Io Tmicrosoft Defender For Key Vaultmicrosoft Defender For Networkmicrosoft Defender For Office365microsoft Defender For Resource Managermicrosoft Defender For Serversmicrosoft Defender For Storagemicrosoft Defender Threat Intelligence Analyticsmicrosoft Sentinelmicrosoft Threat Expertsmicrosoft365Defendernrt Alertsscheduled Alertssmart ScreenFor DetectionSource values that were not expected from the serviceunknownunknown Future Value -
Method Summary
Modifier and TypeMethodDescriptionstatic DetectionSourceReturns 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 -
MICROSOFT_DEFENDER_FOR_IO_T
microsoft Defender For Io T -
MICROSOFT_DEFENDER_FOR_SERVERS
microsoft Defender For Servers -
MICROSOFT_DEFENDER_FOR_STORAGE
microsoft Defender For Storage -
MICROSOFT_DEFENDER_FOR_DNS
microsoft Defender For DNS -
MICROSOFT_DEFENDER_FOR_DATABASES
microsoft Defender For Databases -
MICROSOFT_DEFENDER_FOR_CONTAINERS
microsoft Defender For Containers -
MICROSOFT_DEFENDER_FOR_NETWORK
microsoft Defender For Network -
MICROSOFT_DEFENDER_FOR_APP_SERVICE
microsoft Defender For App Service -
MICROSOFT_DEFENDER_FOR_KEY_VAULT
microsoft Defender For Key Vault -
MICROSOFT_DEFENDER_FOR_RESOURCE_MANAGER
microsoft Defender For Resource Manager -
MICROSOFT_DEFENDER_FOR_API_MANAGEMENT
microsoft Defender For Api Management -
NRT_ALERTS
nrt Alerts -
SCHEDULED_ALERTS
scheduled Alerts -
MICROSOFT_DEFENDER_THREAT_INTELLIGENCE_ANALYTICS
microsoft Defender Threat Intelligence Analytics -
BUILT_IN_ML
built In Ml -
MICROSOFT_SENTINEL
microsoft Sentinel -
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
-