You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: