ContainerScanRecipeSummaryCollection

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

Bases: object

A collection of ContainerScanRecipeSummary objects

Methods

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

Attributes

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

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

[Required] Gets the items of this ContainerScanRecipeSummaryCollection. The ContainerScanRecipeSummary objects in the collection

Returns:The items of this ContainerScanRecipeSummaryCollection.
Return type:list[oci.vulnerability_scanning.models.ContainerScanRecipeSummary]