CertificateCollection

class oci.certificates_management.models.CertificateCollection(**kwargs)

Bases: object

The results of a certificate search. This object contains certificate summary objects and other data.

Methods

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

Attributes

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

Initializes a new CertificateCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.certificates_management.models.CertificateSummary]) – The value to assign to the items property of this CertificateCollection.
items

[Required] Gets the items of this CertificateCollection. A list of certificate summary objects.

Returns:The items of this CertificateCollection.
Return type:list[oci.certificates_management.models.CertificateSummary]