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