Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Function: expandSecrets()

Replaces the secret key placeholder within a string with the actual value.

Syntax

expandSecrets(secretKey)

ArgumentTypeDescription

secretKey

JEPThe 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.


See Also

  • No labels