API Reference
Class
View (PasswordPolicyRollupService)
Aggregated view of domain password policy along with fine‑grained password policies (PSOs).
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public PasswordPolicyInfo DomainPolicy { get; set; } #Effective domain password policy (null when unavailable).
public IReadOnlyList<PolicyAttribution> DomainPolicyAttribution { get; set; } #Policy Attribution rows (winner + sources) for domain account policy.
public IReadOnlyList<PolicyAttribution> Attribution { get; } #Standardized attribution alias for reporting.
public String DomainPolicyAttributionTopWriters { get; } #Top writer GPO names for domain account policy (up to three).
public Int32 TotalPsos { get; set; } #Total number of fine‑grained password policies discovered.
public Int32 WeakPsos { get; set; } #Number of PSOs that fail minimum baselines (length, history, complexity).
public IReadOnlyList<PasswordPolicyInfo> Psos { get; set; } #All PSOs found in the domain.