Search Results for

    Show / Hide Table of Contents

    Class SecurityLog

    Inheritance
    System.Object
    SecurityLog
    Namespace: Crowdin.Api.SecurityLogs
    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
    Type Description
    SecurityLogEventType
    | 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX