Share via


<attr> of <delta>

Contains information about an attribute of the object.

Syntax

<attr>
  <value>
  </value>
</attr>

element

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Type Required Description

multivalued

boolean

no

Indicates whether the attribute is multi-valued. This value is true if the attribute is multi-valued and false if it is single-valued.

name

string

yes

Contains the name of the attribute.

operation

operation

no

Specifies the operation that is applied to the object attribute during an update. These operations include add, delete, replace, and update. This attribute is required for an update <delta>.

type

type

no

Indicates the data type of the attribute. Attributes can have the following types:

Binary

The value is an array of bytes. The attribute can be single-valued or multi-valued.

Boolean

The value is Boolean and can only be true or false. The attribute is single-valued.

Number

The value is a 64-bit integer. The attribute can be single-valued or multi-valued.

String

The value is a string. The attribute can be single-valued or multi-valued.

Child Elements

Element Min Occurs Max Occurs Description

value

1

many

Contains the value of the attribute.

Parent Elements

Element Description

<delta> of <change-not-reimported>

Contains the delta that FIM Synchronization Service tried to push out to the connected data source on the last export run.

<entry>

Contains information about an object in a connected data source that Forefront Identity Manager Synchronization Service (FIM Synchronization Service) tried to push out to the connected data source on the last export run.

See Also

Reference

<delta> of <change-not-reimported>
<entry>

Concepts

Run History XML