Snowflake · Schema

DatabaseRoleClone

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string Name of the database role
View JSON Schema on GitHub

JSON Schema

database-role-database-role-clone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DatabaseRoleClone",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the database role"
    }
  }
}