Sha256: 74e2a2f9acd9f7ad39bc40f32669e981aace4949660447f5338cde2b1314b9df
Contents?: true
Size: 1.64 KB
Versions: 2
Compression:
Stored size: 1.64 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/User.md |
datadog_api_client-1.5.0 | docs/v1/User.md |