LicenseRule

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
id string
createdDate string
modifiedDate string
modifiedByUserName string
name string License rule name
category string Rule category
type integer Rule type
rule string Rule definition expression
resourceFilter string Resource filter expression
actions integer Allowed actions (bitwise)
comment string Rule description
disabled boolean Whether the rule is disabled
schemaPath string
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-licenserule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LicenseRule",
  "title": "LicenseRule",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "modifiedDate": {
      "type": "string",
      "format": "date-time"
    },
    "modifiedByUserName": {
      "type": "string"
    },
    "name": {
      "type": "string",
      "description": "License rule name"
    },
    "category": {
      "type": "string",
      "description": "Rule category"
    },
    "type": {
      "type": "integer",
      "description": "Rule type"
    },
    "rule": {
      "type": "string",
      "description": "Rule definition expression"
    },
    "resourceFilter": {
      "type": "string",
      "description": "Resource filter expression"
    },
    "actions": {
      "type": "integer",
      "description": "Allowed actions (bitwise)"
    },
    "comment": {
      "type": "string",
      "description": "Rule description"
    },
    "disabled": {
      "type": "boolean",
      "description": "Whether the rule is disabled"
    },
    "schemaPath": {
      "type": "string"
    }
  }
}