query-extensions

The IDM Data Collection Service (DCS) has the requirement to be able to obtain additional information from the managed system than is defined on the base query and the extensions for role and resource mapping. Therefore, the query extensions to retrieve this information are optional and have to be added by the querying agent on an as-needed basis. query-extensions  are supported on all entitlements.

Example

<query-extensions> 
<query-attr name="extension-type">data</query-attr>
<query-xml>
<read-attr attr-name="owner"/>
<read-attr attr-name="sAMAccountName"/>
</query-xml>
</query-extensions>

1. Allowed Content

query-attr
query attributes to add to the base query
query-xml
modifications for queries

2. No Attributes

3. Content Rule

( query-attr * , query-xml * )

4. Parent Elements

entitlement
  entitlement definition

Top Elements || All Elements || Tree


EntitlementConfiguration DTD