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