mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-mail-from-attributes-dto
|
||||
title: MailFromAttributesDto
|
||||
pagination_label: MailFromAttributesDto
|
||||
sidebar_label: MailFromAttributesDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'MailFromAttributesDto', 'BetaMailFromAttributesDto']
|
||||
slug: /tools/sdk/powershell/beta/models/mail-from-attributes-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'MailFromAttributesDto', 'BetaMailFromAttributesDto']
|
||||
---
|
||||
|
||||
|
||||
# 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
|
||||
```powershell
|
||||
$MailFromAttributesDto = Initialize-PSSailpoint.BetaMailFromAttributesDto -Identity BobSmith@sailpoint.com `
|
||||
-MailFromDomain example.sailpoint.com
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$MailFromAttributesDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user