Name | Type | Description | Notes |
---|---|---|---|
ExpireWarnDays | Int32 | [optional] | |
HistoryCount | Int32 | [optional] | |
MaxAgeDays | Int32 | [optional] | |
MinAgeMinutes | Int32 | [optional] |
- Prepare the resource
$PasswordPolicyPasswordSettingsAge = Initialize-Okta.PowerShellPasswordPolicyPasswordSettingsAge -ExpireWarnDays null `
-HistoryCount null `
-MaxAgeDays null `
-MinAgeMinutes null
- Convert the resource to JSON
$PasswordPolicyPasswordSettingsAge | ConvertTo-JSON