Class: DatadogAPIClient::V2::UserAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



67
68
69
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 67

def additional_properties
  @additional_properties
end

#created_atObject

The ISO 8601 timestamp of when the user account was created.



25
26
27
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 25

def created_at
  @created_at
end

#disabledObject

Whether the user account is deactivated. Disabled users cannot log in.



28
29
30
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 28

def disabled
  @disabled
end

#emailObject

The email address of the user, used for login and notifications.



31
32
33
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 31

def email
  @email
end

#handleObject

The unique handle (username) of the user, typically matching their email prefix.



34
35
36
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 34

def handle
  @handle
end

#iconObject

URL of the user’s profile icon, typically a Gravatar URL derived from the email address.



37
38
39
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 37

def icon
  @icon
end

#last_login_timeObject

The ISO 8601 timestamp of the user’s most recent login, or null if the user has never logged in.



40
41
42
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 40

def 
  @last_login_time
end

#mfa_enabledObject

Whether multi-factor authentication (MFA) is enabled for the user’s account.



43
44
45
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 43

def mfa_enabled
  @mfa_enabled
end

#modified_atObject

The ISO 8601 timestamp of when the user account was last modified.



46
47
48
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 46

def modified_at
  @modified_at
end

#nameObject

The full display name of the user as shown in the Datadog UI.



49
50
51
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 49

def name
  @name
end

#service_accountObject

Whether this is a service account rather than a human user. Service accounts are used for programmatic API access.



53
54
55
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 53

def 
  @service_account
end

#statusObject

The current status of the user account (for example, ‘Active`, `Pending`, or `Disabled`).



56
57
58
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 56

def status
  @status
end

#titleObject

The job title of the user (for example, “Senior Engineer” or “Product Manager”).



59
60
61
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 59

def title
  @title
end

#uuidObject

The globally unique identifier (UUID) of the user.



62
63
64
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 62

def uuid
  @uuid
end

#verifiedObject

Whether the user’s email address has been verified.



65
66
67
# File 'lib/datadog_api_client/v2/models/user_attributes.rb', line 65

def verified
  @verified
end