Looker · JSON Structure

Looker Role Structure

Type: object Properties: 6
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

id name permission_set_id model_set_id user_count url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Role",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "permission_set_id": {
      "type": "integer"
    },
    "model_set_id": {
      "type": "integer"
    },
    "user_count": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    }
  }
}