# ApifyKeyValueStoreMetadata<!-- -->

Extended key-value store metadata model for Apify platform.

Includes additional Apify-specific fields.

## Index[**](#Index)

### Properties

* [**model\_config](https://docs.apify.com/sdk/python/sdk/python/reference/class/ApifyKeyValueStoreMetadata.md#model_config)
* [**url\_signing\_secret\_key](https://docs.apify.com/sdk/python/sdk/python/reference/class/ApifyKeyValueStoreMetadata.md#url_signing_secret_key)

## Properties<!-- -->[**](#Properties)

### [**](#model_config)[**](https://github.com/apify/apify-sdk-python/blob/e4af58436d321ccadd8b5dd7acdc97a4bb770de5//src/apify/storage_clients/_apify/_models.py#L26)model\_config

**model\_config: Undefined

### [**](#url_signing_secret_key)[**](https://github.com/apify/apify-sdk-python/blob/e4af58436d321ccadd8b5dd7acdc97a4bb770de5//src/apify/storage_clients/_apify/_models.py#L28)url\_signing\_secret\_key

**url\_signing\_secret\_key: str | None

The secret key used for signing URLs for secure access to key-value store records.
