antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DomainSettings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_admin_contacts** | Option<**Vec<String>**> | A list of admin contact details that have been validated. | [optional]
**pending_admin_contacts** | Option<**Vec<String>**> | A list of admin contact details that are pending validation. | [optional]
**default_display_name** | **String** | User friendly custom display name. | 
**default_token_lifetime** | Option<**i32**> | The default lifetime in seconds of a domain authentication token generated for this domain. | [optional]
**maximum_token_lifetime** | Option<**i32**> | The maximum lifetime in seconds that a domain authentication token can be generated for. | [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)