API Reference
Class
DcAuditPolicyEvaluationResult
Typed result for a domain controller audit policy evaluation, including optional remote transport metadata.
Inheritance
- Object
- DcAuditPolicyEvaluationResult
Constructors
public DcAuditPolicyEvaluationResult() #Methods
public Void Deconstruct(out IReadOnlyList<AuditSubcategoryLevel> subcategories, out IReadOnlyList<DcAuditPolicyGap> gaps) #Returns:
VoidSupports tuple-style deconstruction for existing callers.
Parameters
- subcategories System.Collections.Generic.IReadOnlyList{ADPlayground.DomainControllers.AuditSubcategoryLevel}@
- gaps System.Collections.Generic.IReadOnlyList{ADPlayground.DomainControllers.DcAuditPolicyGap}@
Inherited Methods
Properties
public String ComputerName { get; set; } #Target computer name used for the evaluation.
public IReadOnlyList<AuditSubcategoryLevel> Subcategories { get; set; } #Effective advanced audit policy subcategories observed on the target.
public IReadOnlyList<DcAuditPolicyGap> Gaps { get; set; } #Baseline gaps detected for the target.
public RemoteTransportDiagnosticSnapshot TransportDiagnostics { get; set; } #Optional shared remote transport diagnostics captured during collection.
public RemoteTransportCapabilitySnapshot TransportCapability { get; set; } #Optional shared remote transport capability summary captured during collection.