AccessReviewDecisionIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. AccessReviewDecisionIdentity
- com.
Implements
public class AccessReviewDecisionIdentity
implements JsonSerializable<AccessReviewDecisionIdentity>
Target of the decision.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | AccessReviewDecisionIdentity() |
Creates an instance of Access |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
| String |
id()
Get the id property: The id of principal whose access was reviewed. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Decision |
type()
Get the type property: The type of decision target : User/Service |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AccessReviewDecisionIdentity
protected AccessReviewDecisionIdentity()
Creates an instance of AccessReviewDecisionIdentity class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the user whose access was reviewed.
Returns:
fromJson
public static AccessReviewDecisionIdentity fromJson(JsonReader jsonReader)
Reads an instance of AccessReviewDecisionIdentity from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The id of principal whose access was reviewed.
Returns:
toJson
type
public DecisionTargetType type()
Get the type property: The type of decision target : User/ServicePrincipal.
Returns:
validate
public void validate()
Validates the instance.