Class: Seam::Resources::UnmanagedAcsUser
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::UnmanagedAcsUser
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/unmanaged_acs_user.rb
Instance Attribute Summary collapse
-
#access_schedule ⇒ Object
Returns the value of attribute access_schedule.
-
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
-
#acs_user_id ⇒ Object
Returns the value of attribute acs_user_id.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#email ⇒ Object
Returns the value of attribute email.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#external_type ⇒ Object
Returns the value of attribute external_type.
-
#external_type_display_name ⇒ Object
Returns the value of attribute external_type_display_name.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#hid_acs_system_id ⇒ Object
Returns the value of attribute hid_acs_system_id.
-
#is_managed ⇒ Object
Returns the value of attribute is_managed.
-
#is_suspended ⇒ Object
Returns the value of attribute is_suspended.
-
#pending_mutations ⇒ Object
Returns the value of attribute pending_mutations.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#salto_space_metadata ⇒ Object
Returns the value of attribute salto_space_metadata.
-
#user_identity_email_address ⇒ Object
Returns the value of attribute user_identity_email_address.
-
#user_identity_full_name ⇒ Object
Returns the value of attribute user_identity_full_name.
-
#user_identity_id ⇒ Object
Returns the value of attribute user_identity_id.
-
#user_identity_phone_number ⇒ Object
Returns the value of attribute user_identity_phone_number.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceWarningsSupport
Methods included from ResourceErrorsSupport
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#access_schedule ⇒ Object
Returns the value of attribute access_schedule.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def access_schedule @access_schedule end |
#acs_system_id ⇒ Object
Returns the value of attribute acs_system_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def acs_system_id @acs_system_id end |
#acs_user_id ⇒ Object
Returns the value of attribute acs_user_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def acs_user_id @acs_user_id end |
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def connected_account_id @connected_account_id end |
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def display_name @display_name end |
#email ⇒ Object
Returns the value of attribute email.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def email @email end |
#email_address ⇒ Object
Returns the value of attribute email_address.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def email_address @email_address end |
#external_type ⇒ Object
Returns the value of attribute external_type.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def external_type @external_type end |
#external_type_display_name ⇒ Object
Returns the value of attribute external_type_display_name.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def external_type_display_name @external_type_display_name end |
#full_name ⇒ Object
Returns the value of attribute full_name.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def full_name @full_name end |
#hid_acs_system_id ⇒ Object
Returns the value of attribute hid_acs_system_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def hid_acs_system_id @hid_acs_system_id end |
#is_managed ⇒ Object
Returns the value of attribute is_managed.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def is_managed @is_managed end |
#is_suspended ⇒ Object
Returns the value of attribute is_suspended.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def is_suspended @is_suspended end |
#pending_mutations ⇒ Object
Returns the value of attribute pending_mutations.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def pending_mutations @pending_mutations end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def phone_number @phone_number end |
#salto_space_metadata ⇒ Object
Returns the value of attribute salto_space_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def @salto_space_metadata end |
#user_identity_email_address ⇒ Object
Returns the value of attribute user_identity_email_address.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def user_identity_email_address @user_identity_email_address end |
#user_identity_full_name ⇒ Object
Returns the value of attribute user_identity_full_name.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def user_identity_full_name @user_identity_full_name end |
#user_identity_id ⇒ Object
Returns the value of attribute user_identity_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def user_identity_id @user_identity_id end |
#user_identity_phone_number ⇒ Object
Returns the value of attribute user_identity_phone_number.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def user_identity_phone_number @user_identity_phone_number end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_acs_user.rb', line 6 def workspace_id @workspace_id end |