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

DeviceCompromisedSecurityDetail

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

Detailed information of a single MDM device compromised event.

interface DeviceCompromisedSecurityDetail {
deviceCompromisedState?: string;
deviceId?: string;
deviceModel?: string;
deviceType?: string;
iosVendorId?: string;
resourceId?: string;
serialNumber?: string;
}

§Properties

§
deviceCompromisedState?: string
[src]

The device compromised state. Possible values are "Compromised" or "Not Compromised".

§
deviceId?: string
[src]

Required. The device ID.

§
deviceModel?: string
[src]

The model of the device.

§
deviceType?: string
[src]

The type of the device.

§
iosVendorId?: string
[src]

Required for iOS, empty for others.

§
resourceId?: string
[src]

The device resource ID.

§
serialNumber?: string
[src]

The serial number of the device.