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

CertValidationFailureEvent

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

An X.509v3 certificate failed to validate, currently this validation is performed on the Wi-FI access point and failure may be due to a mismatch upon server certificate validation. However it may in the future include other validation events of an X.509v3 certificate.

interface CertValidationFailureEvent {
failureReason?: string;
}

§Properties

§
failureReason?: string
[src]

The reason why certification validation failed.