API Reference
Class
View (DangerousUserRightsPolicyService)
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)Inherited Methods
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 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; } #ResultMetadataAttribution 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).