Search Results for

    Show / Hide Table of Contents

    Class SecurityLog

    Inheritance
    object
    SecurityLog
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.SecurityLogs
    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
    Type Description
    DateTimeOffset
    | Edit this page View Source

    DeviceName

    Declaration
    [JsonProperty("deviceName")]
    public string DeviceName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Event

    Declaration
    [JsonProperty("event")]
    public SecurityLogEventType Event { get; set; }
    Property Value
    Type Description
    SecurityLogEventType
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Info

    Declaration
    [JsonProperty("info")]
    public string Info { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IpAddress

    Declaration
    [JsonProperty("ipAddress")]
    public string IpAddress { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Location

    Declaration
    [JsonProperty("location")]
    public string Location { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserId

    Declaration
    [JsonProperty("userId")]
    public long UserId { get; set; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX