output

Used to encapsulate events or commands returned to a driver or Identity Manager. All <nds> documents returned from Identity Manager or the driver interface method should contain exactly one <output>.

Example

See <nds>.

Allowed Content

Element

Description

status

Status of the processing of a command or event.

add-association

Adds an association command.

modify-association

Modifies an association command.

remove-association

Removes an association command.

instance

Current state of an instance of an object.

schema-def

Schema definition.

init-params

Initialization parameters for a DriverShim, SubscriptionShim, or PublicationShim.

password

The authentication password.

query-token

Opaque handle for query-ex commands.

Attributes

None

Content Rule

( status | add-association | modify-association | remove-association | instance | schema-def | init-params | password | query-token ) *

Parent Elements

Element

Description

nds

Top-level element for all Identity Manager and Driver communication.