ALTER APPLICATION SET CONFIGURATION VALUE

Sets a value in an app configuration definition for a Snowflake Native App.

참고 항목:

ALTER APPLICATION SET CONFIGURATION DEFINITION, ALTER APPLICATION DROP CONFIGURATION DEFINITION

구문

ALTER APPLICATION <app> SET CONFIGURATION <config> VALUE = '<value>';

매개 변수

app

Identifier for the Snowflake Native App that contains the configuration.

config

앱 구성 정의의 식별자입니다.

VALUE = 'value'

앱 구성 정의에 대해 설정할 값을 지정합니다.

사용법 노트

  • 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.

  • 구성을 설정하려면 현재 역할에 구성에 액세스할 수 있는 애플리케이션 역할(즉, APPLICATION_ROLES`의 :code:`ALTER APPLICATION SET CONFIGURATION DEFINITION 필드에 지정된 애플리케이션 역할 중 하나)을 부여해야 합니다.