Orchestrator Asset

If we will set credentials in Asset in Orchestrator. Then if we go to Asset then we can see only username.but we can’t see the password .please tell me hoe to vies password in Orchestrator.

Hi @varun5,

We cant see the password manually in orchestrator. If u want to get the password,

use this activity to get the password.

output will be secure string. Then u have to convert to string using below expression,

new System.Net.NetworkCredential(string.Empty, passwordVariable).Password

Thanks!

1 Like

@varun5

If you add credentials manually in Assets then also you can’t see password and it will be invisible.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.