API Reference
Class
View (EmptyOrganizationalUnitPostureService)
Aggregated empty organizational unit posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String DomainName { get; set; } #Target domain DNS name.
public Boolean CollectionSucceeded { get; set; } #True when collection completed successfully.
public String CollectionError { get; set; } #Collection error summary when evaluation fails up front.
public Int32 OrganizationalUnitCount { get; set; } #Total organizational units enumerated.
public Int32 EmptyOrganizationalUnitCount { get; set; } #Total empty organizational units detected, including exclusions.
public Int32 ActionableEmptyOrganizationalUnitCount { get; set; } #Actionable empty organizational units.
public Int32 ExcludedEmptyOrganizationalUnitCount { get; set; } #Excluded empty organizational units kept for operator context.
public Int32 ProbeErrorCount { get; set; } #Total content-probe errors.
public IReadOnlyList<Item> Items { get; set; } #Actionable empty organizational unit items.
public IReadOnlyList<Item> ExcludedItems { get; set; } #Excluded empty organizational unit items.
public IReadOnlyList<ErrorItem> Errors { get; set; } #Probe errors captured while checking direct OU contents.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.