Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/16/2024 06:23 AM
Hello All,
Is there any default Saviynt method which can be used to generate random GUID for a REST connection i am working on?
Basically, we need to pass on a random unique GUID to the endpoint API as a header everytime we are making a call.
Some examples of Default Saviynt methods i have seen are -
${com.saviynt.ecm.identitywarehouse.domain.Users.get(user?.manager)?.username}
${com.saviynt.ecm.identitywarehouse.domain.Users.get(user?.manager)?.customproperty21}
This or any other OOTB way we can generate a guid
Thanks in advanced 🙂
Solved! Go to Solution.
07/16/2024 12:48 PM
${java.util.UUID.randomUUID().toString()}