Class V1Authorization.SelfSubjectAccessReview

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V1Authorization.SelfSubjectAccessReview
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1Authorization.SelfSubjectAccessReviewOrBuilder, Serializable
Enclosing class:
V1Authorization

public static final class V1Authorization.SelfSubjectAccessReview extends com.google.protobuf.GeneratedMessageV3 implements V1Authorization.SelfSubjectAccessReviewOrBuilder
 SelfSubjectAccessReview checks whether or the current user can perform an action.  Not filling in a
 spec.namespace means "in all namespaces".  Self is a special case, because users should always be able
 to check whether they can perform an action
 
Protobuf type k8s.io.api.authorization.v1.SelfSubjectAccessReview
See Also: