Skip to content

rule AttributeChangeRule

Ryan Newington edited this page May 27, 2016 · 1 revision

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

The AttributeChangeRule type is used to determine if the specified attribute 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-AttributeChangeRule
id The unique ID for the rule. This is used to reference the rule in the [command commands] object
attribute The attribute to evaluate Any attribute defined in the [schema] that is present on the class of object being evaluated
triggers The attribute modification types that will cause this rule to evaluate successfully Any combination of Add, Delete and Update

Example

<rule xsi:type="sshma:rule-AttributeChangeRule" id="GroupMemberModified" attribute="member" triggers="Add,Update"/>

The example shown above passes evaluation if the member attribute is either added or updated

Clone this wiki locally