ResponderRuleExecutionDetails

class oci.cloud_guard.models.ResponderRuleExecutionDetails(**kwargs)

Bases: object

Details of responder rule execution for a problem.

Methods

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

Attributes

condition Gets the condition of this ResponderRuleExecutionDetails.
configurations Gets the configurations of this ResponderRuleExecutionDetails.
__init__(**kwargs)

Initializes a new ResponderRuleExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
condition

Gets the condition of this ResponderRuleExecutionDetails.

Returns:The condition of this ResponderRuleExecutionDetails.
Return type:oci.cloud_guard.models.Condition
configurations

Gets the configurations of this ResponderRuleExecutionDetails. List of responder rule configurations

Returns:The configurations of this ResponderRuleExecutionDetails.
Return type:list[oci.cloud_guard.models.ResponderConfiguration]