Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeSelfSubjectAccessReviewV1Beta1Props

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

schema

io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview

Hierarchy

  • KubeSelfSubjectAccessReviewV1Beta1Props

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview#metadata

Readonly spec

Spec holds information about the request being evaluated. user and groups must be empty

schema

io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview#spec

Generated using TypeDoc