Snowflake · JSON Structure

Account Account Structure

Type: object Properties: 37
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

organization_name region_group region edition created_on account_url account_locator account_locator_url managed_accounts consumption_billing_entity_name marketplace_consumer_billing_entity_name marketplace_provider_billing_entity_name old_account_url comment is_org_admin retention_time dropped_on scheduled_deletion_time restored_on account_old_url_saved_on account_old_url_last_used organization_old_url organization_old_url_saved_on organization_old_url_last_used organization_URL_expiration_on moved_on is_events_account moved_to_organization admin_name admin_password admin_rsa_public_key admin_user_type first_name last_name email must_change_password polaris

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Account",
  "type": "object",
  "properties": {
    "organization_name": {
      "type": "string"
    },
    "region_group": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "edition": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "account_url": {
      "type": "string"
    },
    "account_locator": {
      "type": "string"
    },
    "account_locator_url": {
      "type": "string"
    },
    "managed_accounts": {
      "type": "integer"
    },
    "consumption_billing_entity_name": {
      "type": "string"
    },
    "marketplace_consumer_billing_entity_name": {
      "type": "string"
    },
    "marketplace_provider_billing_entity_name": {
      "type": "string"
    },
    "old_account_url": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "is_org_admin": {
      "type": "boolean"
    },
    "retention_time": {
      "type": "integer"
    },
    "dropped_on": {
      "type": "string"
    },
    "scheduled_deletion_time": {
      "type": "string"
    },
    "restored_on": {
      "type": "string"
    },
    "account_old_url_saved_on": {
      "type": "string"
    },
    "account_old_url_last_used": {
      "type": "string"
    },
    "organization_old_url": {
      "type": "string"
    },
    "organization_old_url_saved_on": {
      "type": "string"
    },
    "organization_old_url_last_used": {
      "type": "string"
    },
    "organization_URL_expiration_on": {
      "type": "string"
    },
    "moved_on": {
      "type": "string"
    },
    "is_events_account": {
      "type": "boolean"
    },
    "moved_to_organization": {
      "type": "string"
    },
    "admin_name": {
      "type": "string"
    },
    "admin_password": {
      "type": "string"
    },
    "admin_rsa_public_key": {
      "type": "string"
    },
    "admin_user_type": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "must_change_password": {
      "type": "boolean"
    },
    "polaris": {
      "type": "boolean"
    }
  }
}