-
Notifications
You must be signed in to change notification settings - Fork 2
rule
Ryan Newington edited this page May 27, 2016
·
1 revision
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.
- Attribute change rule
- Object change rule
- Attribute presence rule
- Single-valued attribute value rule
- Multi-valued attribute value rule
<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"/>