TestimoX

API Reference

Class

DnsCleanupPreviewAction

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Read-only DNS cleanup preview action derived from DNS posture findings.

Inheritance

  • Object
  • DnsCleanupPreviewAction

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

Constructors

public DnsCleanupPreviewAction() #

Properties

public String ActionId { get; set; } #

Stable action identifier within the preview snapshot.

public String CheckId { get; set; } #

Source posture check identifier.

public String ActionType { get; set; } #

Cleanup action type.

public String ZoneName { get; set; } #

DNS zone that owns the affected record or setting.

public String OwnerName { get; set; } #

DNS record owner name.

public Nullable<DnsRecordKind> RecordKind { get; set; } #

Record kind when the action applies to a DNS record.

public String Target { get; set; } #

DNS record value or target associated with the action.

public String Severity { get; set; } #

Finding severity that produced the preview action.

public String Issue { get; set; } #

Human-readable issue summary.

public String ProposedAction { get; set; } #

Human-readable proposed cleanup action.

public Boolean RequiresWrite { get; set; } #

True when the action would require an explicit write operation outside this preview.

public Boolean RequiresOwnerReview { get; set; } #

True when the action should be reviewed by a human owner before any write workflow is executed.