API Reference
Class
SidHistoryGovernanceOptions
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.
Returned or exposed by
Accepted by parameters
Constructors
public SidHistoryGovernanceOptions() #Methods
Inherited Methods
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.