Name | Type | Description | Notes |
---|---|---|---|
Name | String | The name of this email template. | [optional] [readonly] |
Embedded | EmailTemplateEmbedded | [optional] | |
Links | EmailTemplateLinks | [optional] |
- Prepare the resource
$EmailTemplate = Initialize-Okta.PowerShellEmailTemplate -Name null `
-Embedded null `
-Links null
- Convert the resource to JSON
$EmailTemplate | ConvertTo-JSON