Class: Kaltura::KalturaAccessControlProfile
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaAccessControlProfile
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Creation time 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 access control profile is the partner default.
-
#name ⇒ Object
The name of the Access Control Profile.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#rules ⇒ Object
Array of access control rules.
-
#system_name ⇒ Object
System name of the Access Control Profile.
-
#updated_at ⇒ Object
Update time as Unix timestamp (In seconds).
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Creation time as Unix timestamp (In seconds)
2410 2411 2412 |
# File 'lib/kaltura_client.rb', line 2410 def created_at @created_at end |
#description ⇒ Object
The description of the Access Control Profile
2407 2408 2409 |
# File 'lib/kaltura_client.rb', line 2407 def description @description end |
#id ⇒ Object
The id of the Access Control Profile
2397 2398 2399 |
# File 'lib/kaltura_client.rb', line 2397 def id @id end |
#is_default ⇒ Object
True if this access control profile is the partner default
2416 2417 2418 |
# File 'lib/kaltura_client.rb', line 2416 def is_default @is_default end |
#name ⇒ Object
The name of the Access Control Profile
2401 2402 2403 |
# File 'lib/kaltura_client.rb', line 2401 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2398 2399 2400 |
# File 'lib/kaltura_client.rb', line 2398 def partner_id @partner_id end |
#rules ⇒ Object
Array of access control rules
2419 2420 2421 |
# File 'lib/kaltura_client.rb', line 2419 def rules @rules end |
#system_name ⇒ Object
System name of the Access Control Profile
2404 2405 2406 |
# File 'lib/kaltura_client.rb', line 2404 def system_name @system_name end |
#updated_at ⇒ Object
Update time as Unix timestamp (In seconds)
2413 2414 2415 |
# File 'lib/kaltura_client.rb', line 2413 def updated_at @updated_at end |