Class SecurityLog
Inheritance
System.Object
SecurityLog
Assembly: Crowdin.Api.dll
Syntax
public class SecurityLog : object
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
DeviceName
Declaration
public string DeviceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Event
Declaration
public SecurityLogEventType Event { get; set; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Info
Declaration
public string Info { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IpAddress
Declaration
public string IpAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Location
Declaration
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserId
Declaration
public long UserId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|