DelegationSubscriptionSummaryCollection

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

Bases: object

List of DelegationSubscriptionSummary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this DelegationSubscriptionSummaryCollection. List of DelegationSubscriptionSummary objects.

Returns:The items of this DelegationSubscriptionSummaryCollection.
Return type:list[oci.delegate_access_control.models.DelegationSubscriptionSummary]