Hi everyone,
I am setting up Parameterized Roles (assigning a role to a user with an associated Organization parameter) based on the documentation here: Configure a Parametrized Role | Netwrix Product Documentation
While configuring the role and assigning the parameter works as expected, I am struggling to find out how to use this parameter value during the provisioning step.
Specifically:
-
How do I reference/access the role parameter’s value inside a
ResourceTypeorResourcedirective to map and push it to the target system? -
Is there a specific C#/LINQ expression syntax to navigate from the user/assignment (
SingleRoleAssignment) to the parameter value? -
Where in the official documentation is this provisioning pattern covered?
Any code snippets or pointers to relevant documentation/examples would be greatly appreciated.
Thanks in advance for your help!