CreateTargetDetectorRecipeDetails¶
-
class
oci.cloud_guard.models.
CreateTargetDetectorRecipeDetails
(**kwargs)¶ Bases:
object
The information required to create TargetDetectorRecipe
Methods
__init__
(**kwargs)Initializes a new CreateTargetDetectorRecipeDetails object with values from keyword arguments. Attributes
detector_recipe_id
[Required] Gets the detector_recipe_id of this CreateTargetDetectorRecipeDetails. detector_rules
Gets the detector_rules of this CreateTargetDetectorRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new CreateTargetDetectorRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - detector_recipe_id (str) – The value to assign to the detector_recipe_id property of this CreateTargetDetectorRecipeDetails.
- detector_rules (list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]) – The value to assign to the detector_rules property of this CreateTargetDetectorRecipeDetails.
-
detector_recipe_id
¶ [Required] Gets the detector_recipe_id of this CreateTargetDetectorRecipeDetails. Identifier for DetectorRecipe.
Returns: The detector_recipe_id of this CreateTargetDetectorRecipeDetails. Return type: str
-
detector_rules
¶ Gets the detector_rules of this CreateTargetDetectorRecipeDetails. Overrides to be applied to Detector Rule associated with the target
Returns: The detector_rules of this CreateTargetDetectorRecipeDetails. Return type: list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]
-