Name | Type | Description | Notes |
---|---|---|---|
Channel | InlineHookChannel | [optional] | |
Created | System.DateTime | [optional] [readonly] | |
Id | String | [optional] [readonly] | |
LastUpdated | System.DateTime | [optional] [readonly] | |
Name | String | [optional] | |
Status | InlineHookStatus | [optional] | |
Type | InlineHookType | [optional] | |
Version | String | [optional] | |
Links | System.Collections.Hashtable | [optional] [readonly] |
- Prepare the resource
$InlineHook = Initialize-Okta.PowerShellInlineHook -Channel null `
-Created null `
-Id null `
-LastUpdated null `
-Name null `
-Status null `
-Type null `
-Version null `
-Links null
- Convert the resource to JSON
$InlineHook | ConvertTo-JSON