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

Antivirus

import type { Antivirus } from "https://googleapis.deno.dev/v1/verifiedaccess:v2.ts";

Antivirus information on a device.

interface Antivirus {
readonly state?:
| "STATE_UNSPECIFIED"
| "MISSING"
| "DISABLED"
| "ENABLED";
}

§Properties

§
readonly state?: "STATE_UNSPECIFIED" | "MISSING" | "DISABLED" | "ENABLED"
[src]

Output only. The state of the antivirus on the device. Introduced in Chrome M136.