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

#created_atObject

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

#disabledObject

Whether the user is disabled.



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

def disabled
  @disabled
end

#emailObject

Email of the user.



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

def email
  @email
end

#handleObject

Handle of the user.



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

def handle
  @handle
end

#iconObject

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_atObject

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

#nameObject

Name of the user.



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

def name
  @name
end

#service_accountObject

Whether the user is a service account.



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

def 
  
end

#statusObject

Status of the user.



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

def status
  @status
end

#titleObject

Title of the user.



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

def title
  @title
end

#verifiedObject

Whether the user is verified.



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

def verified
  @verified
end