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] |
- 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