Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeLocalSubjectAccessReviewProps

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.

schema

io.k8s.api.authorization.v1.LocalSubjectAccessReview

Hierarchy

  • KubeLocalSubjectAccessReviewProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.authorization.v1.LocalSubjectAccessReview#metadata

Readonly 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.

schema

io.k8s.api.authorization.v1.LocalSubjectAccessReview#spec

Generated using TypeDoc