Power Automate secret variables actions (preview)
[This article is prerelease documentation and is subject to change.]
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 retrieve CyberArk-based credentials and use them in desktop flows (preview) securely. The credential values are only retrieved at runtime and aren't logged. Credential type variables are enforced to be sensitive.
Important
- This is a preview feature.
- Preview features aren’t meant for production use and might have restricted functionality. These features are subject to supplemental terms of use, and are available before an official release so that customers can get early access and provide feedback.
Get credential
Retrieves the values of a credential created through Power Automate's portal page for this environment.
Note
This action isn't available in sovereign clouds yet.
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 |