{ "description": "TokenRequestStatus is the result of a token request.", "properties": { "expirationTimestamp": { "$ref": "/api/_definitions.json#/$defs/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "ExpirationTimestamp is the time of expiration of the returned token." }, "token": { "description": "Token is the opaque bearer token.", "type": [ "string", "null" ] } }, "required": [ "token", "expirationTimestamp" ], "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/tokenrequeststatus/authentication/v1" }