UpdateResponderRecipeResponderRuleDetails

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

Bases: object

Parameters to use to update a responder rule within a responder recipe.

Methods

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

Attributes

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

Initializes a new UpdateResponderRecipeResponderRuleDetails 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.UpdateResponderRuleDetails) – The value to assign to the details property of this UpdateResponderRecipeResponderRuleDetails.
details

[Required] Gets the details of this UpdateResponderRecipeResponderRuleDetails.

Returns:The details of this UpdateResponderRecipeResponderRuleDetails.
Return type:oci.cloud_guard.models.UpdateResponderRuleDetails