SkipBulkResponderExecutionDetails

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

Bases: object

Details of responders to skip execution.

Methods

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

Attributes

responder_execution_ids [Required] Gets the responder_execution_ids of this SkipBulkResponderExecutionDetails.
__init__(**kwargs)

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

Parameters:responder_execution_ids (list[str]) – The value to assign to the responder_execution_ids property of this SkipBulkResponderExecutionDetails.
responder_execution_ids

[Required] Gets the responder_execution_ids of this SkipBulkResponderExecutionDetails. List of responder execution IDs to skip execution

Returns:The responder_execution_ids of this SkipBulkResponderExecutionDetails.
Return type:list[str]