Class: DatadogAPIClient::V2::UserAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::UserAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/user_attributes.rb
 
Overview
Attributes of user object returned by the API.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creation time of the user.
 - 
  
    
      #disabled  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the user is disabled.
 - 
  
    
      #email  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Email of the user.
 - 
  
    
      #handle  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Handle of the user.
 - 
  
    
      #icon  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
URL of the user’s icon.
 - 
  
    
      #mfa_enabled  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If user has MFA enabled.
 - 
  
    
      #modified_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time that the user was last modified.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the user.
 - 
  
    
      #service_account  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the user is a service account.
 - 
  
    
      #status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the user.
 - 
  
    
      #title  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Title of the user.
 - 
  
    
      #verified  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the user is verified.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      60 61 62  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 60 def additional_properties @additional_properties end  | 
  
#created_at ⇒ Object
Creation time of the user.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 25 def created_at @created_at end  | 
  
#disabled ⇒ Object
Whether the user is disabled.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 28 def disabled @disabled end  | 
  
#email ⇒ Object
Email of the user.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 31 def email @email end  | 
  
#handle ⇒ Object
Handle of the user.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 34 def handle @handle end  | 
  
#icon ⇒ Object
URL of the user’s icon.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 37 def icon @icon end  | 
  
#mfa_enabled ⇒ Object
If user has MFA enabled.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 40 def mfa_enabled @mfa_enabled end  | 
  
#modified_at ⇒ Object
Time that the user was last modified.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 43 def modified_at @modified_at end  | 
  
#name ⇒ Object
Name of the user.
      46 47 48  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 46 def name @name end  | 
  
#service_account ⇒ Object
Whether the user is a service account.
      49 50 51  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 49 def service_account @service_account end  | 
  
#status ⇒ Object
Status of the user.
      52 53 54  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 52 def status @status end  | 
  
#title ⇒ Object
Title of the user.
      55 56 57  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 55 def title @title end  | 
  
#verified ⇒ Object
Whether the user is verified.
      58 59 60  | 
    
      # File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 58 def verified @verified end  |