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¶
ALTER APPLICATION SET CONFIGURATION DEFINITION <config>
TYPE = APPLICATION_NAME
LABEL = '<label>'
DESCRIPTION = '<description>'
APPLICATION_ROLES = ( <app_role1> [ , <app_role2> ... ] );
Parameters¶
configIdentifier for the app configuration.
TYPESpecifies the type of app configuration. Supported values are:
APPLICATION_NAME
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.
We recommend that you set the
LABELandDESCRIPTIONparameters to the same values as theLABELandDESCRIPTIONparameters of the associatedAPPLICATION SPECIFICATIONobject.