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

CertAuthorityInstalledEvent

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

A new root certificate was installed into the system's trusted credential storage. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.

interface CertAuthorityInstalledEvent {
certificate?: string;
success?: boolean;
userId?: number;
}

§Properties

§
certificate?: string
[src]

Subject of the certificate.

§
success?: boolean
[src]

Whether the installation event succeeded.

§
userId?: number
[src]

The user in which the certificate install event happened. Only available for devices running Android 11 and above.