UpdateTargetDetectorRecipe

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

Bases: object

Parameters to update a detector recipe attached to a target.

Methods

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

Attributes

detector_rules [Required] Gets the detector_rules of this UpdateTargetDetectorRecipe.
target_detector_recipe_id [Required] Gets the target_detector_recipe_id of this UpdateTargetDetectorRecipe.
__init__(**kwargs)

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

Parameters:
  • target_detector_recipe_id (str) – The value to assign to the target_detector_recipe_id property of this UpdateTargetDetectorRecipe.
  • detector_rules (list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]) – The value to assign to the detector_rules property of this UpdateTargetDetectorRecipe.
detector_rules

[Required] Gets the detector_rules of this UpdateTargetDetectorRecipe. Updates to be applied to detector rules in target detector recipe

Returns:The detector_rules of this UpdateTargetDetectorRecipe.
Return type:list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]
target_detector_recipe_id

[Required] Gets the target_detector_recipe_id of this UpdateTargetDetectorRecipe. Unique identifier for target detector recipe

Returns:The target_detector_recipe_id of this UpdateTargetDetectorRecipe.
Return type:str