AttachTargetDetectorRecipeDetails¶
-
class
oci.cloud_guard.models.
AttachTargetDetectorRecipeDetails
(**kwargs)¶ Bases:
object
Identifier for an existing detector recipe to use to create a new detector recipe (TargetDetectorRecipe resource) to be attached to a target.
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. Detector recipe unique identifier
Returns: The detector_recipe_id of this AttachTargetDetectorRecipeDetails. Return type: str
-