antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
# ReadContextShortDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A human readable name for a read context | 
**summary** | **String** | A short, single sentence description of this read context | 
**description** | **String** | A longer form description of this read context | 
**disable_read_logging** | **bool** | If true, skip creation of audit log events on read | [default to false]
**key_cache_ttl** | **i32** | Number of seconds for which cached encryption keys will be considered valid by the client  | [default to 0]
**read_parameters** | [**Vec<models::ReadContextParameter>**]ReadContextParameter.md |  | 
**imported** | **bool** | true if this read context is imported | 
**source_domain_id** | Option<**String**> | A globally unique identifier for a domain | [optional]
**source_domain_name** | Option<**String**> |  | [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)