Sha256: 5afd2e6f079e76ba97dd4a3d465b55e8ac958beb0b613c107aaf38a88b471a0c

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

# UserPropertiesPost

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **firstname** | **String** | The first name of the user. | [optional] |
| **lastname** | **String** | The last name of the user. | [optional] |
| **email** | **String** | The email address of the user. | [optional] |
| **administrator** | **Boolean** | Indicates if the user has admin rights. | [optional] |
| **force_sec_auth** | **Boolean** | Indicates if secure authentication should be forced on the user. | [optional] |
| **sec_auth_active** | **Boolean** | Indicates if secure authentication is active for the user. | [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

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/UserPropertiesPost.md
ionoscloud-6.1.0 docs/models/UserPropertiesPost.md
ionoscloud-6.0.2 docs/models/UserPropertiesPost.md
ionoscloud-6.0.1 docs/models/UserPropertiesPost.md
ionoscloud-6.0.0 docs/models/UserPropertiesPost.md