CertificateCollection¶
-
class
oci.apigateway.models.
CertificateCollection
(**kwargs)¶ Bases:
object
Collection of certificate summaries.
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.apigateway.models.CertificateSummary]) – The value to assign to the items property of this CertificateCollection.
-
items
¶ [Required] Gets the items of this CertificateCollection. Certificate summaries.
Returns: The items of this CertificateCollection. Return type: list[oci.apigateway.models.CertificateSummary]
-