public static interface V1Authorization.SubjectAccessReviewStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowed()
Allowed is required.
|
boolean |
getDenied()
Denied is optional.
|
String |
getEvaluationError()
EvaluationError is an indication that some error occurred during the authorization check.
|
com.google.protobuf.ByteString |
getEvaluationErrorBytes()
EvaluationError is an indication that some error occurred during the authorization check.
|
String |
getReason()
Reason is optional.
|
com.google.protobuf.ByteString |
getReasonBytes()
Reason is optional.
|
boolean |
hasAllowed()
Allowed is required.
|
boolean |
hasDenied()
Denied is optional.
|
boolean |
hasEvaluationError()
EvaluationError is an indication that some error occurred during the authorization check.
|
boolean |
hasReason()
Reason is optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAllowed()
Allowed is required. True if the action would be allowed, false otherwise.
optional bool allowed = 1;boolean getAllowed()
Allowed is required. True if the action would be allowed, false otherwise.
optional bool allowed = 1;boolean hasDenied()
Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. +optional
optional bool denied = 4;boolean getDenied()
Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. +optional
optional bool denied = 4;boolean hasReason()
Reason is optional. It indicates why a request was allowed or denied. +optional
optional string reason = 2;String getReason()
Reason is optional. It indicates why a request was allowed or denied. +optional
optional string reason = 2;com.google.protobuf.ByteString getReasonBytes()
Reason is optional. It indicates why a request was allowed or denied. +optional
optional string reason = 2;boolean hasEvaluationError()
EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. +optional
optional string evaluationError = 3;String getEvaluationError()
EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. +optional
optional string evaluationError = 3;com.google.protobuf.ByteString getEvaluationErrorBytes()
EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. +optional
optional string evaluationError = 3;Copyright © 2023. All rights reserved.