Name | Type | Description | Notes |
---|---|---|---|
Body | String | The email's HTML body. | [optional] [readonly] |
Subject | String | The email's subject. | [optional] [readonly] |
Links | EmailPreviewLinks | [optional] |
- Prepare the resource
$EmailPreview = Initialize-Okta.PowerShellEmailPreview -Body null `
-Subject null `
-Links null
- Convert the resource to JSON
$EmailPreview | ConvertTo-JSON