Generate Random string

Hi All,

I have been trying to generate random string as password for AD provisioning, however when i fetch that random string via attribute to send an email, getting different string than attribute value.

Any suggestion?

{
“id”: “d66cabcb-fee2-47a6-891f-7f70f5c24844”,
“name”: “GenerateRandomString”,
“type”: “rule”,
“attributes”: {
“name”: “Cloud Services Deployment Utility”,
“operation”: “generateRandomString”,
“includeNumbers”: “true”,
“includeSpecialChars”: “true”,
“requiresPeriodicRefresh”: “false”,
“length”: “8”
},
“internal”: false
}

You cannot retrieve the password as in plain text as it’s been encrypted by SailPoint and no way to decrypt it. So, the value you are seeing is encrypted one which is different from the actual password.

Check below post if you want to send password over email to user’s manager