Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.23 KB

v1_token_review_status.md

File metadata and controls

13 lines (9 loc) · 1.23 KB

v1_token_review_status_t

Properties

Name Type Description Notes
audiences list_t * Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server. [optional]
authenticated int Authenticated indicates that the token was associated with a known user. [optional]
error char * Error indicates that the token couldn't be checked [optional]
user v1_user_info_t * [optional]

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