Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 994 Bytes

SmsTemplate.md

File metadata and controls

33 lines (27 loc) · 994 Bytes

SmsTemplate

Properties

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]

Examples

  • 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

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