Class: OneLogin::Api::Models::UserData
- Inherits:
-
Object
- Object
- OneLogin::Api::Models::UserData
- Defined in:
- lib/onelogin/api/models/user_data.rb
Instance Attribute Summary collapse
-
#company ⇒ Object
Returns the value of attribute company.
-
#department ⇒ Object
Returns the value of attribute department.
-
#directory_id ⇒ Object
Returns the value of attribute directory_id.
-
#distinguished_name ⇒ Object
Returns the value of attribute distinguished_name.
-
#email ⇒ Object
Returns the value of attribute email.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#firstname ⇒ Object
Returns the value of attribute firstname.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lastname ⇒ Object
Returns the value of attribute lastname.
-
#locale_code ⇒ Object
Returns the value of attribute locale_code.
-
#manager_ad_id ⇒ Object
Returns the value of attribute manager_ad_id.
-
#manager_user_id ⇒ Object
Returns the value of attribute manager_user_id.
-
#member_of ⇒ Object
Returns the value of attribute member_of.
-
#openid_name ⇒ Object
Returns the value of attribute openid_name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#samaccountname ⇒ Object
Returns the value of attribute samaccountname.
-
#state ⇒ Object
Returns the value of attribute state.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#trusted_idp_id ⇒ Object
Returns the value of attribute trusted_idp_id.
-
#username ⇒ Object
Returns the value of attribute username.
-
#userprincipalname ⇒ Object
Returns the value of attribute userprincipalname.
Instance Attribute Details
#company ⇒ Object
Returns the value of attribute company.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def company @company end |
#department ⇒ Object
Returns the value of attribute department.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def department @department end |
#directory_id ⇒ Object
Returns the value of attribute directory_id.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def directory_id @directory_id end |
#distinguished_name ⇒ Object
Returns the value of attribute distinguished_name.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def distinguished_name @distinguished_name end |
#email ⇒ Object
Returns the value of attribute email.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def email @email end |
#external_id ⇒ Object
Returns the value of attribute external_id.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def external_id @external_id end |
#firstname ⇒ Object
Returns the value of attribute firstname.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def firstname @firstname end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def id @id end |
#lastname ⇒ Object
Returns the value of attribute lastname.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def lastname @lastname end |
#locale_code ⇒ Object
Returns the value of attribute locale_code.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def locale_code @locale_code end |
#manager_ad_id ⇒ Object
Returns the value of attribute manager_ad_id.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def manager_ad_id @manager_ad_id end |
#manager_user_id ⇒ Object
Returns the value of attribute manager_user_id.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def manager_user_id @manager_user_id end |
#member_of ⇒ Object
Returns the value of attribute member_of.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def member_of @member_of end |
#openid_name ⇒ Object
Returns the value of attribute openid_name.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def openid_name @openid_name end |
#phone ⇒ Object
Returns the value of attribute phone.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def phone @phone end |
#samaccountname ⇒ Object
Returns the value of attribute samaccountname.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def samaccountname @samaccountname end |
#state ⇒ Object
Returns the value of attribute state.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def state @state end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def status @status end |
#title ⇒ Object
Returns the value of attribute title.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def title @title end |
#trusted_idp_id ⇒ Object
Returns the value of attribute trusted_idp_id.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def trusted_idp_id @trusted_idp_id end |
#username ⇒ Object
Returns the value of attribute username.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def username @username end |
#userprincipalname ⇒ Object
Returns the value of attribute userprincipalname.
7 8 9 |
# File 'lib/onelogin/api/models/user_data.rb', line 7 def userprincipalname @userprincipalname end |