| bypassCache | Boolean | True if value is time-sensitive and should not be cached | [optional] |
| createdDateTime | OffsetDateTime | This is the datetime the core was created | [optional] |
| dataType | String | The type of value (integer, string, boolean) | [optional] |
| defaultValue | String | The default value for the Key | [optional] |
| deprecated | Boolean | | [optional] |
| description | String | | [optional] |
| envVar | String | | [optional] |
| isOverridden | Boolean | True if value has been overridden in the database, otherwise this is the default value | [optional] |
| key | String | The Key | [optional] |
| kvpJSON | String | The KVP as JSON format | [optional] |
| loadedDateTime | OffsetDateTime | This is the datetime the value was last loaded from the database to refresh the cache | [optional] |
| modifiedDateTime | OffsetDateTime | This is the datetime the core was last modified. | [optional] |
| section | String | The section for the config key | [optional] |
| secure | Boolean | | [optional] |
| value | String | The value for the Key | [optional] |