DataRetentionPolicyRequestDto
retentionDurationstringrequired
The retention duration for the data in ISO 8601 format.
Possible values: non-empty, Value must match regular expression ^P(\d+Y)?(\d+M)?(\d+D)?$
Example:
P2YDataRetentionPolicyRequestDto
{
"retentionDuration": "P2Y"
}