Sha256: 14fa9190565746408daba6ce3161cb52b51ccbac7d4849b8dae3b5eed8a289a3
Contents?: true
Size: 1.17 KB
Versions: 299
Compression:
Stored size: 1.17 KB
Contents
# PulpcoreClient::PatchedUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **String** | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. | [optional] **password** | **String** | Users password. Set to ``null`` to disable password authentication. | [optional] **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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedUser.new(username: null, password: null, first_name: null, last_name: null, email: null, is_staff: null, is_active: null) ```
Version data entries
299 entries across 299 versions & 1 rubygems