Class SecurityLog
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class SecurityLog
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
DeviceName
Declaration
[JsonProperty("deviceName")]
public string DeviceName { get; set; }
Property Value
|
Edit this page
View Source
Event
Declaration
[JsonProperty("event")]
public SecurityLogEventType Event { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Info
Declaration
[JsonProperty("info")]
public string Info { get; set; }
Property Value
|
Edit this page
View Source
IpAddress
Declaration
[JsonProperty("ipAddress")]
public string IpAddress { get; set; }
Property Value
|
Edit this page
View Source
Location
Declaration
[JsonProperty("location")]
public string Location { get; set; }
Property Value
|
Edit this page
View Source
UserId
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value