public class V1SubjectAccessReviewStatus extends Object
Constructor and Description |
---|
V1SubjectAccessReviewStatus() |
Modifier and Type | Method and Description |
---|---|
V1SubjectAccessReviewStatus |
allowed(Boolean allowed) |
boolean |
equals(Object o) |
V1SubjectAccessReviewStatus |
evaluationError(String evaluationError) |
String |
getEvaluationError()
EvaluationError is an indication that some error occurred during the authorization check.
|
String |
getReason()
Reason is optional.
|
int |
hashCode() |
Boolean |
isAllowed()
Allowed is required.
|
V1SubjectAccessReviewStatus |
reason(String reason) |
void |
setAllowed(Boolean allowed) |
void |
setEvaluationError(String evaluationError) |
void |
setReason(String reason) |
String |
toString() |
public V1SubjectAccessReviewStatus allowed(Boolean allowed)
public Boolean isAllowed()
public void setAllowed(Boolean allowed)
public V1SubjectAccessReviewStatus evaluationError(String evaluationError)
public String getEvaluationError()
public void setEvaluationError(String evaluationError)
public V1SubjectAccessReviewStatus reason(String reason)
public String getReason()
public void setReason(String reason)
Copyright © 2017. All rights reserved.