TestimoX

API Reference

Class

SidHistoryResourceAclScanResult

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

Result of scanning resource ACLs for SIDHistory dependencies.

Inheritance

  • Object
  • SidHistoryResourceAclScanResult

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public IReadOnlyList<SidHistoryResourceAclDependency> Dependencies { get; set; } #

Dependencies found during the scan.

public IReadOnlyList<SidHistoryDueDiligenceIssue> Issues { get; set; } #

Scan issues that should be reviewed before cleanup.

public IReadOnlyDictionary<String, Int32> DependencyCounts { get; set; } #

Map of SIDHistory value to remaining ACL dependency ACE count.

public Boolean Completed { get; } #

Gets a value indicating whether the scan completed without blocking issues.