-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Please add the following template code as an example:
function getValue() { let functions = '' let c = Array.from(Person.Contracts) for (let i = 0; i < c.length; i++) { if(c[i].Context.InConditions){ functions = functions + c[i].Title.Name } } return functions; } getValue();
the specific use case is as follows:
Only the titles from contracts which results in the entitlement should be set in the value.
This functionality can be used in the complex mapping for AD and PowerShell V2 systems. I'm not sure about buitlin Azure.
So make sure there is a info/warning when applying the following target complex mapping.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request