Looker · Schema

CredentialsApi3

API3 client credentials for a user

AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

Properties

Name Type Description
id integer Unique identifier
client_id string API3 client ID
created_at string Timestamp when these credentials were created
is_disabled boolean Whether these credentials are disabled
type string Credential type
url string Relative URL
View JSON Schema on GitHub

JSON Schema

looker-credentials-api3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CredentialsApi3",
  "type": "object",
  "description": "API3 client credentials for a user",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier"
    },
    "client_id": {
      "type": "string",
      "description": "API3 client ID"
    },
    "created_at": {
      "type": "string",
      "description": "Timestamp when these credentials were created"
    },
    "is_disabled": {
      "type": "boolean",
      "description": "Whether these credentials are disabled"
    },
    "type": {
      "type": "string",
      "description": "Credential type"
    },
    "url": {
      "type": "string",
      "description": "Relative URL"
    }
  }
}