Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 648 Bytes

EventHookChannelConfigHeader.md

File metadata and controls

23 lines (17 loc) · 648 Bytes

EventHookChannelConfigHeader

Properties

Name Type Description Notes
Key String [optional]
Value String [optional]

Examples

  • Prepare the resource
$EventHookChannelConfigHeader = Initialize-Okta.PowerShellEventHookChannelConfigHeader  -Key null `
 -Value null
  • Convert the resource to JSON
$EventHookChannelConfigHeader | ConvertTo-JSON

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