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. |
Examples
secretKey(_datasource.key)
Takes the JEP _datasource.key and returns a string with the actual value of te secret key.