Show / Hide Table of Contents

Class SuspiciousActivity

A mobile suspicious activity alert. Derived from audit logs.

Inheritance
System.Object
SuspiciousActivity
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 SuspiciousActivity : IDirectResponseSchema

Properties

Email

The email of the user this alert was created for.

Declaration
[JsonProperty("email")]
public virtual string Email { 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

Events

Required. The list of security events.

Declaration
[JsonProperty("events")]
public virtual IList<SuspiciousActivitySecurityDetail> Events { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<SuspiciousActivitySecurityDetail>

Implements

IDirectResponseSchema
In This Article
Back to top