Skip to content

rule ObjectChangeRule

Ryan Newington edited this page Jun 6, 2016 · 1 revision

<rule xsi:type="sshma:rule-ObjectChangeRule"> element

The ObjectChangeRule type is used to determine if the object has been added, updated, or deleted.

The <rule> element must contain the following attributes;

XML Attribute Name Description Allowed Values
xsi:type The type of rule This value must be sshma:rule-ObjectChangeRule
id The unique ID for the rule. This is used to reference the rule in the [[command commands]] object
triggers The object modification types that will cause this rule to evaluate successfully Any combination of Add, Delete and Update

Example

<rule xsi:type="sshma:rule-ObjectChangeRule" id="ObjectDeleted" triggers="Delete"/>

The example shown above passes evaluation if the object is being deleted

Clone this wiki locally