We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f7d22 commit 7019167Copy full SHA for 7019167
1 file changed
.generator/okta-management-APIs-oasv3-enum-inheritance.yaml
@@ -29031,10 +29031,22 @@ components:
29031
description: The subdomain for the email sender's custom mail domain
29032
default: mail
29033
EmailDomainResponseWithEmbedded:
29034
- allOf:
29035
- - $ref: '#/components/schemas/EmailDomainResponse'
29036
type: object
29037
properties:
+ displayName:
+ type: string
29038
+ userName:
29039
29040
+ dnsValidationRecords:
29041
+ type: array
29042
+ items:
29043
+ $ref: '#/components/schemas/EmailDomainDNSRecord'
29044
+ domain:
29045
29046
+ id:
29047
29048
+ validationStatus:
29049
+ $ref: '#/components/schemas/EmailDomainStatus'
29050
_embedded:
29051
29052
0 commit comments