Class: UU::OS::AccessRole::AccessRoleCreate Deprecated

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb

Overview

See Also:

Instance Attribute Summary (collapse)

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



24
25
26
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 24

def code
  @code
end

- (Object) competent_role_uri



30
31
32
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 30

def competent_role_uri
  @competent_role_uri
end

- (Object) component_content

Indicates whether the primarily displayed content of the access role is component content.



48
49
50
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 48

def component_content
  @component_content
end

- (Object) description



27
28
29
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 27

def description
  @description
end

- (Object) first_name



18
19
20
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 18

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).



45
46
47
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 45

def grant_all_from_organizational_unit
  @grant_all_from_organizational_unit
end

- (Object) icon_uri



42
43
44
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 42

def icon_uri
  @icon_uri
end

- (Object) meta_artifact_uri



12
13
14
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 12

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) searchable_in_territory



39
40
41
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 39

def searchable_in_territory
  @searchable_in_territory
end

- (Object) security_clearance



36
37
38
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 36

def security_clearance
  @security_clearance
end

- (Object) security_level



33
34
35
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 33

def security_level
  @security_level
end

- (Object) surname



21
22
23
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 21

def surname
  @surname
end

- (Object) universe_id



15
16
17
# File 'uu_os-0.29.16/lib/uu/os/access_role/access_role_create.rb', line 15

def universe_id
  @universe_id
end