Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.11 KB

InlineHookOAuthBasicConfig.md

File metadata and controls

35 lines (29 loc) · 1.11 KB

InlineHookOAuthBasicConfig

Properties

Name Type Description Notes
AuthType String [optional]
ClientId String [optional]
Scope String [optional]
TokenUrl String [optional]
AuthScheme InlineHookChannelConfigAuthScheme [optional]
Headers InlineHookChannelConfigHeaders[] [optional]
Method String [optional]
Uri String [optional]

Examples

  • Prepare the resource
$InlineHookOAuthBasicConfig = Initialize-Okta.PowerShellInlineHookOAuthBasicConfig  -AuthType null `
 -ClientId null `
 -Scope null `
 -TokenUrl null `
 -AuthScheme null `
 -Headers null `
 -Method null `
 -Uri null
  • Convert the resource to JSON
$InlineHookOAuthBasicConfig | ConvertTo-JSON

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