Name | Type | Description | Notes |
---|---|---|---|
Deprovisioned | ProvisioningDeprovisionedCondition | [optional] | |
Suspended | ProvisioningSuspendedCondition | [optional] |
- Prepare the resource
$ProvisioningConditions = Initialize-Okta.PowerShellProvisioningConditions -Deprovisioned null `
-Suspended null
- Convert the resource to JSON
$ProvisioningConditions | ConvertTo-JSON