UpdateTargetResponderRecipe

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

Bases: object

The information to be updated in attached Target ResponderRecipe

Methods

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

Attributes

responder_rules [Required] Gets the responder_rules of this UpdateTargetResponderRecipe.
target_responder_recipe_id [Required] Gets the target_responder_recipe_id of this UpdateTargetResponderRecipe.
__init__(**kwargs)

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

Parameters:
  • target_responder_recipe_id (str) – The value to assign to the target_responder_recipe_id property of this UpdateTargetResponderRecipe.
  • responder_rules (list[oci.cloud_guard.models.UpdateTargetRecipeResponderRuleDetails]) – The value to assign to the responder_rules property of this UpdateTargetResponderRecipe.
responder_rules

[Required] Gets the responder_rules of this UpdateTargetResponderRecipe. Update responder rules associated with reponder recipe in a target.

Returns:The responder_rules of this UpdateTargetResponderRecipe.
Return type:list[oci.cloud_guard.models.UpdateTargetRecipeResponderRuleDetails]
target_responder_recipe_id

[Required] Gets the target_responder_recipe_id of this UpdateTargetResponderRecipe. Identifier for ResponderRecipe.

Returns:The target_responder_recipe_id of this UpdateTargetResponderRecipe.
Return type:str