Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 614 Bytes

GroupRuleExpression.md

File metadata and controls

23 lines (17 loc) · 614 Bytes

GroupRuleExpression

Properties

Name Type Description Notes
Type String [optional]
Value String [optional]

Examples

  • Prepare the resource
$GroupRuleExpression = Initialize-Okta.PowerShellGroupRuleExpression  -Type null `
 -Value null
  • Convert the resource to JSON
$GroupRuleExpression | ConvertTo-JSON

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