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

DeviceManagementRule

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

Alerts from Device Management Rules configured by Admin.

interface DeviceManagementRule {
deviceId?: string;
deviceModel?: string;
deviceType?: string;
email?: string;
id?: string;
iosVendorId?: string;
ownerId?: string;
resourceId?: string;
ruleAction?: string;
serialNumber?: string;
}

§Properties

§
deviceId?: string
[src]

Required. The device ID.

§
deviceModel?: string
[src]

The model of the device.

§
deviceType?: string
[src]

The type of the device.

§
email?: string
[src]

The email of the user this alert was created for.

§
id?: string
[src]

ID of the rule that triggered the alert

§
iosVendorId?: string
[src]

Required for iOS, empty for others.

§
ownerId?: string
[src]

Obfuscated ID of the owner of the device

§
resourceId?: string
[src]

The device resource ID.

§
ruleAction?: string
[src]

Action taken as result of the rule

§
serialNumber?: string
[src]

The serial number of the device.