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
# DomainAuthenticateResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token** | **String** |  | 
**expiry** | **String** | the token expiration, in UTC | 
**advisory** | Option<**Vec<String>**> | Optional advisory message for the caller. This can be used to indicate that the authenticating client is out of date  | [optional]
**cell_address** | Option<**String**> | The public URL of the cell responding to the authentication request | [optional]
**group_lookup_result** | Option<**String**> | Optional message for use if user domain group lookup resolution fails. If this field is populated, it indicates that no capabilities were retrieved that relate to domain group mappings.  | [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)