Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 672 Bytes

AppInstancePolicyRuleCondition.md

File metadata and controls

23 lines (17 loc) · 672 Bytes

AppInstancePolicyRuleCondition

Properties

Name Type Description Notes
Exclude String[] [optional]
Include String[] [optional]

Examples

  • Prepare the resource
$AppInstancePolicyRuleCondition = Initialize-Okta.PowerShellAppInstancePolicyRuleCondition  -Exclude null `
 -Include null
  • Convert the resource to JSON
$AppInstancePolicyRuleCondition | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]