Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 991 Bytes

InlineHookOAuthPrivateKeyJwtConfig.md

File metadata and controls

29 lines (23 loc) · 991 Bytes

InlineHookOAuthPrivateKeyJwtConfig

Properties

Name Type Description Notes
HookKeyId String [optional]
AuthScheme InlineHookChannelConfigAuthScheme [optional]
Headers InlineHookChannelConfigHeaders[] [optional]
Method String [optional]
Uri String [optional]

Examples

  • 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

[Back to Model list] [Back to API list] [Back to README]