Class: UU::OS::UUEE::UUEESetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::UUEE::UUEESetAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb
Instance Attribute Summary (collapse)
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) app_code
Full code of the application which is represented by the uuEE. The code is
in the format VENDOR_CODE.APP_CODE. If the value is not set, the uuEE is
not an identity of any application.
40
41
42
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 40
def app_code
@app_code
end
|
- (Object) avatar_uri
43
44
45
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 43
def avatar_uri
@avatar_uri
end
|
- (Object) code
16
17
18
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 16
def code
@code
end
|
- (Object) component_content
Indicates whether the primarily displayed content of the uuEE is component
content.
37
38
39
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 37
def component_content
@component_content
end
|
- (Object) description
19
20
21
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 19
def description
@description
end
|
- (Object) first_name
10
11
12
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 10
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).
34
35
36
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 34
def grant_all_from_organizational_unit
@grant_all_from_organizational_unit
end
|
- (Object) icon_uri
31
32
33
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 31
def icon_uri
@icon_uri
end
|
- (Object) searchable_in_territory
28
29
30
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 28
def searchable_in_territory
@searchable_in_territory
end
|
- (Object) security_clearance
25
26
27
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 25
def security_clearance
@security_clearance
end
|
- (Object) security_level
22
23
24
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 22
def security_level
@security_level
end
|
- (Object) surname
13
14
15
|
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_set_attributes.rb', line 13
def surname
@surname
end
|