CertificateAuthorityBundleVersionCollection

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

Bases: object

The results of a certificate authority (CA) version search. Results contain CA version summary objects and other data.

Methods

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

Attributes

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

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

[Required] Gets the items of this CertificateAuthorityBundleVersionCollection. A list of CA version summary objects.

Returns:The items of this CertificateAuthorityBundleVersionCollection.
Return type:list[oci.certificates.models.CertificateAuthorityBundleVersionSummary]