Looker Studio · Schema

AuthType

The type of authentication used by the connector.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports
View JSON Schema on GitHub

JSON Schema

looker-studio-authtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthType",
  "title": "AuthType",
  "type": "string",
  "description": "The type of authentication used by the connector.",
  "enum": [
    "NONE",
    "OAUTH2",
    "KEY",
    "USER_PASS",
    "USER_TOKEN",
    "PATH_USER_PASS",
    "PATH_KEY"
  ]
}