Class DeviceCompromised
A mobile device compromised alert. Derived from audit logs.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class DeviceCompromised : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
The email of the user this alert was created for.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
Required. The list of security events.
Declaration
[JsonProperty("events")]
public virtual IList<DeviceCompromisedSecurityDetail> Events { get; set; }
Property Value
Type | Description |
---|---|
IList<DeviceCompromisedSecurityDetail> |