Files
api-specs/idn/beta/schemas/MailFromAttributes.yaml

28 lines
985 B
YAML

type: object
properties:
identity:
type: string
example: bob.smith@sailpoint.com
description: The email identity
mailFromDomain:
type: string
example: foo.sailpoint.com
description: The name of a domain that an email identity uses as a custom MAIL FROM domain
mxRecord:
type: string
example: 10 feedback-smtp.us-east-1.amazonses.com
description: MX record that is required in customer's DNS to allow the domain to receive bounce and complaint notifications that email providers send you
txtRecord:
type: string
example: v=spf1 include:amazonses.com ~all
description: TXT record that is required in customer's DNS in order to prove that Amazon SES is authorized to send email from your domain
mailFromDomainStatus:
type: string
enum:
- PENDING
- SUCCESS
- FAILED
example: PENDING
description: The current status of the MAIL FROM verification
description: MAIL FROM attributes for a domain / identity