API Reference
Class
View (RecoveryConsolePolicyService)
Aggregated Recovery Console policy view with attribution.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when Recovery Console 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> SecurityLevel { get; set; } #SecurityLevel: 0 = allow automatic admin logon; 1 = require password; null when not set.
public Nullable<Boolean> AllowAutomaticAdministrativeLogon { get; } #True when automatic administrative logon is allowed (SecurityLevel == 0), null when not set.
public Nullable<Boolean> Disabled { get; } #True when automatic administrative logon is disabled (SecurityLevel == 1), null when not set.
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #ResultMetadataPolicy attribution rows (winner + sources) for SecurityLevel.