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

KeyIntegrityViolationEvent

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

A cryptographic key including user installed, admin installed and system maintained private key is determined to be corrupted due to storage corruption, hardware failure or some OS issue. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.

interface KeyIntegrityViolationEvent {
applicationUid?: number;
keyAlias?: string;
}

§Properties

§
applicationUid?: number
[src]

UID of the application which owns the key

§
keyAlias?: string
[src]

Alias of the key.