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