Looker · JSON Structure

Looker Credentials Api3 Structure

Type: object Properties: 6
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

id client_id created_at is_disabled type url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CredentialsApi3",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "client_id": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "is_disabled": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}