Class LoginDetails
The details of the login action.
Implements
Inherited Members
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 |