ServiceProviderInteractionCollection¶
-
class
oci.delegate_access_control.models.
ServiceProviderInteractionCollection
(**kwargs)¶ Bases:
object
Results of access request additionalInfo search, which contains details of the conversation between customer and operator.
Methods
__init__
(**kwargs)Initializes a new ServiceProviderInteractionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ServiceProviderInteractionCollection. -
__init__
(**kwargs)¶ Initializes a new ServiceProviderInteractionCollection 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.ServiceProviderInteractionSummary]) – The value to assign to the items property of this ServiceProviderInteractionCollection.
-
items
¶ [Required] Gets the items of this ServiceProviderInteractionCollection. contains ServiceProviderInteractionSummary
Returns: The items of this ServiceProviderInteractionCollection. Return type: list[oci.delegate_access_control.models.ServiceProviderInteractionSummary]
-