Looker Studio · Schema

SetCredentialsResponse

Response from setCredentials.

AnalyticsBusiness IntelligenceDashboardsData VisualizationGoogleReports

Properties

Name Type Description
errorCode string Error code if credentials are invalid. Returns NONE on success.
View JSON Schema on GitHub

JSON Schema

looker-studio-setcredentialsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetCredentialsResponse",
  "title": "SetCredentialsResponse",
  "type": "object",
  "description": "Response from setCredentials.",
  "properties": {
    "errorCode": {
      "type": "string",
      "description": "Error code if credentials are invalid. Returns NONE on success.",
      "enum": [
        "NONE",
        "INVALID_CREDENTIALS"
      ]
    }
  }
}