API Reference
Class
Entry (PolicyPlusSpolFile)
Single parsed policy block from a Semantic Policy file.
Inheritance
- Object
- Entry
Constructors
Entry 2 overloads
public Entry(PolicyScope scope, String policyId, PolicyState state, Dictionary<String, Object> options, String comment) #Initializes a new entry with explicit values.
Parameters
- scope ADPlayground.Gpo.GpoLocal.PolicyScope
- policyId System.String
- state ADPlayground.Gpo.GpoLocal.PolicyState
- options System.Collections.Generic.Dictionary{System.String,System.Object}
- comment System.String
Methods
Inherited Methods
Properties
public PolicyScope Scope { get; set; } #Target scope for the policy (C=Machine, U=User).
public String PolicyId { get; set; } #Policy identifier (namespace/policyName).
public PolicyState State { get; set; } #Desired policy state.
public Dictionary<String, Object> Options { get; set; } #Element options when state is Enabled (by element id).
public String Comment { get; set; } #Optional comment attached to the entry.