TestimoX

API Reference

Class

View (DangerousExtendedRightsService)

Namespace ADPlayground.Security.DangerousExtendedRightsService
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Aggregated view with finding counts and groupings.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, Int32 Findings, Int32 CategoryCount, Int32 RightCount, SummaryItem[] ByCategory, SummaryItem[] ByRight, Finding[] Items) #

Creates a new view.

Parameters

DomainName System.String requiredposition: 0
DNS name of the domain.
Findings System.Int32 requiredposition: 1
Total number of findings.
CategoryCount System.Int32 requiredposition: 2
Number of target categories present.
RightCount System.Int32 requiredposition: 3
Number of unique right labels present.
ByCategory ADPlayground.Security.DangerousExtendedRightsService.SummaryItem[] requiredposition: 4
Counts grouped by target category.
ByRight ADPlayground.Security.DangerousExtendedRightsService.SummaryItem[] requiredposition: 5
Counts grouped by right label.
Items ADPlayground.Security.DangerousExtendedRightsService.Finding[] requiredposition: 6
All findings.

Methods

public View <Clone>$() #
Returns: View
public virtual Boolean Equals(View other) #
Returns: Boolean

Parameters

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

Properties

public String DomainName { get; set; } #

DNS name of the domain.

public Int32 Findings { get; set; } #

Total number of findings.

public Int32 CategoryCount { get; set; } #

Number of target categories present.

public Int32 RightCount { get; set; } #

Number of unique right labels present.

public SummaryItem[] ByCategory { get; set; } #

Counts grouped by target category.

public SummaryItem[] ByRight { get; set; } #

Counts grouped by right label.

public Finding[] Items { get; set; } #

All findings.