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

CertAuthorityRemovedEvent

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

A root certificate was removed from 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 CertAuthorityRemovedEvent {
certificate?: string;
success?: boolean;
userId?: number;
}

§Properties

§
certificate?: string
[src]

Subject of the certificate.

§
success?: boolean
[src]

Whether the removal succeeded.

§
userId?: number
[src]

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