Incident data.
Related Audit record Id.
public Nullable<Int32> AuditId { get; set; }Comment.
public String Comment { get; set; }Creation data time.
public DateTime CreationTime { get; set; }Caption/Value extra info.
public List<ExtraInfo> ExtraInfo { get; set; }Whether the audit incident is opened.
public Boolean IsOpened { get; }Kind of the audt incident.
public AuditIncidentKind Kind { get; set; }Data properties beeing audited.
public List<AuditProperty> Properties { 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 resolved the incident.
public String ResolutionUserDisplayName { get; set; }Id of the user that resolved the incident.
public String ResolutionUserId { get; set; }Name of the user that resolved the incident.
public String ResolutionUserName { get; set; }Resolution timestamp.
public Nullable<DateTime> ResolvedTime { get; set; }Authority that validates the user.
public String UserAuthority { get; set; }Display name of the user.
public String UserDisplayName { get; set; }User security ID.
public String UserId { get; set; }Name of the user.
public String UserName { get; set; }