Get access control profile by id
null
object responseProfile:object:KalturaBaseResponseProfile
abstract
objectType:string Enum: KalturaDetachedResponseProfile, KalturaResponseProfileHolder, KalturaResponseProfileKalturaBaseResponseProfile must also match any of:
object:KalturaDetachedResponseProfile object:KalturaResponseProfileHolder object:KalturaResponseProfile
Success
null
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)