CryptoAssessmentKeyCollection

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

Bases: object

Cryptographic keys associated with a crypto assessment.

Methods

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

Attributes

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

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

[Required] Gets the items of this CryptoAssessmentKeyCollection. Cryptographic key summaries for the specified crypto assessment.

Returns:The items of this CryptoAssessmentKeyCollection.
Return type:list[oci.data_safe.models.CryptoAssessmentKeySummary]