After reading Before and After Operations on Source Account Rule | SailPoint Developer Community and Before/After Scripts for IQService, and searching the forum for samples, I don’t have a consistent understanding of how input is managed with the PowerShell before/after scripts.
In some places, the docs mention serialized XML strings made available through environment variables.
In other places, it looks like they are passed in using native PowerShell objects as arguments.
If I want access to the application configuration, I assume the argument is the simplest option, is it passed in by position or a named argument? Does anyone know of any complete documentation on this matter?