AccessRequestHistoryCollection

class oci.operator_access_control.models.AccessRequestHistoryCollection(**kwargs)

Bases: object

Results of access request history search, which contains summary of the access request.

Methods

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

Attributes

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

Initializes a new AccessRequestHistoryCollection 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.AccessRequestHistorySummary]) – The value to assign to the items property of this AccessRequestHistoryCollection.
items

[Required] Gets the items of this AccessRequestHistoryCollection. contains AccessRequestHistorySummary

Returns:The items of this AccessRequestHistoryCollection.
Return type:list[oci.operator_access_control.models.AccessRequestHistorySummary]