mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-mail-from-attributes-dto | MailFromAttributesDto | MailFromAttributesDto | MailFromAttributesDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/mail-from-attributes-dto |
|
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.V2024MailFromAttributesDto -Identity BobSmith@sailpoint.com `
-MailFromDomain example.sailpoint.com
- Convert the resource to JSON
$MailFromAttributesDto | ConvertTo-JSON