UpsertInsurerIntegrationSettingDto
keystringrequired
Possible values: >= 2 characters and <= 60 characters, Value must match regular expression /^[a-z0-9_.-]+$/
valuestringrequired
Possible values: non-empty and <= 4000 characters
isSecretboolean
When true the value is AES-256-GCM encrypted at rest and never returned in list/get responses (masked preview only).
UpsertInsurerIntegrationSettingDto
{
"key": "string",
"value": "string",
"isSecret": true
}