TestimoX

API Reference

Class

AsrEntry

Namespace ADPlayground.Gpo.DefenderAsrEvaluator
Assembly ADPlayground
Implements
IEquatable<AsrEntry>
Modifiers sealed

Single ASR rule entry value with friendly projections for reporting.

Inheritance

  • Object
  • AsrEntry

Constructors

public AsrEntry(String RuleId, Nullable<UInt32> Value) #

Single ASR rule entry value with friendly projections for reporting.

Parameters

RuleId System.String requiredposition: 0
Rule GUID-like identifier.
Value System.Nullable{System.UInt32} requiredposition: 1
Configured value (null when not set); Block is 1, Audit is 2, Warn is 6.

Methods

public AsrEntry <Clone>$() #
Returns: AsrEntry
public Void Deconstruct(out String RuleId, out Nullable<UInt32> Value) #
Returns: Void

Parameters

RuleId String requiredposition: 0
Value Nullable<UInt32> requiredposition: 1
public virtual Boolean Equals(AsrEntry other) #
Returns: Boolean

Parameters

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

Properties

public String RuleId { get; set; } #

Rule GUID-like identifier.

public Nullable<UInt32> Value { get; set; } #

Configured value (null when not set); Block is 1, Audit is 2, Warn is 6.

public String RuleName { get; } #

Friendly rule name mapped from RuleId.

public String Mode { get; } #

Friendly action label derived from Value (Block/Audit/Warn/Off).