Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenReviewSpecV1Beta1

TokenReviewSpec is a description of the token authentication request.

schema

io.k8s.api.authentication.v1beta1.TokenReviewSpec

Hierarchy

  • TokenReviewSpecV1Beta1

Index

Properties

Properties

Optional Readonly audiences

audiences: string[]

Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.

schema

io.k8s.api.authentication.v1beta1.TokenReviewSpec#audiences

Optional Readonly token

token: string

Token is the opaque bearer token.

schema

io.k8s.api.authentication.v1beta1.TokenReviewSpec#token

Generated using TypeDoc