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

RemoteLockEvent

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

The device or profile has been remotely locked via the LOCK command.

interface RemoteLockEvent {
adminPackageName?: string;
adminUserId?: number;
targetUserId?: number;
}

§Properties

§
adminPackageName?: string
[src]

Package name of the admin app requesting the change.

§
adminUserId?: number
[src]

User ID of the admin app from the which the change was requested.

§
targetUserId?: number
[src]

User ID in which the change was requested in.