Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleChromePolicyVersionsV1DefineCertificateRequest

import type { GoogleChromePolicyVersionsV1DefineCertificateRequest } from "https://googleapis.deno.dev/v1/chromepolicy:v1.ts";

Request object for creating a certificate.

interface GoogleChromePolicyVersionsV1DefineCertificateRequest {
ceritificateName?: string;
certificate?: string;
targetResource?: string;
}

§Properties

§
ceritificateName?: string
[src]

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

§
certificate?: string
[src]

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

§

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

§
targetResource?: string
[src]

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