Credential¶
Credentials store keys and passwords that can be used in your automations.
Create a simple credential¶
If you want to create a credential via SDK, it's simple, you need to use the following method:
Get credential on the Orchestrator¶
To get the credential it is necessary to use the "get credential" method as follows:
Update credential key value on the Orchestrator¶
To update a key value for a given credential, use the update_credential method as follows:
Remove credential key on the Orchestrator¶
To remove a key for a given credential, use the remove_credential method as follows: