Struct k8s_openapi::api::authentication::v1::TokenReviewSpec [−][src]
Expand description
TokenReviewSpec is a description of the token authentication request.
Fields
audiences: Option<Vec<String>>
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.
token: Option<String>
Token is the opaque bearer token.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TokenReviewSpec
impl Send for TokenReviewSpec
impl Sync for TokenReviewSpec
impl Unpin for TokenReviewSpec
impl UnwindSafe for TokenReviewSpec
Blanket Implementations
Mutably borrows from an owned value. Read more