SynchronizationEditor.CLI.exe Script as Parameter

With OIM 8.1.3 we are already using SynchronizationEditor.CLI.exe to create new sync projects.

In the SyncEditor GUI it is possible to define the parameters as Script. That is quite useful, if we want to receive passwords out of a vault instead of directly maintain in in the parameter set.

Now, I'm wondering if the script mechanism is working also with the SynchronizationEditor.CLI.exe?

Is it somehow possible to pass a script instead of a value?

Parents
  • No, it is not possible to specify a script as the initial connection for the connector has to be specified as in the UI. But if the template you are using to create the sync project is creating a scripted variable then this would be a one-timer.

    But you could of course request the password using other means (PowerShell etc.) and use this password in your call of the CLI.

Reply
  • No, it is not possible to specify a script as the initial connection for the connector has to be specified as in the UI. But if the template you are using to create the sync project is creating a scripted variable then this would be a one-timer.

    But you could of course request the password using other means (PowerShell etc.) and use this password in your call of the CLI.

Children