TestimoX

API Reference

Class

SidHistoryGovernancePolicy

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

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

Constructors

Methods

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

Parameters

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

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.