HostAgentScanResultSummaryCollection

class oci.vulnerability_scanning.models.HostAgentScanResultSummaryCollection(**kwargs)

Bases: object

A collection of HostAgentScanResultSummary

Methods

__init__(**kwargs) Initializes a new HostAgentScanResultSummaryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this HostAgentScanResultSummaryCollection.
__init__(**kwargs)

Initializes a new HostAgentScanResultSummaryCollection 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.HostAgentScanResultSummary]) – The value to assign to the items property of this HostAgentScanResultSummaryCollection.
items

[Required] Gets the items of this HostAgentScanResultSummaryCollection. The HostAgentScanResultSummary objects in the collection

Returns:The items of this HostAgentScanResultSummaryCollection.
Return type:list[oci.vulnerability_scanning.models.HostAgentScanResultSummary]