Generates an access token for a Cluster.
HTTP request
GET https://edgecontainer.googleapis.com/v1/{cluster=projects/*/locations/*/clusters/*}:generateAccessToken
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| cluster | 
 Required. The resource name of the cluster. Authorization requires the following IAM permission on the specified resource  
 | 
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
An access token for a cluster.
| JSON representation | 
|---|
| { "accessToken": string, "expireTime": string } | 
| Fields | |
|---|---|
| accessToken | 
 Output only. Access token to authenticate to k8s api-server. | 
| expireTime | 
 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:  | 
Authorization Scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.