CertificateBundleVersionCollection

class oci.certificates.models.CertificateBundleVersionCollection(**kwargs)

Bases: object

The results of a certificate bundle versions search. Results contain certificate bundle version summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this CertificateBundleVersionCollection. A list of certificate bundle version summary objects.

Returns:The items of this CertificateBundleVersionCollection.
Return type:list[oci.certificates.models.CertificateBundleVersionSummary]