Show / Hide Table of Contents

Class GetIdentitySecurityLogListInput

Inheritance
object
GetIdentitySecurityLogListInput
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class GetIdentitySecurityLogListInput : ExtensiblePagedAndSortedResultRequestDto

Constructors

GetIdentitySecurityLogListInput()

Declaration
public GetIdentitySecurityLogListInput()

Properties

Action

Declaration
public string Action { get; set; }
Property Value
Type Description
string

ApplicationName

Declaration
public string ApplicationName { get; set; }
Property Value
Type Description
string

ClientId

Declaration
public string ClientId { get; set; }
Property Value
Type Description
string

CorrelationId

Declaration
public string CorrelationId { get; set; }
Property Value
Type Description
string

EndTime

Declaration
public DateTime? EndTime { get; set; }
Property Value
Type Description
DateTime?

Identity

Declaration
public string Identity { get; set; }
Property Value
Type Description
string

StartTime

Declaration
public DateTime? StartTime { get; set; }
Property Value
Type Description
DateTime?

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft