TestimoX

API Reference

Class

SidHistoryMigrationWorkItem

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

Operator-facing source-to-destination mapping for a SIDHistory migration.

Inheritance

  • Object
  • SidHistoryMigrationWorkItem

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 SidHistoryMigrationWorkItem <Clone>$() #
Returns: SidHistoryMigrationWorkItem
public virtual Boolean Equals(SidHistoryMigrationWorkItem other) #
Returns: Boolean

Parameters

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

Properties

public SidHistoryPrincipalReference Source { get; set; } #

Source principal reference.

public SidHistoryPrincipalReference Destination { get; set; } #

Destination principal reference.

public Boolean AllowPrivilegedSidHistory { get; set; } #

Gets a value indicating whether privileged source SIDs have exceptional approval.

public String BusinessJustification { get; set; } #

Business justification or change ticket supplied by the operator.