List access control profiles by filter and pager
null
object responseProfile:object:KalturaBaseResponseProfile
abstract
objectType:string Enum: KalturaDetachedResponseProfile, KalturaResponseProfileHolder, KalturaResponseProfileKalturaBaseResponseProfile must also match any of:
object:KalturaDetachedResponseProfile object:KalturaResponseProfileHolder object:KalturaResponseProfile
null
object filter:object:KalturaAccessControlProfileFilter orderBy:string Enum: CREATED_AT_ASC [+createdAt], UPDATED_AT_ASC [+updatedAt], CREATED_AT_DESC [-createdAt], UPDATED_AT_DESC [-updatedAt]KalturaAccessControlProfileFilter must also match all of:
object:KalturaAccessControlProfileBaseFilter pager:object:KalturaFilterPager The KalturaFilterPager object enables paging management to be applied upon service list actions.
KalturaFilterPager must also match all of:
object:KalturaPager
Success
null
object:KalturaAccessControlProfileListResponse objects:array[object:KalturaAccessControlProfile] 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)
KalturaAccessControlProfileListResponse must also match all of:
object:KalturaListResponse