API Reference
AuditOverlayItem
Represents a structured analyst-authored overlay item linked to audit package content.
Inheritance
- Object
- AuditOverlayItem
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
- Property AuditOverlayCollectionDocument.Items
Constructors
public AuditOverlayItem() #Inherited Methods
Properties
public String OverlayId { get; set; } #Gets or sets the unique identifier for the overlay item.
public AuditOverlayTargetType TargetType { get; set; } #Gets or sets the target type this overlay item applies to.
public String TargetId { get; set; } #Gets or sets the target identifier inside the package or workspace.
public DateTimeOffset CreatedAt { get; set; } #Gets or sets the UTC time when the overlay item was created.
public DateTimeOffset UpdatedAt { get; set; } #Gets or sets the UTC time when the overlay item was last updated.
public String Author { get; set; } #Gets or sets the author label for the overlay item.
public AuditOverlayVisibility Visibility { get; set; } #Gets or sets the visibility of the overlay item.
public AuditOverlayStatus Status { get; set; } #Gets or sets the review state of the overlay item.
public String Comment { get; set; } #Gets or sets internal analyst commentary.
public String ClientInterpretation { get; set; } #Gets or sets the client-facing interpretation.
public String RecommendedAction { get; set; } #Gets or sets the recommended remediation or next action.
public AuditOverlayPriority Priority { get; set; } #Gets or sets the practical remediation priority.
public AuditOverlayEffort Effort { get; set; } #Gets or sets the estimated implementation effort.
public String Impact { get; set; } #Gets or sets the analyst-authored impact summary.
public String Owner { get; set; } #Gets or sets the suggested owner label.
public String OwnerType { get; set; } #Gets or sets the normalized owner type label.
public String Dependency { get; set; } #Gets or sets dependency notes.
public String Blocker { get; set; } #Gets or sets blocker notes.
public AuditOverlayPhase TargetPhase { get; set; } #Gets or sets the recommended rollout phase.
public List<String> Labels { get; set; } #Gets or sets optional labels attached to the overlay item.