Class GetIdentitySecurityLogListInput
Inheritance
GetIdentitySecurityLogListInput
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
public class GetIdentitySecurityLogListInput : ExtensiblePagedAndSortedResultRequestDto, IHasExtraProperties, IEntityDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
Constructors
Declaration
public GetIdentitySecurityLogListInput()
Properties
Declaration
public string Action { get; set; }
Property Value
Declaration
public string ApplicationName { get; set; }
Property Value
Declaration
public string ClientId { get; set; }
Property Value
Declaration
public string ClientIpAddress { get; set; }
Property Value
Declaration
public string CorrelationId { get; set; }
Property Value
Declaration
public DateTime? EndTime { get; set; }
Property Value
Declaration
public string Identity { get; set; }
Property Value
Declaration
public DateTime? StartTime { get; set; }
Property Value
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods