AccessRequestCollection¶
-
class
oci.operator_access_control.models.AccessRequestCollection(**kwargs)¶ Bases:
objectResults of access request search, which contains summary of access request.
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.operator_access_control.models.AccessRequestSummary]) – The value to assign to the items property of this AccessRequestCollection.
-
items¶ [Required] Gets the items of this AccessRequestCollection. contains AccessRequestSummary
Returns: The items of this AccessRequestCollection. Return type: list[oci.operator_access_control.models.AccessRequestSummary]
-