Name | Type | Description | Notes |
---|---|---|---|
Change | ChangeEnum | [optional] | |
Seed | SeedEnum | [optional] | |
Status | EnabledStatus | [optional] |
- Prepare the resource
$PasswordSettingObject = Initialize-Okta.PowerShellPasswordSettingObject -Change null `
-Seed null `
-Status null
- Convert the resource to JSON
$PasswordSettingObject | ConvertTo-JSON