Kazan v0.4.0 Kazan.Models.Apis.Authentication.V1.TokenReviewStatus View Source
TokenReviewStatus is the result of the token authentication request.
OpenAPI Definition: io.k8s.kubernetes.pkg.apis.authentication.v1.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.Models.Apis.Authentication.V1.UserInfo
- User is the UserInfo associated with the provided token.