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

DpcMigrationInfo

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

Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).

interface DpcMigrationInfo {
readonly additionalData?: string;
readonly previousDpc?: string;
}

§Properties

§
readonly additionalData?: string
[src]

Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.

§
readonly previousDpc?: string
[src]

Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.