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