HostCisBenchmarkScanResultSummaryCollection¶
-
class
oci.vulnerability_scanning.models.
HostCisBenchmarkScanResultSummaryCollection
(**kwargs)¶ Bases:
object
A collection of multiple Host CIS (Center for Internet Security) Benchmark Scan Result Summary
Methods
__init__
(**kwargs)Initializes a new HostCisBenchmarkScanResultSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this HostCisBenchmarkScanResultSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new HostCisBenchmarkScanResultSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.vulnerability_scanning.models.HostCisBenchmarkScanResultSummary]) – The value to assign to the items property of this HostCisBenchmarkScanResultSummaryCollection.
-
items
¶ [Required] Gets the items of this HostCisBenchmarkScanResultSummaryCollection. The HostCisBenchmarkScanResultSummary objects in the collection
Returns: The items of this HostCisBenchmarkScanResultSummaryCollection. Return type: list[oci.vulnerability_scanning.models.HostCisBenchmarkScanResultSummary]
-