UpdateTargetResponderRecipeDetails¶
-
class
oci.cloud_guard.models.
UpdateTargetResponderRecipeDetails
(**kwargs)¶ Bases:
object
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. Update responder rules associated with responder recipe in a target.
Returns: The responder_rules of this UpdateTargetResponderRecipeDetails. Return type: list[oci.cloud_guard.models.UpdateTargetRecipeResponderRuleDetails]
-