Generates an offline credential for a Cluster.
HTTP request
GET https://edgecontainer.googleapis.com/v1/{cluster=projects/*/locations/*/clusters/*}:generateOfflineCredential
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
An offline credential for a cluster.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{ "clientCertificate": string, "clientKey": string, "userId": string, "expireTime": string }  | 
                  
| Fields | |
|---|---|
clientCertificate | 
                    
                       
 Output only. Client certificate to authenticate to k8s api-server.  | 
                  
clientKey | 
                    
                       
 Output only. Client private key to authenticate to k8s api-server.  | 
                  
userId | 
                    
                       
 Output only. Client's identity.  | 
                  
expireTime | 
                    
                       
 Output only. Timestamp at which this credential will expire. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.