{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GitHook", "type": "object", "properties": { "allow_any_secret": { "type": "boolean", "description": "Whether to allow any Snowflake secret when accessing the Git repository. This setting is ignored if allowed_authentication_secrets is present." }, "allowed_authentication_secrets": { "type": "array", "description": "A comma-separated list of fully-qualified Snowflake secret names that UDF or procedure handler code can use when accessing the Git repository." }, "allowed_api_authentication_integrations": { "type": "array", "description": "A comma-separated list of Snowflake security integration names that UDF or procedure handler code can use when accessing the Git repository. If empty, allow no integrations." } } }