UpdateTargetResponderRecipeDetails

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

Bases: object

Parameters to update a responder recipe attached to a target. UpdateTargetResponderRecipe contains the responder rules to be updated that are associated with a responder recipe in a target. whereas UpdateTargetResponderRecipeDetails refers to the information to be updated in ResponderRecipe.

Methods

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

Attributes

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

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

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

[Required] Gets the responder_rules of this UpdateTargetResponderRecipeDetails. List of responder rules to be updated in a target responder recipe.

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