TestimoX

API Reference

Class

PolicyAttribution

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<PolicyAttribution>
Modifiers sealed

Attribution row for a single evaluated setting with effective value and source GPOs.

Inheritance

  • Object
  • PolicyAttribution

Constructors

public PolicyAttribution(String Setting, String Key, String ValueName, String Effective, GpoRef EffectiveGpo, IReadOnlyList<GpoRef> Sources) #

Attribution row for a single evaluated setting with effective value and source GPOs.

Parameters

Setting System.String requiredposition: 0
Key System.String requiredposition: 1
ValueName System.String requiredposition: 2
Effective System.String requiredposition: 3
EffectiveGpo ADPlayground.Gpo.GpoRef requiredposition: 4
Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef} requiredposition: 5

Methods

public PolicyAttribution <Clone>$() #
Returns: PolicyAttribution
public Void Deconstruct(out String Setting, out String Key, out String ValueName, out String Effective, out GpoRef EffectiveGpo, out IReadOnlyList<GpoRef> Sources) #
Returns: Void

Parameters

Setting String requiredposition: 0
Key String requiredposition: 1
ValueName String requiredposition: 2
Effective String requiredposition: 3
EffectiveGpo GpoRef requiredposition: 4
Sources IReadOnlyList<GpoRef> requiredposition: 5
public virtual Boolean Equals(PolicyAttribution other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Friendly display string for compact contexts.

Properties

public String Setting { get; set; } #
public String ValueName { get; set; } #
public String Effective { get; set; } #
public GpoRef EffectiveGpo { get; set; } #
public IReadOnlyList<GpoRef> Sources { get; set; } #