CryptoAssessmentBackupSetCollection¶
-
class
oci.data_safe.models.CryptoAssessmentBackupSetCollection(**kwargs)¶ Bases:
objectBackup set summaries observed for a crypto assessment.
Methods
__init__(**kwargs)Initializes a new CryptoAssessmentBackupSetCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this CryptoAssessmentBackupSetCollection. -
__init__(**kwargs)¶ Initializes a new CryptoAssessmentBackupSetCollection 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.CryptoAssessmentBackupSetSummary]) – The value to assign to the items property of this CryptoAssessmentBackupSetCollection.
-
items¶ [Required] Gets the items of this CryptoAssessmentBackupSetCollection. Backup set summary items for the specified crypto assessment.
Returns: The items of this CryptoAssessmentBackupSetCollection. Return type: list[oci.data_safe.models.CryptoAssessmentBackupSetSummary]
-