ScanResultCollection

class oci.wlms.models.ScanResultCollection(**kwargs)

Bases: object

Result of a managed instance scan that contains ScanResult items.

Methods

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

Attributes

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

Initializes a new ScanResultCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.wlms.models.ScanResultSummary]) – The value to assign to the items property of this ScanResultCollection.
items

[Required] Gets the items of this ScanResultCollection. List of scan results.

Returns:The items of this ScanResultCollection.
Return type:list[oci.wlms.models.ScanResultSummary]