UpdateTargetDetectorRecipeDetails¶
-
class
oci.cloud_guard.models.
UpdateTargetDetectorRecipeDetails
(**kwargs)¶ Bases:
object
The information to be updated in DetectorRecipe
Methods
__init__
(**kwargs)Initializes a new UpdateTargetDetectorRecipeDetails object with values from keyword arguments. Attributes
detector_rules
Gets the detector_rules of this UpdateTargetDetectorRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateTargetDetectorRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: detector_rules (list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]) – The value to assign to the detector_rules property of this UpdateTargetDetectorRecipeDetails.
-
detector_rules
¶ Gets the detector_rules of this UpdateTargetDetectorRecipeDetails. Update detector rules associated with detector recipe in a target.
Returns: The detector_rules of this UpdateTargetDetectorRecipeDetails. Return type: list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]
-