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

GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails

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

Details of the errors encountered during a remove certificate request. This message will be returned as part of the details of a google.rpc.Status returned to the user when there is an error in their request.

interface GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails {
readonly certificateReferences?: GoogleChromePolicyVersionsV1CertificateReference[];
}

§Properties

§

Output only. If the certificate was not removed, a list of references to the certificate that prevented it from being removed. Only unreferenced certificates can be removed.