Name | Type | Description | Notes |
---|---|---|---|
Password | AppUserPasswordCredential | [optional] | |
UserName | String | [optional] |
- Prepare the resource
$AppUserCredentials = Initialize-Okta.PowerShellAppUserCredentials -Password null `
-UserName null
- Convert the resource to JSON
$AppUserCredentials | ConvertTo-JSON