Class: KalturaApi::KalturaAccessControl
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaAccessControl
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#contains_unsuported_restrictions ⇒ Object
Indicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service.
-
#created_at ⇒ Object
Creation date as Unix timestamp (In seconds).
-
#description ⇒ Object
The description of the Access Control Profile.
-
#id ⇒ Object
The id of the Access Control Profile.
-
#is_default ⇒ Object
True if this Conversion Profile is the default.
-
#name ⇒ Object
The name of the Access Control Profile.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#restrictions ⇒ Object
Array of Access Control Restrictions.
-
#system_name ⇒ Object
System name of the Access Control Profile.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#contains_unsuported_restrictions ⇒ Object
Indicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service
2314 2315 2316 |
# File 'lib/kaltura_client.rb', line 2314 def contains_unsuported_restrictions @contains_unsuported_restrictions end |
#created_at ⇒ Object
Creation date as Unix timestamp (In seconds)
2305 2306 2307 |
# File 'lib/kaltura_client.rb', line 2305 def created_at @created_at end |
#description ⇒ Object
The description of the Access Control Profile
2302 2303 2304 |
# File 'lib/kaltura_client.rb', line 2302 def description @description end |
#id ⇒ Object
The id of the Access Control Profile
2292 2293 2294 |
# File 'lib/kaltura_client.rb', line 2292 def id @id end |
#is_default ⇒ Object
True if this Conversion Profile is the default
2308 2309 2310 |
# File 'lib/kaltura_client.rb', line 2308 def is_default @is_default end |
#name ⇒ Object
The name of the Access Control Profile
2296 2297 2298 |
# File 'lib/kaltura_client.rb', line 2296 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2293 2294 2295 |
# File 'lib/kaltura_client.rb', line 2293 def partner_id @partner_id end |
#restrictions ⇒ Object
Array of Access Control Restrictions
2311 2312 2313 |
# File 'lib/kaltura_client.rb', line 2311 def restrictions @restrictions end |
#system_name ⇒ Object
System name of the Access Control Profile
2299 2300 2301 |
# File 'lib/kaltura_client.rb', line 2299 def system_name @system_name end |