API Reference
Class
RsopPolicyMatch
Candidate ADMX policy match with computed state and friendly element values.
Inheritance
- Object
- RsopPolicyMatch
Constructors
public RsopPolicyMatch() #Inherited Methods
Properties
public String PolicyName { get; set; } #ADMX policy internal name.
public String DisplayName { get; set; } #Localized policy name.
public String RegistryKey { get; set; } #Registry key configured by the candidate policy.
public String RegistryValue { get; set; } #Registry value configured by the candidate policy.
public String SourceAdmx { get; set; } #ADMX source where the policy is defined.
public PolicyState ComputedState { get; set; } #Computed basic state (Enabled/Disabled/NotConfigured) for this candidate.
public IReadOnlyDictionary<String, String> ElementStatesDisplay { get; set; } #Optional map of element ids to friendly display values for this candidate.
public String FriendlySummary { get; set; } #Short friendly summary (e.g., "RequireFirewall=Enabled, Profile=Domain").