UserImpact Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. UserImpact
- com.
- com.
public final class UserImpact
extends ExpandableStringEnum<UserImpact>
The user impact of the assessment.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
User |
HIGH
Static value High for User |
|
static final
User |
LOW
Static value Low for User |
|
static final
User |
MODERATE
Static value Moderate for User |
Constructor Summary
| Constructor | Description |
|---|---|
| UserImpact() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
User |
fromString(String name)
Creates or finds a User |
|
static
Collection<User |
values()
Gets known User |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HIGH
public static final UserImpact HIGH
Static value High for UserImpact.
LOW
public static final UserImpact LOW
Static value Low for UserImpact.
MODERATE
public static final UserImpact MODERATE
Static value Moderate for UserImpact.
Constructor Details
UserImpact
@Deprecated
public UserImpact()
Deprecated
Creates a new instance of UserImpact value.
Method Details
fromString
public static UserImpact fromString(String name)
Creates or finds a UserImpact from its string representation.
Parameters:
Returns:
values
public static Collection<UserImpact> values()
Gets known UserImpact values.
Returns: