API Reference
Class
BenchmarkManualEvidenceAttestation
Records accepted operator evidence for one manual company requirement.
Inheritance
- Object
- BenchmarkManualEvidenceAttestation
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public BenchmarkManualEvidenceAttestation() #Inherited Methods
Properties
public Guid AttestationId { get; set; } #Gets or sets the stable attestation identifier.
public String TargetId { get; set; } #Gets or sets the typed target identifier.
public String PackId { get; set; } #Gets or sets the exact benchmark pack identifier.
public String ControlId { get; set; } #Gets or sets the exact recommendation identifier.
public Boolean Satisfied { get; set; } #Gets or sets whether the reviewed evidence satisfies the effective requirement.
public String EvidenceReference { get; set; } #Gets or sets a ticket, document, query, screenshot, or evidence-store reference.
public String AttestedBy { get; set; } #Gets or sets the accountable attestor.
public DateTimeOffset AttestedAt { get; set; } #Gets or sets the UTC attestation time.
public Nullable<DateTimeOffset> ExpiresAt { get; set; } #Gets or sets an optional evidence expiry.