Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | [optional] [readonly] | |
Id | String | [optional] [readonly] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | [optional] | |
Template | String | [optional] | |
Translations | SystemCollectionsHashtable | [optional] | |
Type | SmsTemplateType | [optional] |
- Prepare the resource
$SmsTemplate = Initialize-Okta.PowerShellSmsTemplate -Created null `
-Id null `
-LastUpdated null `
-Name null `
-Template null `
-Translations null `
-Type null
- Convert the resource to JSON
$SmsTemplate | ConvertTo-JSON