import { type SelfSubjectAccessReviewSpec } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/authorization.k8s.io@v1/structs.ts";
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Properties
optional
nonResourceAttributes: NonResourceAttributes | nulloptional
resourceAttributes: ResourceAttributes | null