Class DeviceCompromisedSecurityDetail
Detailed information of a single MDM device compromised event.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class DeviceCompromisedSecurityDetail : IDirectResponseSchemaProperties
DeviceCompromisedState
The device compromised state. Possible values are "Compromised" or "Not Compromised".
Declaration
[JsonProperty("deviceCompromisedState")]
public virtual string DeviceCompromisedState { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
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 | 
IosVendorId
Required for iOS, empty for others.
Declaration
[JsonProperty("iosVendorId")]
public virtual string IosVendorId { 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 | 
SerialNumber
The serial number of the device.
Declaration
[JsonProperty("serialNumber")]
public virtual string SerialNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| string |