Can we display key vault secret in Databricks notebook

Shreyash_Gupta
New Contributor III

I am using databricks notebook and Azure key vault.

When I am using below function I am getting as output [REDACTED].

'dbutils.secrets.get(scope_name,secret_name)'
 
I want to know if there is any way to display the secret in databricks.