Class: DatadogAPIClient::V1::User

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/user.rb

Overview

Create, edit, and disable users.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#access_roleObject

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_propertiesObject

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

#disabledObject

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

#emailObject

The new email of the user.



31
32
33
# File 'lib/datadog_api_client/v1/models/user.rb', line 31

def email
  @email
end

#handleObject

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

#iconObject

Gravatar icon associated to the user.



37
38
39
# File 'lib/datadog_api_client/v1/models/user.rb', line 37

def icon
  @icon
end

#nameObject

The name of the user.



40
41
42
# File 'lib/datadog_api_client/v1/models/user.rb', line 40

def name
  @name
end

#verifiedObject

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