Namespace Pulumi.Kubernetes.Types.Inputs.Authentication.V1
Classes
BoundObjectReferenceArgs
BoundObjectReference is a reference to an object that a token is bound to.
TokenRequestArgs
TokenRequest requests a token for a given service account.
TokenRequestSpecArgs
TokenRequestSpec contains client provided parameters of a token request.
TokenRequestStatusArgs
TokenRequestStatus is the result of a token request.
TokenReviewArgs
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.
TokenReviewSpecArgs
TokenReviewSpec is a description of the token authentication request.
TokenReviewStatusArgs
TokenReviewStatus is the result of the token authentication request.
UserInfoArgs
UserInfo holds the information about the user needed to implement the user.Info interface.