You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Correct EmailDomain model field deserialization
Fix OpenAPI spec indentation causing EmailDomainResponse, EmailDomainResponseWithEmbedded and EmailDomain
to drop 5-7 fields during deserialization. API responses now include all
fields: id, domain, validationStatus, dnsValidationRecords, etc.
Fixed incorrect YAML indentation in allOf composition that prevented
OpenAPI generator from processing properties beyond BaseEmailDomain.
Fixes: OKTA-1133517
**validation_subdomain** | **str** | Subdomain for the email sender's custom mail domain. Specify your subdomain when you configure a custom mail domain. | [optional][default to 'mail']
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments