CandidateResponderRule

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

Bases: object

Information for a responder rule that can be used to remediate a problem triggered by specific detector rule.

Methods

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

Attributes

display_name Gets the display_name of this CandidateResponderRule.
id Gets the id of this CandidateResponderRule.
is_preferred Gets the is_preferred of this CandidateResponderRule.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this CandidateResponderRule.
  • display_name (str) – The value to assign to the display_name property of this CandidateResponderRule.
  • is_preferred (bool) – The value to assign to the is_preferred property of this CandidateResponderRule.
display_name

Gets the display_name of this CandidateResponderRule. The display name of the responder rule

Returns:The display_name of this CandidateResponderRule.
Return type:str
id

Gets the id of this CandidateResponderRule. The unique identifier of the responder rule

Returns:The id of this CandidateResponderRule.
Return type:str
is_preferred

Gets the is_preferred of this CandidateResponderRule. Is this the preferred state?

Returns:The is_preferred of this CandidateResponderRule.
Return type:bool