Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Context.InConditions in complex mapping #18

Open
mouki9 opened this issue May 13, 2024 · 0 comments
Open

Context.InConditions in complex mapping #18

mouki9 opened this issue May 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mouki9
Copy link

mouki9 commented May 13, 2024

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.

@JeroenBL JeroenBL added the enhancement New feature or request label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants