API Reference
Class
SidHistoryGovernancePolicy
Runtime policy for SIDHistory write governance.
Inheritance
- Object
- SidHistoryGovernancePolicy
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
- Method SidHistoryGovernanceEvaluator.Evaluate
- Constructor SidHistoryMigrationExecutor.SidHistoryMigrationExecutor
- Constructor SidHistoryMigrationWorkflow.SidHistoryMigrationWorkflow
- Constructor SidHistoryNativeMigrationWriter.SidHistoryNativeMigrationWriter
- Constructor SidHistoryRecoveryExecutor.SidHistoryRecoveryExecutor
Constructors
public SidHistoryGovernancePolicy() #Methods
Inherited Methods
Properties
public Boolean RequireReadWriteIntent { get; set; } #Gets a value indicating whether write intent is required.
public Boolean RequireAllowWrite { get; set; } #Gets a value indicating whether explicit write confirmation is required.
public Boolean RequireApplyMode { get; set; } #Gets a value indicating whether dry-run must be disabled for apply.
public Boolean RequireWriteExecutionId { get; set; } #Gets a value indicating whether write execution ID is required.
public Boolean RequireWriteActorId { get; set; } #Gets a value indicating whether write actor ID is required.
public Boolean RequireWriteChangeReason { get; set; } #Gets a value indicating whether write change reason is required.
public Boolean RequireWriteRollbackPlanId { get; set; } #Gets a value indicating whether rollback plan ID is required.