ServiceProviderInteractionRequestDetails¶
-
class
oci.delegate_access_control.models.
ServiceProviderInteractionRequestDetails
(**kwargs)¶ Bases:
object
Details for asking operator to provide more information.
Methods
__init__
(**kwargs)Initializes a new ServiceProviderInteractionRequestDetails object with values from keyword arguments. Attributes
more_info_details
Gets the more_info_details of this ServiceProviderInteractionRequestDetails. -
__init__
(**kwargs)¶ Initializes a new ServiceProviderInteractionRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: more_info_details (str) – The value to assign to the more_info_details property of this ServiceProviderInteractionRequestDetails.
-
more_info_details
¶ Gets the more_info_details of this ServiceProviderInteractionRequestDetails. Questions for operator to provide more information.
Returns: The more_info_details of this ServiceProviderInteractionRequestDetails. Return type: str
-