Class: UU::OS::AccessRole::AccessRoleSetAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::AccessRole::AccessRoleSetAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb
Overview
Deprecated.
Use PersonalAccessRole::PersonalAccessRoleSetAttributes instead.
Instance Attribute Summary (collapse)
- - (Object) code
-
- (Object) component_content
Indicates whether the primarily displayed content of the access role is component content.
- - (Object) description
- - (Object) first_name
-
- (Object) grant_all_from_organizational_unit
deprecated
Deprecated.
All From OU will not be used in the new authorization (v4).
- - (Object) icon_uri
- - (Object) searchable_in_territory
- - (Object) security_clearance
- - (Object) security_level
- - (Object) surname
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) code
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 17 def code @code end |
- (Object) component_content
Indicates whether the primarily displayed content of the access role is component content.
38 39 40 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 38 def component_content @component_content end |
- (Object) description
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 20 def description @description end |
- (Object) first_name
11 12 13 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 11 def first_name @first_name end |
- (Object) grant_all_from_organizational_unit
Deprecated.
All From OU will not be used in the new authorization (v4).
35 36 37 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 35 def grant_all_from_organizational_unit @grant_all_from_organizational_unit end |
- (Object) icon_uri
32 33 34 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 32 def icon_uri @icon_uri end |
- (Object) searchable_in_territory
29 30 31 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 29 def searchable_in_territory @searchable_in_territory end |
- (Object) security_clearance
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 26 def security_clearance @security_clearance end |
- (Object) security_level
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 23 def security_level @security_level end |
- (Object) surname
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_set_attributes.rb', line 14 def surname @surname end |