MinimalRiskLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. MinimalRiskLevel
- com.
- com.
public final class MinimalRiskLevel
extends ExpandableStringEnum<MinimalRiskLevel>
Defines the minimal attack path risk level which will be sent as email notifications.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Minimal |
CRITICAL
Get notifications on new attack paths with Critical risk level. |
|
static final
Minimal |
HIGH
Get notifications on new attack paths with High or Critical risk level. |
|
static final
Minimal |
LOW
Get notifications on new attach paths with Low, Medium, High or Critical risk level. |
|
static final
Minimal |
MEDIUM
Get notifications on new attach paths with Medium, High or Critical risk level. |
Constructor Summary
| Constructor | Description |
|---|---|
| MinimalRiskLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Minimal |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Minimal |
fromString(String name)
Creates or finds a Minimal |
|
static
Collection<Minimal |
values()
Gets known Minimal |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CRITICAL
public static final MinimalRiskLevel CRITICAL
Get notifications on new attack paths with Critical risk level.
HIGH
public static final MinimalRiskLevel HIGH
Get notifications on new attack paths with High or Critical risk level.
LOW
public static final MinimalRiskLevel LOW
Get notifications on new attach paths with Low, Medium, High or Critical risk level.
MEDIUM
public static final MinimalRiskLevel MEDIUM
Get notifications on new attach paths with Medium, High or Critical risk level.
Constructor Details
MinimalRiskLevel
@Deprecated
public MinimalRiskLevel()
Deprecated
Creates a new instance of MinimalRiskLevel value.
Method Details
fromString
public static MinimalRiskLevel fromString(String name)
Creates or finds a MinimalRiskLevel from its string representation.
Parameters:
Returns:
values
public static Collection<MinimalRiskLevel> values()
Gets known MinimalRiskLevel values.
Returns: