Class IdentitySecurityLogDto
Inheritance
IdentitySecurityLogDto
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentitySecurityLogDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto
Constructors
IdentitySecurityLogDto()
Declaration
public IdentitySecurityLogDto()
Properties
Action
Declaration
public string Action { get; set; }
Property Value
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
BrowserInfo
Declaration
public string BrowserInfo { get; set; }
Property Value
ClientId
Declaration
public string ClientId { get; set; }
Property Value
ClientIpAddress
Declaration
public string ClientIpAddress { get; set; }
Property Value
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
Declaration
public Dictionary<string, object> ExtraProperties { get; set; }
Property Value
Identity
Declaration
public string Identity { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
TenantName
Declaration
public string TenantName { get; set; }
Property Value
UserId
Declaration
public Guid? UserId { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Implements
Extension Methods