From e8fa3ca431b7ccac009a77c0f43561ce72612ab4 Mon Sep 17 00:00:00 2001 From: a921966 Date: Fri, 7 Jun 2024 22:40:08 +0200 Subject: [PATCH] - aligned with new syntax - added usageLocation mapping for those who might encounter a problem when trying to assign licence (those who need this should uncomment this mapping) --- .../objects/resources/resource-msgraph.xml | 260 +++++++++--------- 1 file changed, 131 insertions(+), 129 deletions(-) diff --git a/samples/resources/msgraph/objects/resources/resource-msgraph.xml b/samples/resources/msgraph/objects/resources/resource-msgraph.xml index 646cb4c2..dd52695c 100644 --- a/samples/resources/msgraph/objects/resources/resource-msgraph.xml +++ b/samples/resources/msgraph/objects/resources/resource-msgraph.xml @@ -141,7 +141,15 @@ ri:memberOfGroup explicit - + + + + + + + + + ri:group entitlement @@ -168,6 +176,43 @@ + + + + + + name + + + + + + + + linked + + + + + + unlinked + + + + + + deleted + + + + + + unmatched + + + + + @@ -243,6 +288,48 @@ + + + + + name + + + + + + + + linked + + + + + + unlinked + + + + + + deleted + + + + + + unlinked + + + + + + unmatched + + + + + @@ -308,6 +395,49 @@ + + + + + + name + + + + + + + + linked + + + + + + unlinked + + + + + + deleted + + + + + + unlinked + + + + + + unmatched + + + + + @@ -322,132 +452,4 @@ - - - - ri:AccountObjectClass - account - default - true - c:UserType - - - name - - $projection/attributes/icfs:name - - - - - linked - true - - - deleted - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#inactivateFocus - - - - unlinked - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#link - - - - unmatched - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#addFocus - - - - - - entitlement - group - true - ri:GroupObjectClass - c:RoleType - - - - name - - $projection/attributes/icfs:name - - - - - linked - true - - - deleted - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#unlink - - - - unlinked - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#link - - - - unmatched - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#addFocus - - - - - - entitlement - license - true - ri:CustomlicenseObjectClass - c:ServiceType - - - - name - - $projection/attributes/icfs:name - - - - - linked - true - - - deleted - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#unlink - - - - unlinked - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#link - - - - unmatched - true - - http://midpoint.evolveum.com/xml/ns/public/model/action-3#addFocus - - - - - \ No newline at end of file