TestimoX

API Reference

Class

View (ForeignSecurityPrincipalOrphanedService)

Namespace ADPlayground.Users.ForeignSecurityPrincipalOrphanedService
Assembly ADPlayground
Modifiers sealed

Aggregated orphaned FSP view for a domain.

Inheritance

  • Object
  • View

Constructors

public View() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String DomainName { get; set; } #

Evaluated domain DNS name.

public Int32 Count { get; set; } #

Total orphaned FSPs detected.

public Int32 ReferencedOrphanCount { get; set; } #

Total orphaned FSPs still referenced by local objects.

public Int32 UnreferencedOrphanCount { get; set; } #

Total orphaned FSPs with no remaining references.

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

Matching orphaned FSP items.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.