API Reference
Class
View (DirectoryHiddenObjectPostureService)
Aggregated hidden-object posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 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.