Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/MailFromAttributesDto.md
2025-01-27 16:35:26 -05:00

1.0 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
/tools/sdk/powershell/beta/models/mail-from-attributes-dto
SDK
Software Development Kit
MailFromAttributesDto

MailFromAttributesDto

Properties

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

Examples

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

[Back to top]