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

SuspiciousActivitySecurityDetail

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

Detailed information of a single MDM suspicious activity event.

interface SuspiciousActivitySecurityDetail {
deviceId?: string;
deviceModel?: string;
deviceProperty?: string;
deviceType?: string;
iosVendorId?: string;
newValue?: string;
oldValue?: string;
resourceId?: string;
serialNumber?: string;
}

§Properties

§
deviceId?: string
[src]

Required. The device ID.

§
deviceModel?: string
[src]

The model of the device.

§
deviceProperty?: string
[src]

The device property which was changed.

§
deviceType?: string
[src]

The type of the device.

§
iosVendorId?: string
[src]

Required for iOS, empty for others.

§
newValue?: string
[src]

The new value of the device property after the change.

§
oldValue?: string
[src]

The old value of the device property before the change.

§
resourceId?: string
[src]

The device resource ID.

§
serialNumber?: string
[src]

The serial number of the device.