Skip to main content

EmailStatusDto

Import this model from the entry point of its package:

import { EmailStatusDto } from '@sailpoint/angular-sdk/notifications';

Properties

NameTypeDescriptionNotes
id(optional) stringUnique identifier for the verified sender address[default to undefined]
email(optional) stringThe verified sender email address[default to undefined]
isVerifiedByDomain(optional) booleanWhether the sender address is verified by domain[default to false]
verificationStatus(optional) stringThe verification status of the sender address[default to undefined]
region(optional) stringThe AWS SES region the sender address is associated with[default to undefined]