Name | Type | Description | Notes |
---|---|---|---|
Created | System.DateTime | [optional] [readonly] | |
Id | String | [optional] [readonly] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | ||
Status | LifecycleStatus | [optional] | |
Type | BehaviorRuleType | ||
Link | ApiTokenLink | [optional] |
- Prepare the resource
$BehaviorRule = Initialize-Okta.PowerShellBehaviorRule -Created null `
-Id null `
-LastUpdated null `
-Name null `
-Status null `
-Type null `
-Link null
- Convert the resource to JSON
$BehaviorRule | ConvertTo-JSON