SHOW SPECIFICATIONS¶
Lists the app specifications that have been defined for an app.
Syntax¶
SHOW [ { APPROVED | DECLINED | PENDING } ] SPECIFICATIONS [ IN APPLICATION <app_name> ];
Parameters¶
APPROVED | DECLINED | PENDING
Narrows the output to app specifications with one of these statuses.
IN APPLICATION app_name
Specifies the name of the app whose app specification you want to view.
Usage notes¶
Consumers must provide the name of an app using the IN APPLICATION clause.
An app can run this command without specifying the IN APPLICATION clause.
Output¶
The command output provides information about the properties of an app specification in the following columns:
Column |
Description |
---|---|
|
Name of the app specification. |
|
Timestamp when the app specification was requested. |
|
Type of app specification. Supported values are: ‘EXTERNAL ACCESS` and |
|
ID for a version of an app specification. This value is incremented each time a provider changes the app specification definition. |
|
Specifies the current status of the app specification. Possible values are:
|
|
Timestamp of the last status change. |
|
Name of the app specification that is displayed to the consumer in Snowsight. |
|
Description of the app specification that is displayed to the consumer in Snowsight. |
|
Values that are part of the app specification definition. The values of this column depend on the type of app specification. |
Examples¶
Show all specifications that you have privileges to view:
SHOW SPECIFICATIONS;