...
A dependency on a data connector or attribute definition by including one or more elements <resolver:Dependency> as the first element within the connector/definition configuration. The dependency definition requires one attribute, id, that is the ID of the dependent data connector or attribute definition.
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
<resolver:AttributeDefinition xsi:type="someType">
<resolver:Dependency ref="myLDAP" />
<resolver:Dependency ref="someAttributeDefinition" />
</resolver:AttributeDefinition>
|