orvanta-api 1.6.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EditAutoInviteRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operator** | Option<**bool**> |  | [optional]
**invite_all** | Option<**bool**> |  | [optional]
**auto_add** | Option<**bool**> |  | [optional]
**domain** | Option<**String**> | Explicit auto-invite domain to use instead of deriving one from the caller's own email. A workspace admin may only set their own domain; setting a different domain requires the caller to be a superadmin. Case-insensitive (stored lowercased); non-ASCII is rejected. Omitting this field leaves the currently stored domain unchanged; sending an explicit empty string resets it to the caller's own domain.  | [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)