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_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. Detector recipe identifier associated with the target

Returns:The detector_recipe_id of this UpdateTargetDetectorRecipeDetails.
Return type:str
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]
is_validation_only_query

Gets the is_validation_only_query of this UpdateTargetDetectorRecipeDetails. When enabled, validation is performed for attaching the detector recipe.

Returns:The is_validation_only_query of this UpdateTargetDetectorRecipeDetails.
Return type:bool