Sha256: 483725e1db00e3d6d2d39a0091a1327c708bff8acde31667e16378151a2feae5
Contents?: true
Size: 1.65 KB
Versions: 207
Compression:
Stored size: 1.65 KB
Contents
# PulpcoreClient::UserResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **id** | **Integer** | | [optional] [readonly] **username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | **first_name** | **String** | First name | [optional] **last_name** | **String** | Last name | [optional] **email** | **String** | Email address | [optional] **is_staff** | **Boolean** | Designates whether the user can log into this admin site. | [optional] [default to false] **is_active** | **Boolean** | Designates whether this user should be treated as active. | [optional] [default to true] **date_joined** | **DateTime** | Date joined | [optional] [readonly] **groups** | [**Array<UserGroupResponse>**](UserGroupResponse.md) | | [optional] [readonly] **hidden_fields** | [**Array<RemoteResponseHiddenFields>**](RemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UserResponse.new(pulp_href: null, id: null, username: null, first_name: null, last_name: null, email: null, is_staff: null, is_active: null, date_joined: null, groups: null, hidden_fields: null) ```
Version data entries
207 entries across 207 versions & 1 rubygems