Generates a short-lived access token to authenticate to a given AzureCluster
resource.
HTTP request
GET https://{endpoint}/v1/{azureCluster=projects/*/locations/*/azureClusters/*}:generateAzureAccessToken
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
azureCluster |
Required. The name of the
See Resource Names for more details on Google Cloud resource names. |
Request body
The request body must be empty.
Response body
Response message for AzureClusters.GenerateAzureAccessToken
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "accessToken": string, "expirationTime": string } |
Fields | |
---|---|
accessToken |
Output only. Access token to authenticate to k8s api-server. |
expirationTime |
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.
IAM Permissions
Requires the following IAM permission on the azureCluster
resource:
gkemulticloud.azureClusters.generateAccessToken
For more information, see the IAM documentation.