Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelfSubjectAccessReviewSpec

SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

schema

io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec

Hierarchy

  • SelfSubjectAccessReviewSpec

Index

Properties

Optional Readonly nonResourceAttributes

nonResourceAttributes: NonResourceAttributes

NonResourceAttributes describes information for a non-resource access request

schema

io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec#nonResourceAttributes

Optional Readonly resourceAttributes

resourceAttributes: ResourceAttributes

ResourceAuthorizationAttributes describes information for a resource access request

schema

io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec#resourceAttributes

Generated using TypeDoc