UpdateTargetRecipeDetectorRuleDetails¶
-
class
oci.cloud_guard.models.
UpdateTargetRecipeDetectorRuleDetails
(**kwargs)¶ Bases:
object
Parameters to be used to update a detector rule in a target detector recipe.
Methods
__init__
(**kwargs)Initializes a new UpdateTargetRecipeDetectorRuleDetails object with values from keyword arguments. Attributes
details
[Required] Gets the details of this UpdateTargetRecipeDetectorRuleDetails. detector_rule_id
[Required] Gets the detector_rule_id of this UpdateTargetRecipeDetectorRuleDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateTargetRecipeDetectorRuleDetails 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 UpdateTargetRecipeDetectorRuleDetails.
- details (oci.cloud_guard.models.UpdateTargetDetectorRuleDetails) – The value to assign to the details property of this UpdateTargetRecipeDetectorRuleDetails.
-
details
¶ [Required] Gets the details of this UpdateTargetRecipeDetectorRuleDetails.
Returns: The details of this UpdateTargetRecipeDetectorRuleDetails. Return type: oci.cloud_guard.models.UpdateTargetDetectorRuleDetails
-
detector_rule_id
¶ [Required] Gets the detector_rule_id of this UpdateTargetRecipeDetectorRuleDetails. Unique identifier for the detector rule
Returns: The detector_rule_id of this UpdateTargetRecipeDetectorRuleDetails. Return type: str
-