Class: Kaltura::KalturaAccessControl

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

#contains_unsuported_restrictionsObject

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_atObject

Creation date as Unix timestamp (In seconds)



2305
2306
2307
# File 'lib/kaltura_client.rb', line 2305

def created_at
  @created_at
end

#descriptionObject

The description of the Access Control Profile



2302
2303
2304
# File 'lib/kaltura_client.rb', line 2302

def description
  @description
end

#idObject

The id of the Access Control Profile



2292
2293
2294
# File 'lib/kaltura_client.rb', line 2292

def id
  @id
end

#is_defaultObject

True if this Conversion Profile is the default



2308
2309
2310
# File 'lib/kaltura_client.rb', line 2308

def is_default
  @is_default
end

#nameObject

The name of the Access Control Profile



2296
2297
2298
# File 'lib/kaltura_client.rb', line 2296

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



2293
2294
2295
# File 'lib/kaltura_client.rb', line 2293

def partner_id
  @partner_id
end

#restrictionsObject

Array of Access Control Restrictions



2311
2312
2313
# File 'lib/kaltura_client.rb', line 2311

def restrictions
  @restrictions
end

#system_nameObject

System name of the Access Control Profile



2299
2300
2301
# File 'lib/kaltura_client.rb', line 2299

def system_name
  @system_name
end