/
expandSecrets
expandSecrets
Function: expandSecrets()
Replaces the secret key placeholder within a string with the actual value.
Syntax
expandSecrets(secretKey)
Argument | Type | Description |
---|---|---|
secretKey | JEP | The secret key (see Secret Key and Local Secret) that will have its value extracted and returned as a string. |
Examples
secretKey(_datasource.key)
Takes the JEP _datasource.key and returns a string of the actual value held by the secret key.
See Also
Related content
base64Encode
base64Encode
More like this
Secret Key and Local Secret
Secret Key and Local Secret
More like this
Secret Key and Local Secret
Secret Key and Local Secret
More like this