-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgithub_unmatched_accounts_objectCollection.xml
More file actions
22 lines (22 loc) · 1.17 KB
/
github_unmatched_accounts_objectCollection.xml
File metadata and controls
22 lines (22 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<objectCollection xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3"
xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3"
xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>Contas órfãs do GitHub</name>
<type>c:ShadowType</type>
<filter>
<q:text>resourceRef matches (oid = '3d7106d0-95a6-4071-a3b3-50102ddda781') and kind =
'account' and synchronizationSituation equal 'UNMATCHED'
</q:text>
</filter>
<getOptions>
<option id="4">
<options>
<raw>true</raw>
<errorHandling>
<reportingMethod>default</reportingMethod>
</errorHandling>
</options>
</option>
</getOptions>
</objectCollection>