Class: Kaltura::KalturaAccessControlProfile

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Creation time as Unix timestamp (In seconds)



2410
2411
2412
# File 'lib/kaltura_client.rb', line 2410

def created_at
  @created_at
end

#descriptionObject

The description of the Access Control Profile



2407
2408
2409
# File 'lib/kaltura_client.rb', line 2407

def description
  @description
end

#idObject

The id of the Access Control Profile



2397
2398
2399
# File 'lib/kaltura_client.rb', line 2397

def id
  @id
end

#is_defaultObject

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

#nameObject

The name of the Access Control Profile



2401
2402
2403
# File 'lib/kaltura_client.rb', line 2401

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



2398
2399
2400
# File 'lib/kaltura_client.rb', line 2398

def partner_id
  @partner_id
end

#rulesObject

Array of access control rules



2419
2420
2421
# File 'lib/kaltura_client.rb', line 2419

def rules
  @rules
end

#system_nameObject

System name of the Access Control Profile



2404
2405
2406
# File 'lib/kaltura_client.rb', line 2404

def system_name
  @system_name
end

#updated_atObject

Update time as Unix timestamp (In seconds)



2413
2414
2415
# File 'lib/kaltura_client.rb', line 2413

def updated_at
  @updated_at
end