Sha256: ecc0bbbf42b4fd90cac3ab2c3c3dd4cdf5f0d9c42fe186e112619eda75060b65
Contents?: true
Size: 1.02 KB
Versions: 7
Compression:
Stored size: 1.02 KB
Contents
# UserPropertiesPost ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **firstname** | **String** | first name of the user | [optional] | | **lastname** | **String** | last name of the user | [optional] | | **email** | **String** | email address of the user | [optional] | | **administrator** | **Boolean** | indicates if the user has admin rights or not | [optional] | | **force_sec_auth** | **Boolean** | indicates if secure authentication should be forced on the user or not | [optional] | | **sec_auth_active** | **Boolean** | indicates if secure authentication is active for the user or not | [optional] | | **password** | **String** | User password | [optional] | | **active** | **Boolean** | indicates if the user is active | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::UserPropertiesPost.new( firstname: null, lastname: null, email: null, administrator: null, force_sec_auth: null, sec_auth_active: null, password: null, active: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems