API Reference
Class
View (Pku2uPolicyService)
Result view for PKU2U policy, including effective value and attribution for the Domain Controllers OU.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when PKU2U policy collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String TargetDn { get; set; } #ResultMetadataTarget distinguished name (Domain Controllers OU).
public Nullable<UInt32> EffectiveValue { get; set; } #Effective DWORD for AllowOnlineID (null when not set).
public Boolean Disabled { get; } #True when PKU2U AllowOnlineID is disabled (recommended).
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #ResultMetadataPolicy attribution rows (winner + sources) for AllowOnlineID.