exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# User

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sso** | Option<**bool**> | SSO enabled | [optional]
**two_factor_authentication** | Option<**bool**> | Two Factor Authentication enabled | [optional]
**email** | **String** | User Email | [readonly]
**id** | Option<[**uuid::Uuid**]uuid::Uuid.md> | User ID | [optional][readonly]
**role** | [**models::IamRole**]iam-role.md |  | 
**pending** | Option<**bool**> | True if the user has not yet created an Exoscale account | [optional][readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)