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.
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.
description

Gets the description of this UpdateAlertPolicyRuleDetails. Describes the alert policy rule.

Returns:The description 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