UpdateDetectorRecipeDetectorRule¶
-
class
oci.cloud_guard.models.
UpdateDetectorRecipeDetectorRule
(**kwargs)¶ Bases:
object
Parameters to use to update a detector rule.
Methods
__init__
(**kwargs)Initializes a new UpdateDetectorRecipeDetectorRule object with values from keyword arguments. Attributes
details
[Required] Gets the details of this UpdateDetectorRecipeDetectorRule. detector_rule_id
[Required] Gets the detector_rule_id of this UpdateDetectorRecipeDetectorRule. -
__init__
(**kwargs)¶ Initializes a new UpdateDetectorRecipeDetectorRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - detector_rule_id (str) – The value to assign to the detector_rule_id property of this UpdateDetectorRecipeDetectorRule.
- details (oci.cloud_guard.models.UpdateDetectorRuleDetails) – The value to assign to the details property of this UpdateDetectorRecipeDetectorRule.
-
details
¶ [Required] Gets the details of this UpdateDetectorRecipeDetectorRule.
Returns: The details of this UpdateDetectorRecipeDetectorRule. Return type: oci.cloud_guard.models.UpdateDetectorRuleDetails
-
detector_rule_id
¶ [Required] Gets the detector_rule_id of this UpdateDetectorRecipeDetectorRule. Detector recipe rule ID
Returns: The detector_rule_id of this UpdateDetectorRecipeDetectorRule. Return type: str
-