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

OsStartupEvent

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

Device was started.

interface OsStartupEvent {
verifiedBootState?:
| "VERIFIED_BOOT_STATE_UNSPECIFIED"
| "GREEN"
| "YELLOW"
| "ORANGE";
verityMode?:
| "DM_VERITY_MODE_UNSPECIFIED"
| "ENFORCING"
| "IO_ERROR"
| "DISABLED";
}

§Properties

§
verifiedBootState?: "VERIFIED_BOOT_STATE_UNSPECIFIED" | "GREEN" | "YELLOW" | "ORANGE"
[src]

Verified Boot state.

§
verityMode?: "DM_VERITY_MODE_UNSPECIFIED" | "ENFORCING" | "IO_ERROR" | "DISABLED"
[src]

dm-verity mode.