UpdateAlertPolicyRuleDetails¶
-
class
oci.data_safe.models.
UpdateAlertPolicyRuleDetails
(**kwargs)¶ Bases:
object
The details used to update a alert policy rule.
Methods
__init__
(**kwargs)Initializes a new UpdateAlertPolicyRuleDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateAlertPolicyRuleDetails. display_name
Gets the display_name of this UpdateAlertPolicyRuleDetails. expression
Gets the expression of this UpdateAlertPolicyRuleDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateAlertPolicyRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateAlertPolicyRuleDetails.
- expression (str) – The value to assign to the expression property of this UpdateAlertPolicyRuleDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateAlertPolicyRuleDetails.
-
description
¶ Gets the description of this UpdateAlertPolicyRuleDetails. Describes the alert policy rule.
Returns: The description of this UpdateAlertPolicyRuleDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateAlertPolicyRuleDetails. The display name of the alert policy rule.
Returns: The display_name of this UpdateAlertPolicyRuleDetails. Return type: str
-
expression
¶ Gets the expression of this UpdateAlertPolicyRuleDetails. The conditional expression of the alert policy rule which evaluates to boolean value.
Returns: The expression of this UpdateAlertPolicyRuleDetails. Return type: str
-