objectio.k8s.api.authentication.v1.TokenReviewStatus
TokenReviewStatus is the result of the token authentication request.
- Source
specs/apis__authentication.k8s.io__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
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 wher…
authenticated indicates that the token was associated with a known user.
error indicates that the token couldn't be checked
user is the UserInfo associated with the provided token.