TestimoX

API Reference

Class

View (DangerousUserRightsPolicyService)

Namespace ADPlayground.Gpo.DangerousUserRightsPolicyService
Assembly ADPlayground
Modifiers sealed

Aggregated dangerous user rights view with per-right attribution.

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

True when dangerous user rights collection completed successfully.

public String CollectionError { get; set; } #

Error details when collection fails; null when successful.

public String DomainName { get; set; } #
ResultMetadata

DNS domain name evaluated.

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

Assignments list.

public Int32 FindingCount { get; set; } #

Number of rights with at least one non‑approved assignment.

public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #
ResultMetadata

Attribution rows per right (winner + writers).

public IReadOnlyList<IdentityRow> PrincipalsAll { get; set; } #

Flattened list of non‑approved principals across all rights.

public IReadOnlyList<IdentityRow> PrincipalsApproved { get; set; } #

Flattened list of approved principals across all rights (for reference).