ALTER APPLICATION SET CONFIGURATION VALUE¶
Sets a value in an app configuration definition for a Snowflake Native App.
- See also:
ALTER APPLICATION SET CONFIGURATION DEFINITION, ALTER APPLICATION DROP CONFIGURATION DEFINITION
Syntax¶
Parameters¶
appIdentifier for the Snowflake Native App that contains the configuration.
configIdentifier for the app configuration definition.
VALUE = 'value'Specifies the value to set for the app configuration definition.
Usage notes¶
This command can only be used by a consumer. This command cannot be used by the Snowflake Native App itself.
For a configuration definition of type
APPLICATION_NAME, the value must be the name of a Snowflake Native App that is installed in the current account.For a configuration definition of type
SECRET_AUTHORIZATION, the only accepted value is'configured'. The Snowflake Native App Framework verifies that the associated secret is populated with tokens before accepting the value. For more information, see Request OAuth authorization from consumers.In order to set a configuration, the current role must be granted an application role that has access to the configuration (that is, one of the application roles specified in the
APPLICATION_ROLESfield in theALTER APPLICATION SET CONFIGURATION DEFINITIONcommand).