Name | Type | Description | Notes |
---|---|---|---|
Hash | PasswordCredentialHash | [optional] | |
Hook | PasswordCredentialHook | [optional] | |
Value | String | [optional] |
- Prepare the resource
$PasswordCredential = Initialize-Okta.PowerShellPasswordCredential -Hash null `
-Hook null `
-Value null
- Convert the resource to JSON
$PasswordCredential | ConvertTo-JSON