UserDirectoryCondensed

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
id string
name string
type string
configured boolean
privileges array
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-userdirectorycondensed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserDirectoryCondensed",
  "title": "UserDirectoryCondensed",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "configured": {
      "type": "boolean"
    },
    "privileges": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}