Show / Hide Table of Contents

Class DeviceManagementRule

Alerts from Device Management Rules configured by Admin.

Inheritance
object
DeviceManagementRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class DeviceManagementRule : IDirectResponseSchema

Properties

DeviceId

Required. The device ID.

Declaration
[JsonProperty("deviceId")]
public virtual string DeviceId { get; set; }
Property Value
Type Description
string

DeviceModel

The model of the device.

Declaration
[JsonProperty("deviceModel")]
public virtual string DeviceModel { get; set; }
Property Value
Type Description
string

DeviceType

The type of the device.

Declaration
[JsonProperty("deviceType")]
public virtual string DeviceType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Email

The email of the user this alert was created for.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

Id

ID of the rule that triggered the alert

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

IosVendorId

Required for iOS, empty for others.

Declaration
[JsonProperty("iosVendorId")]
public virtual string IosVendorId { get; set; }
Property Value
Type Description
string

OwnerId

Obfuscated ID of the owner of the device

Declaration
[JsonProperty("ownerId")]
public virtual string OwnerId { get; set; }
Property Value
Type Description
string

ResourceId

The device resource ID.

Declaration
[JsonProperty("resourceId")]
public virtual string ResourceId { get; set; }
Property Value
Type Description
string

RuleAction

Action taken as result of the rule

Declaration
[JsonProperty("ruleAction")]
public virtual string RuleAction { get; set; }
Property Value
Type Description
string

SerialNumber

The serial number of the device.

Declaration
[JsonProperty("serialNumber")]
public virtual string SerialNumber { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX