Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

KalturaConditionType
Enumerations
KalturaStringEnum
KalturaDynamicEnum
KalturaConditionType
NameTypeValueDescription
AUTHENTICATEDstring1Validate that user is authenticated, specific privileges may be defined.
COUNTRYstring2Validate that the request came from a specific country, calculated according to request IP.
FIELD_COMPAREstring7Validate that the field number compared correctly to all listed numeric values.
FIELD_MATCHstring6Validate that the field text matches any of listed textual values.
IP_ADDRESSstring3Validate that request came from a specific IP range.
METADATA_FIELD_COMPAREstringmetadata.FieldCompareValidate that all metadata elements number compared correctly to all listed numeric values.
METADATA_FIELD_MATCHstringmetadata.FieldMatchValidate that any of the metadata elements text matches any of listed textual values.
SITEstring4Validate that the request came from specific domain, wildcards supported.
USER_AGENTstring5Validate that request came from specific user agent, regular expressions supported.