import { type SelfSubjectAccessReview } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/authorization.k8s.io@v1/mod.ts";
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
Properties
optional
status: SubjectAccessReviewStatus | null