ExecuteResponderExecutionDetails

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

Bases: object

The configuration details for a responder rule execution.

Methods

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

Attributes

configurations Gets the configurations of this ExecuteResponderExecutionDetails.
__init__(**kwargs)

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

Parameters:configurations (list[oci.cloud_guard.models.ResponderConfiguration]) – The value to assign to the configurations property of this ExecuteResponderExecutionDetails.
configurations

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

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