Show / Hide Table of Contents

Class SuspiciousActivitySecurityDetail

Detailed information of a single MDM suspicious activity event.

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

Properties

DeviceId

Required. The device ID.

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

DeviceModel

The model of the device.

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

DeviceProperty

The device property which was changed.

Declaration
[JsonProperty("deviceProperty")]
public virtual string DeviceProperty { get; set; }
Property Value
Type Description
System.String

DeviceType

The type of the device.

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

ETag

The ETag of the item.

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

IosVendorId

Required for iOS, empty for others.

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

NewValue

The new value of the device property after the change.

Declaration
[JsonProperty("newValue")]
public virtual string NewValue { get; set; }
Property Value
Type Description
System.String

OldValue

The old value of the device property before the change.

Declaration
[JsonProperty("oldValue")]
public virtual string OldValue { get; set; }
Property Value
Type Description
System.String

ResourceId

The device resource ID.

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

SerialNumber

The serial number of the device.

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

Implements

IDirectResponseSchema
In This Article
Back to top