DelegationControlSummaryCollection

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

Bases: object

Results of Delegation Control search, which contains summary of the Delegation Control.

Methods

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

Attributes

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

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

[Required] Gets the items of this DelegationControlSummaryCollection. contains DelegationControlSummary

Returns:The items of this DelegationControlSummaryCollection.
Return type:list[oci.delegate_access_control.models.DelegationControlSummary]