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