SecurityReportSummarySection

class Object
trait Matchable
class Any

Value members

Concrete methods

def scannedResources[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ScannedResourceConnection, A]): SelectionBuilder[SecurityReportSummarySection, Option[A]]

A list of the first 20 scanned resources.

A list of the first 20 scanned resources.

def scannedResourcesCount: SelectionBuilder[SecurityReportSummarySection, Option[Int]]

Total number of scanned resources.

Total number of scanned resources.

def scannedResourcesCsvPath: SelectionBuilder[SecurityReportSummarySection, Option[String]]

Path to download all the scanned resources in CSV format.

Path to download all the scanned resources in CSV format.

def scans[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[ScanConnection, A]): SelectionBuilder[SecurityReportSummarySection, A]

List of security scans ran for the type.

List of security scans ran for the type.

def vulnerabilitiesCount: SelectionBuilder[SecurityReportSummarySection, Option[Int]]

Total number of vulnerabilities.

Total number of vulnerabilities.