Method: customers.policies.networks.defineCertificate

Creates a certificate at a specified OU for a customer.

HTTP request

POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/networks:defineCertificate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customer

string

Required. The customer for which the certificate will apply.

Request body

The request body contains data with the following structure:

JSON representation
{
  "targetResource": string,
  "ceritificateName": string,
  "certificate": string,
  "settings": [
    {
      object (NetworkSetting)
    }
  ]
}
Fields
targetResource

string

Required. The target resource on which this certificate is applied. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}")

ceritificateName

string

Optional. The optional name of the certificate. If not specified, the certificate issuer will be used as the name.

certificate

string

Required. The raw contents of the .PEM, .CRT, or .CER file.

settings[]

object (NetworkSetting)

Optional. Certificate settings within the chrome.networks.certificates namespace.

Response body

If successful, the response body contains data with the following structure:

Response object for creating a certificate.

JSON representation
{
  "settings": [
    {
      object (NetworkSetting)
    }
  ],
  "networkId": string,
  "targetResource": string
}
Fields
settings[]

object (NetworkSetting)

the affiliated settings of the certificate (NOT IMPLEMENTED)

networkId

string

The guid of the certificate created by the action.

targetResource

string

the resource at which the certificate is defined.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/chrome.management.policy