Credentials

Diff b/w Set Credential and Add credential?
Diff b/w Get Credential and Get Secure Credential?

Hi @AdityaBotMan

Set Credential is associated with the Credential asset in the Orchestrator. When you want to set credential to a Credential asset in the Orchestrator, we use this activity

Add Credentail activity is associated with the Windows Credential manager. In scenarios where orchestrator is not present and if you want to handle credential information and store them, we use this activity to add the credentials to the windows credential manager.

Get Credential activity is used to get the username and password stored in the Orchestrator credential asset.

Get Secure Credential is used to get the credential data stored in the windows credential manager.

For more information, refer to below links

Hope this helps

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