SecurityReportSummarySection
object 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.
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.