UpdateTargetDetectorRecipeDetectorRuleDetails

class oci.cloud_guard.models.UpdateTargetDetectorRecipeDetectorRuleDetails(**kwargs)

Bases: object

Parameters to use to update a detector rule in a detector recipe attached to a target.

Methods

__init__(**kwargs) Initializes a new UpdateTargetDetectorRecipeDetectorRuleDetails object with values from keyword arguments.

Attributes

details [Required] Gets the details of this UpdateTargetDetectorRecipeDetectorRuleDetails.
__init__(**kwargs)

Initializes a new UpdateTargetDetectorRecipeDetectorRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:details (oci.cloud_guard.models.UpdateTargetDetectorRuleDetails) – The value to assign to the details property of this UpdateTargetDetectorRecipeDetectorRuleDetails.
details

[Required] Gets the details of this UpdateTargetDetectorRecipeDetectorRuleDetails.

Returns:The details of this UpdateTargetDetectorRecipeDetectorRuleDetails.
Return type:oci.cloud_guard.models.UpdateTargetDetectorRuleDetails