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

<rule> element

The SSH MA supports different types of rules that allow the evaluation of the state of an object and its attributes. Rules are used on command objects to determine if the command should be executed or skipped.

The <rule> element must be of one of the following types.

Example

<rule xsi:type="sshma:rule-AttributeChangeRule" id="groupGidModified" attribute="gid" triggers="Add,Update"/>
<rule xsi:type="sshma:rule-AttributePresenceRule" id="AccountNameIsPresent" attribute="accountName" operator="IsPresent"/>