# UserProperties

## 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] |
| **s3\_canonical\_user\_id** | **str**  | Canonical (S3) ID of the user for a given identity.              | \[optional] |
| **sec\_auth\_active**       | **bool** | Indicates if secure authentication is active for the user.       | \[optional] |
