CryptoAssessmentTdeObjectCollection

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

Bases: object

TDE object encryption summaries for a crypto assessment.

Methods

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

Attributes

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

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

[Required] Gets the items of this CryptoAssessmentTdeObjectCollection. TDE object encryption summary items.

Returns:The items of this CryptoAssessmentTdeObjectCollection.
Return type:list[oci.data_safe.models.CryptoAssessmentTdeObjectSummary]