Looker · JSON Structure

Looker Credentials Email Structure

Type: object Properties: 5
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

email is_disabled logged_in_at created_at url

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

JSON Structure

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