TriggerResponderDetails

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

Bases: object

The Responder details to be pushed to responder

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. ResponderRule 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. ResponderRule ID

Returns:The responder_rule_id of this TriggerResponderDetails.
Return type:str