UpdateTargetDetectorRecipeDetails¶
-
class
oci.cloud_guard.models.
UpdateTargetDetectorRecipeDetails
(**kwargs)¶ Bases:
object
Parameters to be used to update a target detector recipe.
Methods
__init__
(**kwargs)Initializes a new UpdateTargetDetectorRecipeDetails object with values from keyword arguments. Attributes
detector_recipe_id
Gets the detector_recipe_id of this UpdateTargetDetectorRecipeDetails. detector_rules
Gets the detector_rules of this UpdateTargetDetectorRecipeDetails. is_validation_only_query
Gets the is_validation_only_query 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_recipe_id (str) – The value to assign to the detector_recipe_id property of this UpdateTargetDetectorRecipeDetails.
- is_validation_only_query (bool) – The value to assign to the is_validation_only_query property of this UpdateTargetDetectorRecipeDetails.
- detector_rules (list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]) – The value to assign to the detector_rules property of this UpdateTargetDetectorRecipeDetails.
-
detector_recipe_id
¶ Gets the detector_recipe_id of this UpdateTargetDetectorRecipeDetails. Unique identifier for the target detector recipe
Returns: The detector_recipe_id of this UpdateTargetDetectorRecipeDetails. Return type: str
-
detector_rules
¶ Gets the detector_rules of this UpdateTargetDetectorRecipeDetails. List of updates to be applied to detector rules in target detector recipe
Returns: The detector_rules of this UpdateTargetDetectorRecipeDetails. Return type: list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails]
-
is_validation_only_query
¶ Gets the is_validation_only_query of this UpdateTargetDetectorRecipeDetails. Is validation to be performed for attaching the detector recipe?
Returns: The is_validation_only_query of this UpdateTargetDetectorRecipeDetails. Return type: bool
-