Snowflake · JSON Structure

Managed Account Managed Account Structure

Type: object Properties: 10
Data LakesData SharingData WarehousingDatabaseSQL

ManagedAccount is a JSON Structure definition published by Snowflake, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cloud region locator created_on url account_locator_url comment admin_name admin_password account_type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedAccount",
  "type": "object",
  "properties": {
    "cloud": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "locator": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "account_locator_url": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "admin_name": {
      "type": "string"
    },
    "admin_password": {
      "type": "string"
    },
    "account_type": {
      "type": "string"
    }
  }
}