DelegationControlResourceCollection¶
-
class
oci.delegate_access_control.models.
DelegationControlResourceCollection
(**kwargs)¶ Bases:
object
List of DelegationControlResourceSummary objects.
Methods
__init__
(**kwargs)Initializes a new DelegationControlResourceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DelegationControlResourceCollection. -
__init__
(**kwargs)¶ Initializes a new DelegationControlResourceCollection 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.DelegationControlResourceSummary]) – The value to assign to the items property of this DelegationControlResourceCollection.
-
items
¶ [Required] Gets the items of this DelegationControlResourceCollection. List of DelegationControlResourceSummary objects.
Returns: The items of this DelegationControlResourceCollection. Return type: list[oci.delegate_access_control.models.DelegationControlResourceSummary]
-