Class: UU::OS::PersonalRole::PersonalRoleCreate
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PersonalRole::PersonalRoleCreate
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.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) access_code1
18
19
20
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 18
def access_code1
@access_code1
end
|
- (Object) access_code2
21
22
23
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 21
def access_code2
@access_code2
end
|
- (Object) avatar_uri
51
52
53
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 51
def avatar_uri
@avatar_uri
end
|
- (Object) code
36
37
38
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 36
def code
@code
end
|
- (Object) competent_role_uri
42
43
44
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 42
def competent_role_uri
@competent_role_uri
end
|
- (Object) component_content
45
46
47
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 45
def component_content
@component_content
end
|
- (Object) description
39
40
41
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 39
def description
@description
end
|
- (Object) external_access_code1_validation
57
58
59
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 57
def external_access_code1_validation
@external_access_code1_validation
end
|
- (Object) first_name
12
13
14
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 12
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).
24
25
26
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 24
def grant_all_from_organizational_unit
@grant_all_from_organizational_unit
end
|
- (Object) icon_uri
48
49
50
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 48
def icon_uri
@icon_uri
end
|
9
10
11
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 9
def meta_artifact_uri
@meta_artifact_uri
end
|
- (Object) searchable_in_territory
27
28
29
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 27
def searchable_in_territory
@searchable_in_territory
end
|
- (Object) security_clearance
30
31
32
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 30
def security_clearance
@security_clearance
end
|
- (Object) security_level
33
34
35
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 33
def security_level
@security_level
end
|
- (Object) surname
15
16
17
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 15
def surname
@surname
end
|
- (Object) universe_id
54
55
56
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_create.rb', line 54
def universe_id
@universe_id
end
|