Skip to main content

Mailfromattributesdto

MAIL FROM attributes for a domain / identity

Properties

NameTypeDescriptionNotes
identitystrThe identity or domain address[optional]
mail_from_domainstrThe new MAIL FROM domain of the identity. Must be a subdomain of the identity.[optional]
}

Example

from sailpoint.notifications.models.mailfromattributesdto import Mailfromattributesdto

mailfromattributesdto = Mailfromattributesdto(
identity='BobSmith@sailpoint.com',
mail_from_domain='example.sailpoint.com'
)

[Back to top]