SHOW CONFIGURATIONS¶
Lists the configurations in the specified app for which you have access privileges.
- See also:
Syntax¶
SHOW CONFIGURATIONS [ IN APPLICATION <app> ]
Parameters¶
appThe name of the app to show the configurations for. If an app runs this command, the parameter is optional. If this command is run directly using a workspace or the Snowflake CLI, the
appparameter is required.
Output¶
The output of the command includes the following columns, which describe the properties and metadata of the object:
Column |
Description |
|---|---|
|
The name of the configuration. |
|
The timestamp when the configuration object was created. |
|
The timestamp when the configuration object was last updated by the app. |
|
Currently, the only value returned is |
|
One of the following values: |
|
The value set when the configuration object was created or updated. |
|
The timestamp when the value was set or unset. |
|
A user-friendly name to be displayed in the UI. |
|
A description of the configuration. |
|
The app roles that have access to the configuration. This field returns the most up-to-date names of the app roles, but the value may have been updated. If an app role has been dropped, it will not be returned in this field. |
Usage notes¶
When this command is run outside of an app, a configuration will only be returned if the consumer role is granted an application role that has access to the configuration. However, if the consumer role has MONITOR or OWNERSHIP privilege on the app, the consumer can see all the configurations in that app, regardless of which application roles they have been granted.