AI-generated Key Takeaways
- 
          
This page describes how to retrieve a certificate provisioning process using an HTTP GET request.
 - 
          
The request URL follows the gRPC Transcoding syntax and includes path parameters to specify the target resource by its name, which has a defined pattern including customer and certificate provisioning process IDs.
 - 
          
The request body must be empty, and a successful response will contain an instance of
CertificateProvisioningProcess. - 
          
Accessing this functionality requires authorization with the OAuth scope
https://www.googleapis.com/auth/chrome.management.certprov.provisioningprocess. 
Retrieves a certificate provisioning process.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/certificateProvisioningProcesses/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. Resource name of the   | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of CertificateProvisioningProcess.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.certprov.provisioningprocess