Name | Type | Description | Notes |
---|---|---|---|
Expiration | System.DateTime | [optional] [readonly] | |
Support | OrgOktaSupportSetting | [optional] | |
Links | System.Collections.Hashtable | [optional] |
- Prepare the resource
$OrgOktaSupportSettingsObj = Initialize-Okta.PowerShellOrgOktaSupportSettingsObj -Expiration null `
-Support null `
-Links null
- Convert the resource to JSON
$OrgOktaSupportSettingsObj | ConvertTo-JSON