Search Results for

    Show / Hide Table of Contents

    Class SecurityLogsApiExecutor

    Inheritance
    object
    SecurityLogsApiExecutor
    Implements
    ISecurityLogsApiExecutor
    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
    public class SecurityLogsApiExecutor : ISecurityLogsApiExecutor

    Constructors

    | Edit this page View Source

    SecurityLogsApiExecutor(ICrowdinApiClient)

    Declaration
    public SecurityLogsApiExecutor(ICrowdinApiClient apiClient)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    | Edit this page View Source

    SecurityLogsApiExecutor(ICrowdinApiClient, IJsonParser)

    Declaration
    public SecurityLogsApiExecutor(ICrowdinApiClient apiClient, IJsonParser jsonParser)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    IJsonParser jsonParser

    Methods

    | Edit this page View Source

    GetOrganizationSecurityLog(long)

    Get Organization Security Log. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<SecurityLog> GetOrganizationSecurityLog(long securityLogId)
    Parameters
    Type Name Description
    long securityLogId
    Returns
    Type Description
    Task<SecurityLog>
    | Edit this page View Source

    GetUserSecurityLog(long, long)

    Get User Security Log. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<SecurityLog> GetUserSecurityLog(long userId, long securityLogId)
    Parameters
    Type Name Description
    long userId
    long securityLogId
    Returns
    Type Description
    Task<SecurityLog>
    | Edit this page View Source

    ListOrganizationSecurityLogs(int, int, SecurityLogEventType?, string?, long?)

    List Organization Security Logs. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<SecurityLog>> ListOrganizationSecurityLogs(int limit = 25, int offset = 0, SecurityLogEventType? eventType = null, string? ipAddress = null, long? userId = null)
    Parameters
    Type Name Description
    int limit
    int offset
    SecurityLogEventType? eventType
    string ipAddress
    long? userId
    Returns
    Type Description
    Task<ResponseList<SecurityLog>>
    | Edit this page View Source

    ListUserSecurityLogs(long, int, int, SecurityLogEventType?, string?)

    List User Security Logs. Documentation: Crowdin API Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<SecurityLog>> ListUserSecurityLogs(long userId, int limit = 25, int offset = 0, SecurityLogEventType? eventType = null, string? ipAddress = null)
    Parameters
    Type Name Description
    long userId
    int limit
    int offset
    SecurityLogEventType? eventType
    string ipAddress
    Returns
    Type Description
    Task<ResponseList<SecurityLog>>

    Implements

    ISecurityLogsApiExecutor
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX