Enum DetectedRiskEvents

java.lang.Object
java.lang.Enum<DetectedRiskEvents>
com.okta.sdk.resource.model.DetectedRiskEvents
All Implemented Interfaces:
Serializable, Comparable<DetectedRiskEvents>, java.lang.constant.Constable

public enum DetectedRiskEvents extends Enum<DetectedRiskEvents>
Gets or Sets DetectedRiskEvents
  • Enum Constant Details

    • ADMIN_REPORTED_USER_RISK

      public static final DetectedRiskEvents ADMIN_REPORTED_USER_RISK
    • BRUTE_FORCE_ATTACK

      public static final DetectedRiskEvents BRUTE_FORCE_ATTACK
    • ENTITY_CRITICAL_ACTION_FROM_HIGH_THREAT_IP

      public static final DetectedRiskEvents ENTITY_CRITICAL_ACTION_FROM_HIGH_THREAT_IP
    • OKTA_THREAT_INTELLIGENCE

      public static final DetectedRiskEvents OKTA_THREAT_INTELLIGENCE
    • SECURITY_EVENTS_PROVIDER_REPORTED_RISK

      public static final DetectedRiskEvents SECURITY_EVENTS_PROVIDER_REPORTED_RISK
    • SESSION_INFLUENCED_USER_RISK

      public static final DetectedRiskEvents SESSION_INFLUENCED_USER_RISK
    • SUSPICIOUS_APP_ACCESS

      public static final DetectedRiskEvents SUSPICIOUS_APP_ACCESS
    • USER_REPORTED_SUSPICIOUS_ACTIVITY

      public static final DetectedRiskEvents USER_REPORTED_SUSPICIOUS_ACTIVITY
    • UNKNOWN_DEFAULT_OPEN_API

      public static final DetectedRiskEvents UNKNOWN_DEFAULT_OPEN_API
  • Method Details

    • values

      public static DetectedRiskEvents[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DetectedRiskEvents valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DetectedRiskEvents>
    • fromValue

      public static DetectedRiskEvents fromValue(String value)
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string