Options
All
  • Public
  • Public/Protected
  • All
Menu

SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.

export
interface

IoK8sApiAuthorizationV1SelfSubjectRulesReview

Hierarchy

  • IoK8sApiAuthorizationV1SelfSubjectRulesReview

Index

Properties

apiVersion?: string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

memberof

IoK8sApiAuthorizationV1SelfSubjectRulesReview

kind?: string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

memberof

IoK8sApiAuthorizationV1SelfSubjectRulesReview

memberof

IoK8sApiAuthorizationV1SelfSubjectRulesReview

memberof

IoK8sApiAuthorizationV1SelfSubjectRulesReview

memberof

IoK8sApiAuthorizationV1SelfSubjectRulesReview

Generated using TypeDoc