API Reference
Class
View (DangerousExtendedRightsService)
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
- DNS name of the domain.
- Findings System.Int32
- Total number of findings.
- CategoryCount System.Int32
- Number of target categories present.
- RightCount System.Int32
- Number of unique right labels present.
- ByCategory ADPlayground.Security.DangerousExtendedRightsService.SummaryItem[]
- Counts grouped by target category.
- ByRight ADPlayground.Security.DangerousExtendedRightsService.SummaryItem[]
- Counts grouped by right label.
- Items ADPlayground.Security.DangerousExtendedRightsService.Finding[]
- All findings.
Methods
Inherited Methods
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.