# DomainSettings
## Properties
**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)