UpdateResponderRuleDetails¶
-
class
oci.cloud_guard.models.
UpdateResponderRuleDetails
(**kwargs)¶ Bases:
object
Parameters to be updated for a responder rule within a responder recipe.
Methods
__init__
(**kwargs)Initializes a new UpdateResponderRuleDetails object with values from keyword arguments. Attributes
is_enabled
[Required] Gets the is_enabled of this UpdateResponderRuleDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateResponderRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_enabled (bool) – The value to assign to the is_enabled property of this UpdateResponderRuleDetails.
-
is_enabled
¶ [Required] Gets the is_enabled of this UpdateResponderRuleDetails. Enablement state for the responder rule
Returns: The is_enabled of this UpdateResponderRuleDetails. Return type: bool
-