import { type LocalSubjectAccessReview } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/authorization.k8s.io@v1/mod.ts";
LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.
Properties
spec: SubjectAccessReviewSpec
optional
status: SubjectAccessReviewStatus | null