Kaltura · Schema
KalturaAccessControl
JSON Schema for KalturaAccessControl from Kaltura VPaaS API
VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| containsUnsuportedRestrictions | boolean | `readOnly` Indicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service |
| createdAt | integer | `readOnly` Creation date as Unix timestamp (In seconds) |
| description | string | The description of the Access Control Profile |
| id | integer | `readOnly` The id of the Access Control Profile |
| isDefault | integer | Enum Type: `KalturaNullableBoolean` True if this Conversion Profile is the default |
| name | string | The name of the Access Control Profile |
| partnerId | integer | `readOnly` |
| restrictions | array | |
| systemName | string | System name of the Access Control Profile |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "KalturaAccessControl",
"description": "JSON Schema for KalturaAccessControl from Kaltura VPaaS API",
"properties": {
"containsUnsuportedRestrictions": {
"description": "`readOnly`\n\nIndicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service",
"readOnly": true,
"type": "boolean"
},
"createdAt": {
"description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)",
"readOnly": true,
"type": "integer"
},
"description": {
"description": "The description of the Access Control Profile",
"type": "string"
},
"id": {
"description": "`readOnly`\n\nThe id of the Access Control Profile",
"readOnly": true,
"type": "integer"
},
"isDefault": {
"description": "Enum Type: `KalturaNullableBoolean`\n\nTrue if this Conversion Profile is the default",
"enum": [
-1,
0,
1
],
"type": "integer",
"x-enumLabels": [
"NULL_VALUE",
"FALSE_VALUE",
"TRUE_VALUE"
],
"x-enumType": "KalturaNullableBoolean"
},
"name": {
"description": "The name of the Access Control Profile",
"type": "string"
},
"partnerId": {
"description": "`readOnly`",
"readOnly": true,
"type": "integer"
},
"restrictions": {
"items": {
"$ref": "#/definitions/KalturaBaseRestriction"
},
"type": "array"
},
"systemName": {
"description": "System name of the Access Control Profile",
"type": "string"
}
},
"type": "object"
}
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
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/KalturaAccessControl"
All schemas
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.