CertificateVersionCollection¶
-
class
oci.certificates_management.models.
CertificateVersionCollection
(**kwargs)¶ Bases:
object
The results of a certificate version search. This object contains certificate version summary objects and other data.
Methods
__init__
(**kwargs)Initializes a new CertificateVersionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CertificateVersionCollection. -
__init__
(**kwargs)¶ Initializes a new CertificateVersionCollection 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.CertificateVersionSummary]) – The value to assign to the items property of this CertificateVersionCollection.
-
items
¶ [Required] Gets the items of this CertificateVersionCollection. A list of certificate version summary objects.
Returns: The items of this CertificateVersionCollection. Return type: list[oci.certificates_management.models.CertificateVersionSummary]
-