ALTER APPLICATION SET CONFIGURATION VALUE¶
Define um valor em uma definição de configuração do aplicativo para um Snowflake Native App.
- Consulte também:
ALTER APPLICATION SET CONFIGURATION DEFINITION, ALTER APPLICATION DROP CONFIGURATION DEFINITION
Sintaxe¶
ALTER APPLICATION <app> SET CONFIGURATION <config> VALUE = '<value>';
Parâmetros¶
appIdentifier for the Snowflake Native App that contains the configuration.
configIdentificador para a definição de configuração do aplicativo.
VALUE = 'value'Especifica o valor a ser definido para a definição de configuração do aplicativo.
Notas de uso¶
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.Para definir uma configuração, a função atual precisa receber uma função de aplicativo que tenha acesso à configuração (ou seja, uma das funções de aplicativo especificadas no campo
APPLICATION_ROLESno comandoALTER APPLICATION SET CONFIGURATION DEFINITION).