Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 752 Bytes

EmailPreview.md

File metadata and controls

25 lines (19 loc) · 752 Bytes

EmailPreview

Properties

Name Type Description Notes
Body String The email's HTML body. [optional] [readonly]
Subject String The email's subject. [optional] [readonly]
Links EmailPreviewLinks [optional]

Examples

  • Prepare the resource
$EmailPreview = Initialize-Okta.PowerShellEmailPreview  -Body null `
 -Subject null `
 -Links null
  • Convert the resource to JSON
$EmailPreview | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]