CryptoAssessmentCertificateCollection

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

Bases: object

Certificates discovered across targets in a compartment.

Methods

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

Attributes

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

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

[Required] Gets the items of this CryptoAssessmentCertificateCollection. Certificate summaries that match the request filters.

Returns:The items of this CryptoAssessmentCertificateCollection.
Return type:list[oci.data_safe.models.CryptoAssessmentCertificateSummary]