Name | Type | Description | Notes |
---|---|---|---|
CredentialId | String | [optional] | |
DeviceToken | String | [optional] | |
DeviceType | String | [optional] | |
Name | String | [optional] | |
Platform | String | [optional] | |
Version | String | [optional] |
- Prepare the resource
$PushUserFactorProfile = Initialize-Okta.PowerShellPushUserFactorProfile -CredentialId null `
-DeviceToken null `
-DeviceType null `
-Name null `
-Platform null `
-Version null
- Convert the resource to JSON
$PushUserFactorProfile | ConvertTo-JSON