Package com.microsoft.graph.models
Enum Class RiskEventType
- All Implemented Interfaces:
Serializable,Comparable<RiskEventType>,Constable
The Enum Risk Event Type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadmin Confirmed User Compromisedanonymized IPAddressgenericinvestigations Threat Intelligenceinvestigations Threat Intelligence Signin Linkedleaked Credentialsmalicious IPAddressmalicious IPAddress Valid Credentials Blocked IPmalware Infected IPAddressmcas Impossible Travelmcas Suspicious Inbox Manipulation Rulessuspicious IPAddressFor RiskEventType values that were not expected from the serviceunfamiliar Featuresunknown Future Valueunlikely Travel -
Method Summary
Modifier and TypeMethodDescriptionstatic RiskEventTypeReturns the enum constant of this class with the specified name.static RiskEventType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNLIKELY_TRAVEL
unlikely Travel -
ANONYMIZED_IP_ADDRESS
anonymized IPAddress -
MALICIOUS_IP_ADDRESS
malicious IPAddress -
UNFAMILIAR_FEATURES
unfamiliar Features -
MALWARE_INFECTED_IP_ADDRESS
malware Infected IPAddress -
SUSPICIOUS_IP_ADDRESS
suspicious IPAddress -
LEAKED_CREDENTIALS
leaked Credentials -
INVESTIGATIONS_THREAT_INTELLIGENCE
investigations Threat Intelligence -
GENERIC
generic -
ADMIN_CONFIRMED_USER_COMPROMISED
admin Confirmed User Compromised -
MCAS_IMPOSSIBLE_TRAVEL
mcas Impossible Travel -
MCAS_SUSPICIOUS_INBOX_MANIPULATION_RULES
mcas Suspicious Inbox Manipulation Rules -
INVESTIGATIONS_THREAT_INTELLIGENCE_SIGNIN_LINKED
investigations Threat Intelligence Signin Linked -
MALICIOUS_IP_ADDRESS_VALID_CREDENTIALS_BLOCKED_IP
malicious IPAddress Valid Credentials Blocked IP -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For RiskEventType 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
-