Sha256: 7231bd007876a6790f3dc320f41fd50735b8c0a0af63579520a2986e0555095b

Contents?: true

Size: 1.65 KB

Versions: 2

Compression:

Stored size: 1.65 KB

Contents

# PulpFileClient::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 'PulpFileClient'

instance = PulpFileClient::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

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/UserResponse.md
pulp_file_client-3.49.14 docs/UserResponse.md