Class: DatadogAPIClient::V1::User
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::User
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/user.rb
Overview
Create, edit, and disable users.
Instance Attribute Summary collapse
-
#access_role ⇒ Object
The access role of the user.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#disabled ⇒ Object
The new disabled status of the user.
-
#email ⇒ Object
The new email of the user.
-
#handle ⇒ Object
The user handle, must be a valid email.
-
#icon ⇒ Object
Gravatar icon associated to the user.
-
#name ⇒ Object
The name of the user.
-
#verified ⇒ Object
Whether or not the user logged in Datadog at least once.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_role ⇒ Object
The access role of the user. Options are st (standard user), adm (admin user), or ro (read-only user).
25 26 27 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 25 def access_role @access_role end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 45 def additional_properties @additional_properties end |
#disabled ⇒ Object
The new disabled status of the user.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 28 def disabled @disabled end |
#email ⇒ Object
The new email of the user.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 31 def email @email end |
#handle ⇒ Object
The user handle, must be a valid email.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 34 def handle @handle end |
#icon ⇒ Object
Gravatar icon associated to the user.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 37 def icon @icon end |
#name ⇒ Object
The name of the user.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 40 def name @name end |
#verified ⇒ Object
Whether or not the user logged in Datadog at least once.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/user.rb', line 43 def verified @verified end |