Hi,
I’m trying to make use of the username templates in the database engine. In the Username Templating docs, there is reference to the data fields available in templating:
Each secret engine provides a different set of data to the template. Please see the associated secret engine’s documentation for details on what values are provided to the template. The examples below are modeled after the Database engine’s data, however the specific fields that are provided from a given engine may differ from these examples
However, there is no reference in the snowflake docs or api docs to any data fields that the plugin may expose. The default username template in the plugin makes reference to DisplayName
& RoleName
.
Is there any docs page that explains the available data fields? Ideally I would expect a section on the database engine api docs for common data fields and then fields available per connector listed on the connector page.