list_secrets
table function
Applies to: Databricks SQL preview
Databricks Runtime 11.3 and above
Returns the keys which the user is authorized to see from Databricks secret service.
Returns
A table with two columns:
scope STRING NOT NULL
: The namespace of the key.key STYRING NOT NULL
: The key itself
To return the secret values for specific keys use `secret(scope, key)`.