UpdateResponderRuleDetails

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

Bases: object

Details of UpdateResponderRuleDetails.

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. Identifies state for ResponderRule

Returns:The is_enabled of this UpdateResponderRuleDetails.
Return type:bool