Name | Type | Description | Notes |
---|---|---|---|
Exclude | String[] | [optional] | |
Include | String[] | [optional] |
- Prepare the resource
$GroupCondition = Initialize-Okta.PowerShellGroupCondition -Exclude null `
-Include null
- Convert the resource to JSON
$GroupCondition | ConvertTo-JSON