do-implement-entitlement

Marks the actions specified by <arg-actions> with the <entitlement-impl> elements specified in <arg-node-set> so that the Metadirectory engine knows to report the results of those actions to the DirXML-EntitlementResult attribute of the current object.

Example

<do-implement-entitlement> <arg-node-set> <token-removed-entitlement name="Account"/> </arg-node-set> <arg-actions> <do-set-dest-attr-value name="Login Disabled"> <arg-value type="state"> <token-text >true</token-text> </arg-value> </do-set-dest-attr-value> </arg-actions></do-implement-entitlement>

Allowed Content

Element

Description

arg-node-set

Node set argument.

arg-actions

Actions argument.

Attributes

Attribute

Possible Values

Default Value

disabled

true | false

True if this element is disabled.

false

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

( arg-node-set , arg-actions )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.