UpdateTargetResponderRecipe¶
-
class
oci.cloud_guard.models.
UpdateTargetResponderRecipe
(**kwargs)¶ Bases:
object
Parameters to update a responder recipe attached to a target
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. List of responder rules to be updated in the target responder recipe
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. Unique identifier for the target responder recipe
Returns: The target_responder_recipe_id of this UpdateTargetResponderRecipe. Return type: str
-