Class AccountWarning
Alerts for user account warning events.
Implements
Inherited Members
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 |
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 |