TestimoX

API Reference

Class

View (ForestShadowPrincipalPostureService)

Namespace ADPlayground.DirectoryServices.ForestShadowPrincipalPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated shadow principal posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String ForestName { get; set; } #

Forest or domain name used for the LDAP bind.

public String ConfigurationNamingContext { get; set; } #

Configuration naming context searched.

public Boolean CollectionSucceeded { get; set; } #

Gets a value indicating whether collection completed.

public String CollectionError { get; set; } #

Collection error details when collection fails.

public Int32 ShadowPrincipalCount { get; set; } #

Total shadow principals found before row limiting.

public Int32 ShadowPrincipalsWithMembersCount { get; set; } #

Shadow principals with explicit members assigned.

public Boolean Truncated { get; set; } #

Gets a value indicating whether output rows were truncated.

public IReadOnlyList<Item> Items { get; set; } #

Shadow principal rows.

public IReadOnlyList<Item> WithMembers { get; set; } #

Shadow principals with explicit members assigned.