Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 943 Bytes

HookKey.md

File metadata and controls

33 lines (27 loc) · 943 Bytes

HookKey

Properties

Name Type Description Notes
Created System.DateTime [optional] [readonly]
Id String [optional] [readonly]
IsUsed Boolean [optional]
KeyId String [optional] [readonly]
LastUpdated System.DateTime [optional] [readonly]
Name String [optional]
Embedded JsonWebKey [optional]

Examples

  • Prepare the resource
$HookKey = Initialize-Okta.PowerShellHookKey  -Created null `
 -Id null `
 -IsUsed null `
 -KeyId null `
 -LastUpdated null `
 -Name null `
 -Embedded null
  • Convert the resource to JSON
$HookKey | ConvertTo-JSON

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