ALTER APPLICATION SET CONFIGURATION DEFINITION¶
Creates or updates an app configuration for a Snowflake Native App.
Note
This command can only be used by a Snowflake Native App.
Syntax¶
Parameters¶
configIdentifier for the app configuration.
TYPESpecifies the type of app configuration. Supported values are:
APPLICATION_NAMESTRING
LABEL = 'label'Specifies a label for the app specification to be displayed in the Snowsight.
DESCRIPTION = 'description'Specifies a description of the app specification. Snowflake recommends including information about the app specification type and why it is required by the app.
APPLICATION_ROLES = ( <app_role1> [ , <app_role2> ... ] )Specifies the application roles that will have access to the app configuration object.
Usage notes¶
This command can only be used by a Snowflake Native App.
When creating a configuration definition for the server app name for inter-app communication, you must set the
LABELandDESCRIPTIONparameters to the same values as theLABELandDESCRIPTIONparameters of the associatedAPPLICATION SPECIFICATIONobject.