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