Threats Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. Threats
- com.
- com.
public final class Threats
extends ExpandableStringEnum<Threats>
Threats impact of the assessment.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Threats |
ACCOUNT_BREACH
Static value account |
| static final Threats |
DATA_EXFILTRATION
Static value data |
| static final Threats |
DATA_SPILLAGE
Static value data |
| static final Threats |
DENIAL_OF_SERVICE
Static value denial |
| static final Threats |
ELEVATION_OF_PRIVILEGE
Static value elevation |
| static final Threats |
MALICIOUS_INSIDER
Static value malicious |
| static final Threats |
MISSING_COVERAGE
Static value missing |
| static final Threats |
THREAT_RESISTANCE
Static value threat |
Constructor Summary
| Constructor | Description |
|---|---|
| Threats() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Threats value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Threats |
fromString(String name)
Creates or finds a Threats from its string representation. |
| static Collection<Threats> |
values()
Gets known Threats values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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.
DENIAL_OF_SERVICE
public static final Threats DENIAL_OF_SERVICE
Static value denialOfService for Threats.
ELEVATION_OF_PRIVILEGE
public static final Threats ELEVATION_OF_PRIVILEGE
Static value elevationOfPrivilege for Threats.
MALICIOUS_INSIDER
public static final Threats MALICIOUS_INSIDER
Static value maliciousInsider for Threats.
MISSING_COVERAGE
public static final Threats MISSING_COVERAGE
Static value missingCoverage for Threats.
THREAT_RESISTANCE
public static final Threats THREAT_RESISTANCE
Static value threatResistance for Threats.
Constructor Details
Threats
@Deprecated
public Threats()
Deprecated
Creates a new instance of Threats value.
Method Details
fromString
public static Threats fromString(String name)
Creates or finds a Threats from its string representation.
Parameters:
Returns:
values
public static Collection<Threats> values()
Gets known Threats values.
Returns: