Kazan v0.1.0 Kazan.Models.V1beta1.LocalSubjectAccessReview
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
metadata
- SeeKazan.Models.V1.ObjectMeta
.spec
- Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. SeeKazan.Models.V1beta1.SubjectAccessReviewSpec
.status
- Status is filled in by the server and indicates whether the request is allowed or not SeeKazan.Models.V1beta1.SubjectAccessReviewStatus
.