Show / Hide Table of Contents

Class AccountWarning

Alerts for user account warning events.

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

Properties

ETag

The ETag of the item.

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

Email

Required. The email of the user that this event belongs to.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

LoginDetails

Optional. Details of the login action associated with the warning event. This is only available for: * Suspicious login * Suspicious login (less secure app) * Suspicious programmatic login * User suspended (suspicious activity)

Declaration
[JsonProperty("loginDetails")]
public virtual LoginDetails LoginDetails { get; set; }
Property Value
Type Description
LoginDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX