TestimoX

API Reference

Class

SidHistoryGovernanceOptions

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Implements
IEquatable<SidHistoryGovernanceOptions>
Modifiers sealed

Generic governance metadata for write-capable SIDHistory workflows.

Inheritance

  • Object
  • SidHistoryGovernanceOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Methods

public SidHistoryGovernanceOptions <Clone>$() #
Returns: SidHistoryGovernanceOptions
public virtual Boolean Equals(SidHistoryGovernanceOptions other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public SidHistoryExecutionIntent Intent { get; set; } #

Execution intent.

public Boolean AllowWrite { get; set; } #

Gets a value indicating whether explicit write confirmation was supplied.

public Boolean DryRun { get; set; } #

Gets a value indicating whether the operation should remain preview-only.

public String WriteExecutionId { get; set; } #

Write execution identifier.

public String WriteActorId { get; set; } #

Write actor identifier.

public String WriteChangeReason { get; set; } #

Write change reason or ticket.

public String WriteRollbackPlanId { get; set; } #

Rollback plan identifier.

public String WriteRollbackProviderId { get; set; } #

Optional rollback provider identifier.

public String WriteAuditCorrelationId { get; set; } #

Optional audit correlation identifier.