Show / Hide Table of Contents

Class DeviceCompromised

A mobile device compromised alert. Derived from audit logs.

Inheritance
object
DeviceCompromised
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 DeviceCompromised : IDirectResponseSchema

Properties

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

Events

Required. The list of security events.

Declaration
[JsonProperty("events")]
public virtual IList<DeviceCompromisedSecurityDetail> Events { get; set; }
Property Value
Type Description
IList<DeviceCompromisedSecurityDetail>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX