TriggerResponderDetails¶
-
class
oci.cloud_guard.models.
TriggerResponderDetails
(**kwargs)¶ Bases:
object
The responder triggering details to be pushed to responder rules.
Methods
__init__
(**kwargs)Initializes a new TriggerResponderDetails object with values from keyword arguments. Attributes
configurations
Gets the configurations of this TriggerResponderDetails. responder_rule_id
[Required] Gets the responder_rule_id of this TriggerResponderDetails. -
__init__
(**kwargs)¶ Initializes a new TriggerResponderDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - responder_rule_id (str) – The value to assign to the responder_rule_id property of this TriggerResponderDetails.
- configurations (list[oci.cloud_guard.models.ResponderConfiguration]) – The value to assign to the configurations property of this TriggerResponderDetails.
-
configurations
¶ Gets the configurations of this TriggerResponderDetails. List of responder rule configurations
Returns: The configurations of this TriggerResponderDetails. Return type: list[oci.cloud_guard.models.ResponderConfiguration]
-
responder_rule_id
¶ [Required] Gets the responder_rule_id of this TriggerResponderDetails. Unique identifier for the responder rule
Returns: The responder_rule_id of this TriggerResponderDetails. Return type: str
-