AttachTargetDetectorRecipeDetails¶
-
class
oci.cloud_guard.models.
AttachTargetDetectorRecipeDetails
(**kwargs)¶ Bases:
object
The information required to create TargetDetectorRecipe
Methods
__init__
(**kwargs)Initializes a new AttachTargetDetectorRecipeDetails object with values from keyword arguments. Attributes
detector_recipe_id
[Required] Gets the detector_recipe_id of this AttachTargetDetectorRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new AttachTargetDetectorRecipeDetails 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 AttachTargetDetectorRecipeDetails.
-
detector_recipe_id
¶ [Required] Gets the detector_recipe_id of this AttachTargetDetectorRecipeDetails. DetectorRecipe Identifier
Returns: The detector_recipe_id of this AttachTargetDetectorRecipeDetails. Return type: str
-