ZSCALER_OBFUSCATE_API_KEY

Obfuscates a Zscaler API key using the function described in the Zscaler API documentation. For the "now" argument provide the current time in milliseconds since the epoch with DATE(NOW(), "%s%L").

Syntax 

ZSCALER_OBFUSCATE_API_KEY(api_key, now)

Usage examples 

Example 1

Formula

ZSCALER_OBFUSCATE_API_KEY("my_api_key", DATE(NOW(), "%s%L"))

Output

"yy_k_p_ip"
Was this helpful?