Kaltura API DocumentationaccessControlProfile.add

Add new access control profile

Try it out
post https://www.kaltura.com/api_v3/service/accesscontrolprofile/action/add

Request Parameters

body:object
object
accessControlProfile*:object:KalturaAccessControlProfile
createdAt:integer

readOnly

Creation time 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: NULL_VALUE [-1], FALSE_VALUE [0], TRUE_VALUE [1]

Enum Type: KalturaNullableBoolean

True if this access control profile is the partner default

name:string

The name of the Access Control Profile

partnerId:integer

readOnly

rules:array[object:KalturaRule]systemName:string

System name of the Access Control Profile

updatedAt:integer

readOnly

Update time as Unix timestamp (In seconds)

Response

Success

object:KalturaAccessControlProfile
createdAt:integer

readOnly

Creation time 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: NULL_VALUE [-1], FALSE_VALUE [0], TRUE_VALUE [1]

Enum Type: KalturaNullableBoolean

True if this access control profile is the partner default

name:string

The name of the Access Control Profile

partnerId:integer

readOnly

rules:array[object:KalturaRule]
object:KalturaRule
actions:array[object:KalturaRuleAction]code:string

Code to be thrown to the player in case the rule is fulfilled

conditions:array[object:KalturaCondition]contexts:array[object:KalturaContextTypeHolder]description:string

Short Rule Description

forceAdminValidation:integer
Enum: NULL_VALUE [-1], FALSE_VALUE [0], TRUE_VALUE [1]

Enum Type: KalturaNullableBoolean

Indicates if we should force ks validation for admin ks users as well

message:string

Message to be thrown to the player in case the rule is fulfilled

ruleData:string

Rule Custom Data to allow saving rule specific information

stopProcessing:boolean

Indicates that this rule is enough and no need to continue checking the rest of the rules

systemName:string

System name of the Access Control Profile

updatedAt:integer

readOnly

Update time as Unix timestamp (In seconds)