python/kubernetes/docs/V1TokenReviewStatus.md
2017-04-05 15:24:07 -07:00

622 B

V1TokenReviewStatus

Properties

Name Type Description Notes
authenticated bool Authenticated indicates that the token was associated with a known user. [optional]
error str Error indicates that the token couldn't be checked [optional]
user V1UserInfo User is the UserInfo associated with the provided token. [optional]

[Back to Model list] [Back to API list] [Back to README]