Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.17 KB

InlineHook.md

File metadata and controls

37 lines (31 loc) · 1.17 KB

InlineHook

Properties

Name Type Description Notes
Channel InlineHookChannel [optional]
Created System.DateTime [optional] [readonly]
Id String [optional] [readonly]
LastUpdated System.DateTime [optional] [readonly]
Name String [optional]
Status InlineHookStatus [optional]
Type InlineHookType [optional]
Version String [optional]
Links System.Collections.Hashtable [optional] [readonly]

Examples

  • Prepare the resource
$InlineHook = Initialize-Okta.PowerShellInlineHook  -Channel null `
 -Created null `
 -Id null `
 -LastUpdated null `
 -Name null `
 -Status null `
 -Type null `
 -Version null `
 -Links null
  • Convert the resource to JSON
$InlineHook | ConvertTo-JSON

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