TestimoX

API Reference

Class

SidHistoryResourceAclDependency

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

Resource ACL dependency that still references a SIDHistory value.

Inheritance

  • Object
  • SidHistoryResourceAclDependency

Usage

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

Constructors

Methods

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

Parameters

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

Properties

public String Path { get; set; } #

Resource path containing one or more matching ACEs.

public String SidHistory { get; set; } #

SIDHistory value referenced by the ACL.

public Int32 ExplicitAceCount { get; set; } #

Number of explicit ACEs referencing the SID.

public Int32 InheritedAceCount { get; set; } #

Number of inherited ACEs referencing the SID.

public Int32 TotalAceCount { get; } #

Total ACE count referencing the SID.