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

KeyDestructionEvent

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

A cryptographic key including user installed, admin installed and system maintained private key is removed from the device either by the user or management. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.

interface KeyDestructionEvent {
applicationUid?: number;
keyAlias?: string;
success?: boolean;
}

§Properties

§
applicationUid?: number
[src]

UID of the application which owns the key.

§
keyAlias?: string
[src]

Alias of the key.

§
success?: boolean
[src]

Whether the operation was successful.