Table of Contents

Class ApplicationAuditReconciliationRemediation

Namespace
ProjectTemplate.Infrastructure.Data.Entities
Assembly
ProjectTemplate.Infrastructure.dll

Represents append-only evidence that an operator investigated or remediated a finding.

public sealed class ApplicationAuditReconciliationRemediation : DataEntity
Inheritance
ApplicationAuditReconciliationRemediation
Inherited Members

Properties

ActionCode

public string ActionCode { get; set; }

Property Value

string

ActorId

public string ActorId { get; set; }

Property Value

string

EvidenceReference

public string? EvidenceReference { get; set; }

Property Value

string

FindingId

public Guid FindingId { get; set; }

Property Value

Guid

MutationBatchId

public string MutationBatchId { get; set; }

Property Value

string

RecordedUtc

public DateTime RecordedUtc { get; set; }

Property Value

DateTime