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

DataLeakPreventionChange

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

A change in the object's data leak prevention status.

interface DataLeakPreventionChange {
type?: "TYPE_UNSPECIFIED" | "FLAGGED" | "CLEARED";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "FLAGGED" | "CLEARED"
[src]

The type of Data Leak Prevention (DLP) change.