antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
# ReadContextDetails

## 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]
**required_hooks** | Option<[**Vec<models::ReadContextRequiredHook>**]ReadContextRequiredHook.md> |  | [optional]
**read_parameters** | [**Vec<models::ReadContextParameter>**]ReadContextParameter.md |  | 
**attached_policies** | Option<[**Vec<models::ReadContextDetailsAttachedPoliciesInner>**]ReadContextDetails_attachedPolicies_inner.md> |  | [optional]
**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]
**policy_assembly** | Option<**String**> | a WASM bundle version of the policy associated with this read context  | [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)