propelauth 0.23.3

A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# UpdateOrgRequest

## Properties

| Name                   | Type                               | Description | Notes      |
| ---------------------- | ---------------------------------- | ----------- | ---------- |
| **name**               | Option<**String**>                 |             | [optional] |
| **can_setup_saml**     | Option<**bool**>                   |             | [optional] |
| **max_users**          | Option<**i32**>                    |             | [optional] |
| **metadata**           | Option<**HashMap<String, Value>**> |             | [optional] |
| **domain**             | Option<**String**>                 |             | [optional] |
| **autojoin_by_domain** | Option<**bool**>                   |             | [optional] |
| **restrict_to_domain** | Option<**bool**>                   |             | [optional] |

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