Skip to main content
Schemaobject

io.k8s.api.storage.v1.TokenRequest

TokenRequest contains parameters of a service account token.

Source
specs/apis__storage.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
audience string
required

audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.

expirationSeconds integer (int64)
optional

expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".