Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubjectAccessReviewSpecV1Beta1

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

schema

io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec

Hierarchy

  • SubjectAccessReviewSpecV1Beta1

Index

Properties

Optional Readonly extra

extra: {}

Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here.

schema

io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec#extra

Type declaration

  • [key: string]: string[]

Optional Readonly group

group: string[]

Groups is the groups you're testing for.

schema

io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec#group

Optional Readonly nonResourceAttributes

nonResourceAttributes: NonResourceAttributesV1Beta1

NonResourceAttributes describes information for a non-resource access request

schema

io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec#nonResourceAttributes

Optional Readonly resourceAttributes

resourceAttributes: ResourceAttributesV1Beta1

ResourceAuthorizationAttributes describes information for a resource access request

schema

io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec#resourceAttributes

Optional Readonly uid

uid: string

UID information about the requesting user.

schema

io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec#uid

Optional Readonly user

user: string

User is the user you're testing for. If you specify "User" but not "Group", then is it interpreted as "What if User were not a member of any groups

schema

io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec#user

Generated using TypeDoc