Kazan v0.9.0 Kazan.Apis.Authentication.V1beta1.TokenReviewStatus View Source

TokenReviewStatus is the result of the token authentication request.

OpenAPI Definition: io.k8s.api.authentication.v1beta1.TokenReviewStatus

Properties

  • authenticated :: Boolean

    • Authenticated indicates that the token was associated with a known user.
  • error :: String

    • Error indicates that the token couldn’t be checked
  • user :: Kazan.Apis.Authentication.V1beta1.UserInfo

    • Deprecated. Please use io.k8s.api.authentication.v1beta1.UserInfo instead.