Snowflake · Schema

WebhookSecret

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string The name of the secret.
database_name string The database which stores the secret.
schema_name string The schema which stores the secret.
View JSON Schema on GitHub

JSON Schema

notification-integration-webhook-secret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WebhookSecret",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the secret."
    },
    "database_name": {
      "type": "string",
      "description": "The database which stores the secret."
    },
    "schema_name": {
      "type": "string",
      "description": "The schema which stores the secret."
    }
  }
}