CreateTargetResponderRecipeDetails¶
-
class
oci.cloud_guard.models.
CreateTargetResponderRecipeDetails
(**kwargs)¶ Bases:
object
Parameters to be used to create a new target responder recipe (TargetDetectorRecipe resource).
Methods
__init__
(**kwargs)Initializes a new CreateTargetResponderRecipeDetails object with values from keyword arguments. Attributes
responder_recipe_id
[Required] Gets the responder_recipe_id of this CreateTargetResponderRecipeDetails. responder_rules
Gets the responder_rules of this CreateTargetResponderRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new CreateTargetResponderRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - responder_recipe_id (str) – The value to assign to the responder_recipe_id property of this CreateTargetResponderRecipeDetails.
- responder_rules (list[oci.cloud_guard.models.UpdateTargetRecipeResponderRuleDetails]) – The value to assign to the responder_rules property of this CreateTargetResponderRecipeDetails.
-
responder_recipe_id
¶ [Required] Gets the responder_recipe_id of this CreateTargetResponderRecipeDetails. Unique identifier for responder recipe
Returns: The responder_recipe_id of this CreateTargetResponderRecipeDetails. Return type: str
-
responder_rules
¶ Gets the responder_rules of this CreateTargetResponderRecipeDetails. List of overrides to be applied to responder rules associated with the target
Returns: The responder_rules of this CreateTargetResponderRecipeDetails. Return type: list[oci.cloud_guard.models.UpdateTargetRecipeResponderRuleDetails]
-