<div dir="ltr"><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Hi all,<br><br>I managed to create a campaign definition with an object filter that returns roles that have specific Application Roles induced.<br><br>Example:<br><br><query><br>    <filter><br>        <or><br>            <and><br>                <ref><br>                    <path>inducement/targetRef</path><br>                    <value><br>                        <oid>d3a9049a-6680-4fd6-a3d0-bec74ddf4e6f</oid><br>                    </value><br>                </ref><br>            </and><br>            <and><br>                <ref><br>                    <path>inducement/targetRef</path><br>                    <value><br>                        <oid>887873ac-2653-4264-8b4f-ddeb6301a004</oid><br>                    </value><br>                </ref><br>            </and><br>        </or><br>    </filter><br></query><br><br><br>I'm looking for something similar to the above query that returns all roles with a certain Resource Entitlement inducement.<br><br>The inducement in the role looks like this:<br><br><inducement id="3"><br>    <construction><br>        <resourceRef oid="4e3f8eb3-75b4-454b-b885-071aa5e8f831" relation="org:default" type="c:ResourceType"><br>        </resourceRef><br>        <kind>account</kind><br>        <intent>default</intent><br>        <association id="4"><br>            <ref>ri:Group</ref><br>            <outbound><br>                <expression><br>                    <value xsi:type="c:ShadowAssociationType"><br>                        <shadowRef oid="5e28f3cb-204a-4018-ab8b-cbaf2bbaa54c" type="c:ShadowType"/><br>                    </value><br>                </expression><br>            </outbound><br>        </association><br>    </construction><br></inducement><br><br><br>It would also be nice to be able to specify the name of the inducement instead of the OID. Or part of a name, so that the query will return all roles that have an inducement that start with a certain identifier or prefix.<br><br>Hope someone can help.<br><br>Kind regards,<br>Hilmar<br></div></div></div>