CryptoAssessmentCollection

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

Bases: object

Collection of crypto assessment summaries.

Methods

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

Attributes

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

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

[Required] Gets the items of this CryptoAssessmentCollection. Crypto assessment summary items.

Returns:The items of this CryptoAssessmentCollection.
Return type:list[oci.data_safe.models.CryptoAssessmentSummary]