Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/MailFromAttributesDto.md
2025-05-07 14:37:48 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-mail-from-attributes-dto MailFromAttributesDto MailFromAttributesDto MailFromAttributesDto powershellsdk
powershell
PowerShell
sdk
MailFromAttributesDto
BetaMailFromAttributesDto
/tools/sdk/powershell/beta/models/mail-from-attributes-dto
SDK
Software Development Kit
MailFromAttributesDto
BetaMailFromAttributesDto

MailFromAttributesDto

Properties

Name Type Description Notes
Identity String The identity or domain address [optional]
MailFromDomain String The new MAIL FROM domain of the identity. Must be a subdomain of the identity. [optional]

Examples

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

[Back to top]