Output only. Timestamp at which the token will expire.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-21 UTC."],[[["This API call generates an access token for a specified cluster using a `GET` HTTP request to the `https://edgecontainer.googleapis.com/v1/{cluster=projects/*/locations/*/clusters/*}:generateAccessToken` endpoint."],["The request requires a `cluster` path parameter, which is the resource name of the target cluster, and authorization requires the `edgecontainer.clusters.get` IAM permission."],["The request body must be empty to generate an access token, meaning no additional information is needed."],["The successful response provides a JSON body containing the `accessToken` string for Kubernetes API server authentication, and an `expireTime` string indicating the token's expiration timestamp."],["This request also requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authentication."]]],[]]