Looker Studio · Schema

AuthTypeResponse

Response from getAuthType containing the authentication configuration.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports

Properties

Name Type Description
type object
helpUrl string Optional URL to help documentation for authentication setup.
View JSON Schema on GitHub

JSON Schema

looker-studio-authtyperesponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthTypeResponse",
  "title": "AuthTypeResponse",
  "type": "object",
  "description": "Response from getAuthType containing the authentication configuration.",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/AuthType"
    },
    "helpUrl": {
      "type": "string",
      "format": "uri",
      "description": "Optional URL to help documentation for authentication setup."
    }
  }
}