Get desktop application:
View/edit binary Protocol Buffers messages
ExtraValue masks the value so protobuf can generate +protobuf.nullable=true +protobuf.options.(gogoproto.goproto_stringer)=false
items, if empty, will result in an empty slice
Used in:
TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
Spec holds information about the request being evaluated
Status is filled in by the server and indicates whether the token can be authenticated. +optional
TokenReviewSpec is a description of the token authentication request.
Used in:
Token is the opaque bearer token. +optional
Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. +optional
TokenReviewStatus is the result of the token authentication request.
Used in:
Authenticated indicates that the token was associated with a known user. +optional
User is the UserInfo associated with the provided token. +optional
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
Error indicates that the token couldn't be checked +optional
UserInfo holds the information about the user needed to implement the user.Info interface.
Used in:
The name that uniquely identifies this user among all active users. +optional
A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. +optional
The names of groups this user is a part of. +optional
Any additional information provided by the authenticator. +optional