Skip to main content

Mailfromattributesdto

Properties

NameTypeDescriptionNotes
IdentityStringThe identity or domain address[optional]
MailFromDomainStringThe new MAIL FROM domain of the identity. Must be a subdomain of the identity.[optional]

Examples

  • Prepare the resource
$Mailfromattributesdto = Initialize-Mailfromattributesdto  -Identity BobSmith@sailpoint.com `
-MailFromDomain example.sailpoint.com
  • Convert the resource to JSON
$Mailfromattributesdto | ConvertTo-JSON

[Back to top]