DelegatedResourceAccessRequestHistoryCollection

class oci.delegate_access_control.models.DelegatedResourceAccessRequestHistoryCollection(**kwargs)

Bases: object

List of Delegated Resource Access Request status transitions.

Methods

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

Attributes

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

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

Parameters:items (list[oci.delegate_access_control.models.DelegatedResourceAccessRequestHistorySummary]) – The value to assign to the items property of this DelegatedResourceAccessRequestHistoryCollection.
items

[Required] Gets the items of this DelegatedResourceAccessRequestHistoryCollection. List of DelegatedResourceAccessRequestHistorySummary objects.

Returns:The items of this DelegatedResourceAccessRequestHistoryCollection.
Return type:list[oci.delegate_access_control.models.DelegatedResourceAccessRequestHistorySummary]