Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this module, you find actions that allow you to safely retrieve sensitive data that are available in your environment, offering direct integration with the corresponding components.
You can securely retrieve CyberArk-based credentials and use them in desktop flows, or retrieve Azure Key Vault-based credentials and use them in desktop flows. The credential values are only retrieved at runtime and aren't logged. Credential type variables are enforced to be sensitive.
Get credential
Retrieves the values of a credential created through Power Automate's portal page for this environment.
Input parameters
Argument | Optional | Accepts | Default Value | Description |
---|---|---|---|---|
Credential | No | Text value | The credential whose values are retrieved | |
Timeout | No | Numeric value | 0 | The maximum waiting time (in seconds) to get the credential |
Variables produced
Argument | Type | Description |
---|---|---|
Credential | Credential | The content of the retrieved credential |
Exceptions
Exception | Description |
---|---|
Failed to get credential | Indicates a problem while retrieving the credential |
Invalid credentials configuration | Indicates that the credentials configuration is invalid |
Credential timed out | Indicates that the request timed out |
Failed to contact credentials vault | Indicates that there was a failure in contacting the credentials vault |