TestimoX

API Reference

Class

AdMigrationResourceAclResult

Namespace ADPlayground.Migrations.Resources
Assembly ADPlayground
Implements
IEquatable<AdMigrationResourceAclResult>
Modifiers sealed

Result of a resource re-ACL migration phase.

Inheritance

  • Object
  • AdMigrationResourceAclResult

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public Boolean Changed { get; set; } #

Gets a value indicating whether the ACL changed.

public Int32 MatchedAceCount { get; set; } #

Number of matching source ACEs found.

public Int32 AddedAceCount { get; set; } #

Number of destination ACEs added.

public Int32 RemovedAceCount { get; set; } #

Number of source ACEs removed.

public String RollbackEvidencePath { get; set; } #

Rollback evidence file path containing the pre-change security descriptor, when captured.

public String Message { get; set; } #

Human-readable operation message.