Name | Type | Description | Notes |
---|---|---|---|
Actions | GroupRuleAction | [optional] | |
Conditions | GroupRuleConditions | [optional] | |
Created | System.DateTime | [optional] [readonly] | |
Id | String | [optional] [readonly] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | [optional] | |
Status | GroupRuleStatus | [optional] | |
Type | String | [optional] |
- Prepare the resource
$GroupRule = Initialize-Okta.PowerShellGroupRule -Actions null `
-Conditions null `
-Created null `
-Id null `
-LastUpdated null `
-Name null `
-Status null `
-Type null
- Convert the resource to JSON
$GroupRule | ConvertTo-JSON