Name | Type | Description | Notes |
---|---|---|---|
AuthScheme | InlineHookChannelConfigAuthScheme | [optional] | |
Headers | InlineHookChannelConfigHeaders[] | [optional] | |
Method | String | [optional] | |
Uri | String | [optional] |
- Prepare the resource
$InlineHookChannelConfig = Initialize-Okta.PowerShellInlineHookChannelConfig -AuthScheme null `
-Headers null `
-Method null `
-Uri null
- Convert the resource to JSON
$InlineHookChannelConfig | ConvertTo-JSON