File: UserPropertiesPost.md

package info (click to toggle)
python-ionoscloud 6.1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,172 kB
  • sloc: python: 41,445; sh: 35; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 801 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# UserPropertiesPost

## Properties
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **active** | **bool** | Indicates if the user is active. | [optional]  |
| **administrator** | **bool** | Indicates if the user has admin rights. | [optional]  |
| **email** | **str** | The email address of the user. | [optional]  |
| **firstname** | **str** | The first name of the user. | [optional]  |
| **force_sec_auth** | **bool** | Indicates if secure authentication should be forced on the user. | [optional]  |
| **lastname** | **str** | The last name of the user. | [optional]  |
| **password** | **str** | User password. | [optional]  |
| **sec_auth_active** | **bool** | Indicates if secure authentication is active for the user. | [optional]  |