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-PSSailpoint.V2024MailFromAttributesDto  -Identity BobSmith@sailpoint.com `
-MailFromDomain example.sailpoint.com
  • Convert the resource to JSON
$MailFromAttributesDto | ConvertTo-JSON

[Back to top]