Method: customers.certificateProvisioningProcesses.get

  • 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

string

Required. Resource name of the CertificateProvisioningProcess to return. The name pattern is given as customers/{customer}/certificateProvisioningProcesses/{certificateProvisioningProcess} with {customer} being the obfuscated customer id and {certificateProvisioningProcess} being the certificate provisioning process id.

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