TestimoX

API Reference

Class

View (DirectoryHiddenObjectPostureService)

Namespace ADPlayground.DirectoryServices.DirectoryHiddenObjectPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated hidden-object posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

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 HiddenObjectCount { get; set; } #

Total hidden objects found before row limiting.

public Int32 UnexpectedHiddenObjectCount { get; set; } #

Hidden objects outside common system containers.

public Boolean Truncated { get; set; } #

Gets a value indicating whether output rows were truncated.

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

All hidden-object indicators returned within the row limit.

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

Hidden objects outside common system containers.

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

Hidden objects in common system containers.