Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 608 Bytes

GroupCondition.md

File metadata and controls

23 lines (17 loc) · 608 Bytes

GroupCondition

Properties

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

Examples

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

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