AccessTypeAllocation

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
id string
createdDate string
modifiedDate string
modifiedByUserName string
user object
quarantined boolean Whether the allocation is in quarantine
quarantineEnd string When the quarantine period ends
schemaPath string
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-accesstypeallocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessTypeAllocation",
  "title": "AccessTypeAllocation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "modifiedDate": {
      "type": "string",
      "format": "date-time"
    },
    "modifiedByUserName": {
      "type": "string"
    },
    "user": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "name": {
          "type": "string"
        },
        "userDirectory": {
          "type": "string"
        },
        "userId": {
          "type": "string"
        }
      }
    },
    "quarantined": {
      "type": "boolean",
      "description": "Whether the allocation is in quarantine"
    },
    "quarantineEnd": {
      "type": "string",
      "format": "date-time",
      "description": "When the quarantine period ends"
    },
    "schemaPath": {
      "type": "string"
    }
  }
}