UpdateTargetRecipeResponderRuleDetails

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

Bases: object

Parameters to update the configuration details of a target detector recipe.

Methods

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

Attributes

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

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

Parameters:
  • responder_rule_id (str) – The value to assign to the responder_rule_id property of this UpdateTargetRecipeResponderRuleDetails.
  • details (oci.cloud_guard.models.UpdateTargetResponderRuleDetails) – The value to assign to the details property of this UpdateTargetRecipeResponderRuleDetails.
details

[Required] Gets the details of this UpdateTargetRecipeResponderRuleDetails.

Returns:The details of this UpdateTargetRecipeResponderRuleDetails.
Return type:oci.cloud_guard.models.UpdateTargetResponderRuleDetails
responder_rule_id

[Required] Gets the responder_rule_id of this UpdateTargetRecipeResponderRuleDetails. Unique identifier for target detector recipe

Returns:The responder_rule_id of this UpdateTargetRecipeResponderRuleDetails.
Return type:str