CreateTargetDetectorRecipeDetails¶
-
class
oci.cloud_guard.models.
CreateTargetDetectorRecipeDetails
(**kwargs)¶ Bases:
object
Parameters to use to create a target detector recipe.
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. Unique identifier for the target detector recipe
Returns: The detector_recipe_id of this CreateTargetDetectorRecipeDetails. Return type: str
-
detector_rules
¶ Gets the detector_rules of this CreateTargetDetectorRecipeDetails. List of overrides to be applied to detector rules associated with the target
Returns: The detector_rules of this CreateTargetDetectorRecipeDetails. Return type: list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]
-