java.lang.Object
com.azure.core.util.ExpandableStringEnum<Threats>
com.azure.resourcemanager.security.models.Threats

public final class Threats extends com.azure.core.util.ExpandableStringEnum<Threats>
Threats impact of the assessment.
  • Field Details

    • ACCOUNT_BREACH

      public static final Threats ACCOUNT_BREACH
      Static value accountBreach for Threats.
    • DATA_EXFILTRATION

      public static final Threats DATA_EXFILTRATION
      Static value dataExfiltration for Threats.
    • DATA_SPILLAGE

      public static final Threats DATA_SPILLAGE
      Static value dataSpillage for Threats.
    • MALICIOUS_INSIDER

      public static final Threats MALICIOUS_INSIDER
      Static value maliciousInsider for Threats.
    • ELEVATION_OF_PRIVILEGE

      public static final Threats ELEVATION_OF_PRIVILEGE
      Static value elevationOfPrivilege for Threats.
    • THREAT_RESISTANCE

      public static final Threats THREAT_RESISTANCE
      Static value threatResistance for Threats.
    • MISSING_COVERAGE

      public static final Threats MISSING_COVERAGE
      Static value missingCoverage for Threats.
    • DENIAL_OF_SERVICE

      public static final Threats DENIAL_OF_SERVICE
      Static value denialOfService for Threats.
  • Constructor Details

    • Threats

      public Threats()
  • Method Details

    • fromString

      public static Threats fromString(String name)
      Creates or finds a Threats from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding Threats.
    • values

      public static Collection<Threats> values()
      Gets known Threats values.
      Returns:
      known Threats values.