CryptoAssessmentFindingAnalyticsCollection

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

Bases: object

List of crypto finding analytics for the specified compartment.

Methods

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

Attributes

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

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

[Required] Gets the items of this CryptoAssessmentFindingAnalyticsCollection. Array of crypto finding analytics summaries.

Returns:The items of this CryptoAssessmentFindingAnalyticsCollection.
Return type:list[oci.data_safe.models.CryptoAssessmentFindingAnalyticsSummary]