AccessReviewScopeAssignmentState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. models. AccessReviewScopeAssignmentState
- com.
- com.
public final class AccessReviewScopeAssignmentState
extends ExpandableStringEnum<AccessReviewScopeAssignmentState>
The role assignment state eligible/active to review.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Access |
ACTIVE
active. |
|
static final
Access |
ELIGIBLE
eligible. |
Constructor Summary
| Constructor | Description |
|---|---|
| AccessReviewScopeAssignmentState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Access |
fromString(String name)
Creates or finds a Access |
|
static
Collection<Access |
values()
Gets known Access |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final AccessReviewScopeAssignmentState ACTIVE
active.
ELIGIBLE
public static final AccessReviewScopeAssignmentState ELIGIBLE
eligible.
Constructor Details
AccessReviewScopeAssignmentState
@Deprecated
public AccessReviewScopeAssignmentState()
Deprecated
Creates a new instance of AccessReviewScopeAssignmentState value.
Method Details
fromString
public static AccessReviewScopeAssignmentState fromString(String name)
Creates or finds a AccessReviewScopeAssignmentState from its string representation.
Parameters:
Returns:
values
public static Collection<AccessReviewScopeAssignmentState> values()
Gets known AccessReviewScopeAssignmentState values.
Returns: