CertificateAuthorityVersionCollection

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

Bases: object

The results of a certificate authority (CA) version search. This object contains CA version summary objects and other data.

Methods

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

Attributes

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

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

[Required] Gets the items of this CertificateAuthorityVersionCollection. A list of certificate authority version summary objects.

Returns:The items of this CertificateAuthorityVersionCollection.
Return type:list[oci.certificates_management.models.CertificateAuthorityVersionSummary]