| KalturaUserAppRoleBaseFilter |
| Properties |
Inherited from KalturaObjectBase
|
|
| Name |
Type |
Writable |
Restrictions |
Description |
| orderBy |
string |
V |
|
|
| advancedSearch |
KalturaSearchItem |
V |
|
|
|
|
|
| KalturaUserAppRoleBaseFilter |
| Name |
Type |
Writable |
Restrictions |
Description |
| appGuidEqual |
string |
V |
|
The app-registry id to search for |
| appGuidIn |
string |
V |
|
Apps-registries ids csv list |
| userRoleIdEqual |
string |
V |
|
The user-role id to search for |
| userRoleIdIn |
string |
V |
|
Users-roles ids csv list |
| createdAtLessThanOrEqual |
int |
V |
|
Unix timestamp |
| createdAtGreaterThanOrEqual |
int |
V |
|
Unix timestamp |
| updatedAtLessThanOrEqual |
int |
V |
|
Unix timestamp |
| updatedAtGreaterThanOrEqual |
int |
V |
|
Unix timestamp |
|
| Sub classes: KalturaUserAppRoleFilter |