Snowflake · Schema

TokenInfo

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
token string
expiration_seconds integer
View JSON Schema on GitHub

JSON Schema

cortex-analyst-token-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TokenInfo",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "expiration_seconds": {
      "type": "integer"
    }
  }
}