AccessRequestCollection¶
-
class
oci.lockbox.models.
AccessRequestCollection
(**kwargs)¶ Bases:
object
Results of access request search. Contains both AccessRequestSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new AccessRequestCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AccessRequestCollection. -
__init__
(**kwargs)¶ Initializes a new AccessRequestCollection 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.AccessRequestSummary]) – The value to assign to the items property of this AccessRequestCollection.
-
items
¶ [Required] Gets the items of this AccessRequestCollection. List of AccessRequestSummary.
Returns: The items of this AccessRequestCollection. Return type: list[oci.lockbox.models.AccessRequestSummary]
-