Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 993 Bytes

InlineHookOAuthClientSecretConfig.md

File metadata and controls

29 lines (23 loc) · 993 Bytes

InlineHookOAuthClientSecretConfig

Properties

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

Examples

  • 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

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