Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 852 Bytes

EmailCustomizationAllOfLinks.md

File metadata and controls

27 lines (21 loc) · 852 Bytes

EmailCustomizationAllOfLinks

Properties

Name Type Description Notes
Self HrefObject [optional]
Template HrefObject [optional]
Preview HrefObject [optional]
Test HrefObject [optional]

Examples

  • Prepare the resource
$EmailCustomizationAllOfLinks = Initialize-Okta.PowerShellEmailCustomizationAllOfLinks  -Self null `
 -Template null `
 -Preview null `
 -Test null
  • Convert the resource to JSON
$EmailCustomizationAllOfLinks | ConvertTo-JSON

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