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

DomainWideTakeoutInitiated

import type { DomainWideTakeoutInitiated } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

A takeout operation for the entire domain was initiated by an admin. Derived from audit logs.

interface DomainWideTakeoutInitiated {
email?: string;
takeoutRequestId?: string;
}

§Properties

§
email?: string
[src]

The email of the admin who initiated the takeout.

§
takeoutRequestId?: string
[src]

The takeout request ID.