AccessReviewDecisionResource Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. AccessReviewDecisionResource
- com.
Implements
public final class AccessReviewDecisionResource
implements JsonSerializable<AccessReviewDecisionResource>
Target of the decision.
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 resource associated with a decision record. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Decision |
type()
Get the type property: The type of resource. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
displayName
public String displayName()
Get the displayName property: The display name of resource associated with a decision record.
Returns:
fromJson
public static AccessReviewDecisionResource fromJson(JsonReader jsonReader)
Reads an instance of AccessReviewDecisionResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The id of resource associated with a decision record.
Returns:
toJson
type
public DecisionResourceType type()
Get the type property: The type of resource.
Returns:
validate
public void validate()
Validates the instance.