# AddReadContext
## Properties
**summary** | **String** | A short, single sentence description of this read context |
**description** | **String** | A longer form description of this read context |
**disable_read_logging** | Option<**bool**> | If true, skip creation of audit log events on read | [optional][default to false]
**key_cache_ttl** | Option<**i32**> | Number of seconds for which cached encryption keys will be considered valid by the client | [optional][default to 0]
**required_hooks** | Option<[**Vec<models::ReadContextRequiredHook>**](ReadContextRequiredHook.md)> | | [optional]
**read_parameters** | Option<[**Vec<models::ReadContextParameter>**](ReadContextParameter.md)> | | [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)