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
-
#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.
-
#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
#created_at ⇒ Object
Creation time of the user.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 29 def created_at @created_at end |
#disabled ⇒ Object
Whether the user is disabled.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 32 def disabled @disabled end |
#email ⇒ Object
Email of the user.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 35 def email @email end |
#handle ⇒ Object
Handle of the user.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 38 def handle @handle end |
#icon ⇒ Object
URL of the user’s icon.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 41 def icon @icon end |
#modified_at ⇒ Object
Time that the user was last modified.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 44 def modified_at @modified_at end |
#name ⇒ Object
Name of the user.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 47 def name @name end |
#service_account ⇒ Object
Whether the user is a service account.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 50 def service_account @service_account end |
#status ⇒ Object
Status of the user.
53 54 55 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 53 def status @status end |
#title ⇒ Object
Title of the user.
56 57 58 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 56 def title @title end |
#verified ⇒ Object
Whether the user is verified.
59 60 61 |
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 59 def verified @verified end |