ContainerImageSignatureCollection¶
-
class
oci.artifacts.models.
ContainerImageSignatureCollection
(**kwargs)¶ Bases:
object
List container image signature results.
Methods
__init__
(**kwargs)Initializes a new ContainerImageSignatureCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ContainerImageSignatureCollection. remaining_items_count
[Required] Gets the remaining_items_count of this ContainerImageSignatureCollection. -
__init__
(**kwargs)¶ Initializes a new ContainerImageSignatureCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - items (list[oci.artifacts.models.ContainerImageSignatureSummary]) – The value to assign to the items property of this ContainerImageSignatureCollection.
- remaining_items_count (int) – The value to assign to the remaining_items_count property of this ContainerImageSignatureCollection.
-
items
¶ [Required] Gets the items of this ContainerImageSignatureCollection. Page of matching container image signatures.
Returns: The items of this ContainerImageSignatureCollection. Return type: list[oci.artifacts.models.ContainerImageSignatureSummary]
-
remaining_items_count
¶ [Required] Gets the remaining_items_count of this ContainerImageSignatureCollection. Estimated number of remaining results.
Returns: The remaining_items_count of this ContainerImageSignatureCollection. Return type: int
-