Show / Hide Table of Contents

Class LoginDetails

The details of the login action.

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

Properties

ETag

The ETag of the item.

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

IpAddress

Optional. The human-readable IP address (for example, 11.22.33.44) that is associated with the warning event.

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

LoginTime

object representation of LoginTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LoginTimeDateTimeOffset instead.")]
public virtual object LoginTime { get; set; }
Property Value
Type Description
object

LoginTimeDateTimeOffset

DateTimeOffset representation of LoginTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LoginTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LoginTimeRaw

Optional. The successful login time that is associated with the warning event. This isn't present for blocked login attempts.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX