9.0 CU3
Is there a full enum for ParameterSet documented publicly somewhere?
There is no tab-completion in Manager with this so no idea what options are available except for the very few references in the forums.
9.0 CU3
Is there a full enum for ParameterSet documented publicly somewhere?
There is no tab-completion in Manager with this so no idea what options are available except for the very few references in the forums.
I cannot comment on version 9.0 CU3, but there is a documentation and some sample on the following GitHub page. https://github.com/OneIdentity/IdentityManager.ApiSdk/tree/v93/request-properties
But they are made for 9.3 and some feature might not work in 9.0 CU3. But it is a start.
Thanks Markus Weiss-Ehlers ! Didn't even know about the TryCast stuff....
I was hoping for more around the ParameterSet("field").* options (i.e. IsMandatory, IsReadOnly, etc.) and their expected behaviours (for example, trying to flip a field from IsReadOnly=True to IsReadOnly=False in 9.0CU3 doesn't update the UI and it remains as readonly).