Sha256: 4e5f271fe1dab642f3be85af49c1ba38782b4db9621e2dee6f64b87808d68176
Contents?: true
Size: 996 Bytes
Versions: 7
Compression:
Stored size: 996 Bytes
Contents
# DatadogAPIClient::V1::User ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **access_role** | [**AccessRole**](AccessRole.md) | | [optional][default to 'st'] | | **disabled** | **Boolean** | The new disabled status of the user. | [optional] | | **email** | **String** | The new email of the user. | [optional] | | **handle** | **String** | The user handle, must be a valid email. | [optional] | | **icon** | **String** | Gravatar icon associated to the user. | [optional][readonly] | | **name** | **String** | The name of the user. | [optional] | | **verified** | **Boolean** | Whether or not the user logged in Datadog at least once. | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::User.new( access_role: null, disabled: false, email: test@datadoghq.com, handle: test@datadoghq.com, icon: /path/to/matching/gravatar/icon, name: test user, verified: true ) ```
Version data entries
7 entries across 7 versions & 1 rubygems