DTO for transfer audit incident information.
Related audit record.
public Nullable<Int32> AuditId { get; set; }
Creation date and time.
public DateTime CreationTime { get; set; }
Incident internal data.
public AuditIncidentData Data { get; set; }
Audit incident Id.
public Int32 Id { get; set; }
Audit incident kind.
public AuditIncidentKind Kind { get; set; }
Resolution opinion.
public String ResolutionOpinion { get; set; }
Authority of the user that resolved the incident.
public String ResolutionUserAuthority { get; set; }
Display name of the user that revolves the incident.
public String ResolutionUserDisplayName { get; set; }
User Id of the user that resolved the audit incident.
public String ResolutionUserId { get; set; }
Name of the user that resolved the audit incident.
public String ResolutionUserName { get; set; }
Date and time of the audit incident resolution.
public Nullable<DateTime> ResolvedTime { get; set; }
User authority.
public String UserAuthority { get; set; }
User display name.
public String UserDisplayName { get; set; }
User Id.
public String UserId { get; set; }
User name.
public String UserName { get; set; }