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

Impersonation

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

Information about an impersonation, where an admin acts on behalf of an end user. Information about the acting admin is not currently available.

interface Impersonation {
impersonatedUser?: User;
}

§Properties

§
impersonatedUser?: User
[src]

The impersonated user.