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