do-clear-dest-attr-value

Removes all the values for the named attribute from an object in the destination data store. The target object is specified by either <arg-dn> or <arg-association> if specified, or by the current object if not specified.

Example

<do-clear-dest-attr-value name="Member"> <arg-dn> <token-text>Users/ManagerGroup</token-text> </arg-dn></do-clear-dest-attr-value>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of object to modify.

Can be required (for schema mapping purposes) if object is other than the current object. Supports variable expansion.

#IMPLIED

direct

true | false

Use destCommandProcessor to carry out this action.

Deprecated. Use when=“direct” instead.

false

disabled

true | false

True if this element is disabled.

false

name

CDATA

Name of the attribute. Supports variable expansion.

#REQUIRED

notrace

true | false

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

false

when

auto | before | after | direct

When this action should be performed:

auto - Automatically determined (either in or after the current operation).

before - Before the current operation.

after - After the current operation.

direct - Written directly to the destination data store instead of being added to the current document.

auto

Content Rule

( arg-dn | arg-association ) ?

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.