Qlik Sense Security Rule
A security rule defines access control policies for Qlik Sense resources. Rules use a condition expression, resource filter, and action bitmask to control which users can perform which operations on which resources. Rules can apply in the QMC context, the Hub context, or both.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier (GUID) assigned by the repository |
| createdDate | string | ISO 8601 timestamp when the rule was created |
| modifiedDate | string | ISO 8601 timestamp when the rule was last modified |
| modifiedByUserName | string | Username of the user who last modified the rule |
| name | string | Display name of the security rule |
| category | string | Rule category (e.g., Security, Sync) |
| type | integer | Rule type identifier |
| rule | string | Rule condition expression using Qlik Sense security rule syntax. Evaluates user and resource properties to determine access. |
| resourceFilter | string | Resource filter expression defining which resources the rule applies to (e.g., App_*, Stream_*) |
| actions | integer | Bitwise combination of allowed actions: 1=Create, 2=Read, 4=Update, 8=Delete, 16=Export, 32=Publish, 64=ChangeOwner, 128=ChangeRole |
| comment | string | Human-readable description or comment about the rule's purpose |
| disabled | boolean | Whether the rule is currently disabled |
| ruleContext | integer | Context in which the rule applies |
| tags | array | Tags applied to the security rule |
| privileges | array | List of privileges the current user has on this rule |
| schemaPath | string | Schema path identifying the entity type in the QRS |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schemas.api.dev/qlik-sense-enterprise/security-rule.json",
"title": "Qlik Sense Security Rule",
"description": "A security rule defines access control policies for Qlik Sense resources. Rules use a condition expression, resource filter, and action bitmask to control which users can perform which operations on which resources. Rules can apply in the QMC context, the Hub context, or both.",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier (GUID) assigned by the repository"
},
"createdDate": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the rule was created"
},
"modifiedDate": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the rule was last modified"
},
"modifiedByUserName": {
"type": "string",
"description": "Username of the user who last modified the rule"
},
"name": {
"type": "string",
"description": "Display name of the security rule",
"minLength": 1
},
"category": {
"type": "string",
"description": "Rule category (e.g., Security, Sync)"
},
"type": {
"type": "integer",
"description": "Rule type identifier"
},
"rule": {
"type": "string",
"description": "Rule condition expression using Qlik Sense security rule syntax. Evaluates user and resource properties to determine access."
},
"resourceFilter": {
"type": "string",
"description": "Resource filter expression defining which resources the rule applies to (e.g., App_*, Stream_*)"
},
"actions": {
"type": "integer",
"description": "Bitwise combination of allowed actions: 1=Create, 2=Read, 4=Update, 8=Delete, 16=Export, 32=Publish, 64=ChangeOwner, 128=ChangeRole"
},
"comment": {
"type": "string",
"description": "Human-readable description or comment about the rule's purpose"
},
"disabled": {
"type": "boolean",
"description": "Whether the rule is currently disabled",
"default": false
},
"ruleContext": {
"type": "integer",
"description": "Context in which the rule applies",
"enum": [0, 1, 2],
"default": 0
},
"tags": {
"type": "array",
"items": {
"$ref": "#/$defs/TagReference"
},
"description": "Tags applied to the security rule"
},
"privileges": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of privileges the current user has on this rule"
},
"schemaPath": {
"type": "string",
"description": "Schema path identifying the entity type in the QRS"
}
},
"required": ["name", "rule", "resourceFilter", "actions"],
"$defs": {
"TagReference": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"name": {
"type": "string"
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/qlik-sense-enterprise-security-rule"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.