DashboardInfo
No description
type DashboardInfo {
vulnerabilitySeverity: VulnerabilitySeverityMetrics!
cveCountPerSeverity: VulnerabilitySeverityMetrics!
hackScore: SeverityLevel
targetMetrics: TargetMetrics!
}
Fields
DashboardInfo.vulnerabilitySeverity ● VulnerabilitySeverityMetrics! non-null object
The number of vulnerabilities by severity
DashboardInfo.cveCountPerSeverity ● VulnerabilitySeverityMetrics! non-null object
The number of CVEs by severity
DashboardInfo.hackScore ● SeverityLevel enum
The hack score of the organization
DashboardInfo.targetMetrics ● TargetMetrics! non-null object
The metrics of the targets
Returned By
dashboardInfo query