AccessReviewDecisionPrincipalResourceMembership Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. AccessReviewDecisionPrincipalResourceMembership
- com.
Implements
public final class AccessReviewDecisionPrincipalResourceMembership
implements JsonSerializable<AccessReviewDecisionPrincipalResourceMembership>
Target of the decision.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Access |
fromJson(JsonReader jsonReader)
Reads an instance of Access |
|
List<Access |
membershipTypes()
Get the membership |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AccessReviewDecisionPrincipalResourceMembership fromJson(JsonReader jsonReader)
Reads an instance of AccessReviewDecisionPrincipalResourceMembership from the JsonReader.
Parameters:
Returns:
Throws:
membershipTypes
public List<AccessReviewDecisionPrincipalResourceMembershipType> membershipTypes()
Get the membershipTypes property: Every decision item in an access review represents a principal's membership to a resource. This property represents details of the membership. Examples of this detail might be whether the principal has direct access or indirect access.
Returns:
toJson
validate
public void validate()
Validates the instance.