CryptoAssessmentCbomItemCollection

class oci.data_safe.models.CryptoAssessmentCbomItemCollection(**kwargs)

Bases: object

Collection of CBOM items discovered for a crypto assessment.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_safe.models.CryptoAssessmentCbomItemSummary]) – The value to assign to the items property of this CryptoAssessmentCbomItemCollection.
items

[Required] Gets the items of this CryptoAssessmentCbomItemCollection. CBOM items for the crypto assessment.

Returns:The items of this CryptoAssessmentCbomItemCollection.
Return type:list[oci.data_safe.models.CryptoAssessmentCbomItemSummary]