LockboxCollection

class oci.lockbox.models.LockboxCollection(**kwargs)

Bases: object

Results of a lockbox search. Contains both LockboxSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new LockboxCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this LockboxCollection.
__init__(**kwargs)

Initializes a new LockboxCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.lockbox.models.LockboxSummary]) – The value to assign to the items property of this LockboxCollection.
items

[Required] Gets the items of this LockboxCollection. List of lockboxes.

Returns:The items of this LockboxCollection.
Return type:list[oci.lockbox.models.LockboxSummary]